Lines Matching refs:lm_fl
186 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()
354 arg4.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0; in lock_request()
361 arg4.alock.l_offset = msg->lm_fl.l_start; in lock_request()
362 arg4.alock.l_len = msg->lm_fl.l_len; in lock_request()
379 arg.exclusive = msg->lm_fl.l_type == F_WRLCK ? 1 : 0; in lock_request()
386 arg.alock.l_offset = msg->lm_fl.l_start; in lock_request()
387 arg.alock.l_len = msg->lm_fl.l_len; in lock_request()
431 arg4.alock.l_offset = msg->lm_fl.l_start; in unlock_request()
432 arg4.alock.l_len = msg->lm_fl.l_len; in unlock_request()
452 arg.alock.l_offset = msg->lm_fl.l_start; in unlock_request()
453 arg.alock.l_len = msg->lm_fl.l_len; in unlock_request()
603 (unsigned long long)mp->lm_fl.l_start, in show()
604 (unsigned long long)mp->lm_fl.l_len, (u_long)mp->lm_fl.l_pid, in show()
605 mp->lm_fl.l_type, mp->lm_fl.l_whence); in show()