Searched refs:LOCKD_MSG (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/sys/nfs/
H A Dnfs_lock.h78 } LOCKD_MSG; typedef in typeref:struct:__lock_msg
/freebsd-13-stable/usr.sbin/rpc.lockd/
H A Dkern.c79 int lock_request(LOCKD_MSG *);
81 void show(LOCKD_MSG *);
82 int test_request(LOCKD_MSG *);
83 int unlock_request(LOCKD_MSG *);
127 LOCKD_MSG msg;
254 * Convert a lock LOCKD_MSG into an NLM request, and send it off.
257 test_request(LOCKD_MSG *msg)
323 * Convert a lock LOCKD_MSG into an NLM request, and send it off.
326 lock_request(LOCKD_MSG *msg)
396 * Convert an unlock LOCKD_MSG int
[all...]

Completed in 36 milliseconds