Home
last modified time | relevance | path

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

/NextBSD/usr.sbin/rpc.lockd/
HDlockd_lock.c1726 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted; in do_test()
1734 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted; in do_test()
1741 retval = (fl->flags & LOCK_V4) ? nlm4_denied : nlm_denied; in do_test()
1748 retval = (fl->flags & LOCK_V4) ? nlm4_denied_nolocks : nlm_denied_nolocks; in do_test()
1754 retval = (fl->flags & LOCK_V4) ? nlm4_failed : nlm_denied; in do_test()
1784 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted; in do_lock()
1789 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted; in do_lock()
1795 retval = (fl->flags & LOCK_V4) ? nlm4_denied : nlm_denied; in do_lock()
1801 retval = (fl->flags & LOCK_V4) ? nlm4_blocked : nlm_blocked; in do_lock()
1807 retval = (fl->flags & LOCK_V4) ? nlm4_denied_nolocks : nlm_denied_nolocks; in do_lock()
[all …]
HDlock_proc.c894 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4); in nlm4_test_4_svc()
928 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4); in nlm4_test_msg_4_svc()
994 res.stat.stat = getlock(arg, rqstp, LOCK_MON | LOCK_V4); in nlm4_lock_4_svc()
1007 res.stat.stat = getlock(arg, rqstp, LOCK_MON | LOCK_ASYNC | LOCK_V4); in nlm4_lock_msg_4_svc()
1051 res.stat.stat = unlock(&arg->alock, LOCK_CANCEL | LOCK_V4); in nlm4_cancel_msg_4_svc()
1072 res.stat.stat = unlock(&arg->alock, LOCK_V4); in nlm4_unlock_4_svc()
1086 res.stat.stat = unlock(&arg->alock, LOCK_V4); in nlm4_unlock_msg_4_svc()
HDlockd_lock.h18 #define LOCK_V4 0x02 /* v4 version */ macro