Home
last modified time | relevance | path

Searched refs:lm_fl (Results 1 – 2 of 2) sorted by relevance

/freebsd/usr.sbin/rpc.lockd/
H A Dkern.c185 switch (msg.lm_fl.l_type) { in client_request()
199 "unknown lock type: %d", msg.lm_fl.l_type); in client_request()
263 msg->lm_fl.l_type == F_WRLCK ? "write" : "read", in test_request()
271 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0; in test_request()
278 arg4.alock.l_offset = msg->lm_fl.l_start; in test_request()
279 arg4.alock.l_len = msg->lm_fl.l_len; in test_request()
295 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0; in test_request()
302 arg.alock.l_offset = msg->lm_fl.l_start; in test_request()
303 arg.alock.l_len = msg->lm_fl.l_len; in test_request()
334 msg->lm_fl.l_type == F_WRLCK ? "write" : "read", in lock_request()
[all …]
/freebsd/sys/nfs/
H A Dnfs_lock.h69 struct flock lm_fl; /* The lock request. */ member