Home
last modified time | relevance | path

Searched refs:LOCK_V4 (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c1704 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted; in do_test()
1712 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted; in do_test()
1719 retval = (fl->flags & LOCK_V4) ? nlm4_denied : nlm_denied; in do_test()
1726 retval = (fl->flags & LOCK_V4) ? nlm4_denied_nolocks : nlm_denied_nolocks; in do_test()
1732 retval = (fl->flags & LOCK_V4) ? nlm4_failed : nlm_denied; in do_test()
1762 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted; in do_lock()
1767 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted; in do_lock()
1773 retval = (fl->flags & LOCK_V4) ? nlm4_denied : nlm_denied; in do_lock()
1779 retval = (fl->flags & LOCK_V4) ? nlm4_blocked : nlm_blocked; in do_lock()
1785 retval = (fl->flags & LOCK_V4) ? nlm4_denied_nolocks : nlm_denied_nolocks; in do_lock()
[all …]
H A Dlock_proc.c901 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4); in nlm4_test_4_svc()
935 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4); in nlm4_test_msg_4_svc()
1001 res.stat.stat = (enum nlm4_stats)getlock(arg, rqstp, LOCK_MON | LOCK_V4); in nlm4_lock_4_svc()
1014 res.stat.stat = (enum nlm4_stats)getlock(arg, rqstp, LOCK_MON | LOCK_ASYNC | LOCK_V4); in nlm4_lock_msg_4_svc()
1058 res.stat.stat = (enum nlm4_stats)unlock(&arg->alock, LOCK_CANCEL | LOCK_V4); in nlm4_cancel_msg_4_svc()
1079 res.stat.stat = (enum nlm4_stats)unlock(&arg->alock, LOCK_V4); in nlm4_unlock_4_svc()
1093 res.stat.stat = (enum nlm4_stats)unlock(&arg->alock, LOCK_V4); in nlm4_unlock_msg_4_svc()
H A Dlockd_lock.h17 #define LOCK_V4 0x02 /* v4 version */ macro