Searched defs:tLock (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/network/nfsv4/locks/
H A Dlocktests.c367 int serializeTLock(struct s_test *tLock) argument
370 sprintf(message, "T:%d:%d:%d::", tLock->test, tLock->type,
371 tLock->resAtt);
375 void unSerializeTLock(struct s_test *tLock) argument
377 sscanf(message, "T:%d:%d:%d::", &(tLock->test), &(tLock->type),
378 &(tLock->resAtt));
437 int sendLockTest(struct s_test *tLock) argument
439 serializeTLock(tLock);
444 getLockTest(struct s_test *tLock) argument
583 struct s_test tLock; local
752 struct s_test tLock; local
[all...]

Completed in 139 milliseconds