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

/freebsd-10.0-release/usr.sbin/rpc.lockd/
H A Dlockd_lock.h18 #define LOCK_V4 0x02 /* v4 version */ macro
H A Dlockd_lock.c1726 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted;
1734 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted;
1741 retval = (fl->flags & LOCK_V4) ? nlm4_denied : nlm_denied;
1748 retval = (fl->flags & LOCK_V4) ? nlm4_denied_nolocks : nlm_denied_nolocks;
1754 retval = (fl->flags & LOCK_V4) ? nlm4_failed : nlm_denied;
1784 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted;
1789 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted;
1795 retval = (fl->flags & LOCK_V4) ? nlm4_denied : nlm_denied;
1801 retval = (fl->flags & LOCK_V4) ? nlm4_blocked : nlm_blocked;
1807 retval = (fl->flags & LOCK_V4)
[all...]
H A Dlock_proc.c950 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
986 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
1054 res.stat.stat = getlock(arg, rqstp, LOCK_MON | LOCK_V4);
1069 res.stat.stat = getlock(arg, rqstp, LOCK_MON | LOCK_ASYNC | LOCK_V4);
1117 res.stat.stat = unlock(&arg->alock, LOCK_CANCEL | LOCK_V4);
1140 res.stat.stat = unlock(&arg->alock, LOCK_V4);
1156 res.stat.stat = unlock(&arg->alock, LOCK_V4);

Completed in 71 milliseconds