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.c186 switch (msg.lm_fl.l_type) { in client_request()
200 "unknown lock type: %d", msg.lm_fl.l_type); in client_request()
276 msg->lm_fl.l_type == F_WRLCK ? "write" : "read", in test_request()
284 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0; in test_request()
291 arg4.alock.l_offset = msg->lm_fl.l_start; in test_request()
292 arg4.alock.l_len = msg->lm_fl.l_len; in test_request()
308 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0; in test_request()
315 arg.alock.l_offset = msg->lm_fl.l_start; in test_request()
316 arg.alock.l_len = msg->lm_fl.l_len; in test_request()
347 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