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

/freebsd-10-stable/usr.sbin/rpc.lockd/
H A Dlockd_lock.h18 #define LOCK_V4 0x02 /* v4 version */ macro
H A Dlockd_lock.c1728 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted;
1736 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted;
1743 retval = (fl->flags & LOCK_V4) ? nlm4_denied : nlm_denied;
1750 retval = (fl->flags & LOCK_V4) ? nlm4_denied_nolocks : nlm_denied_nolocks;
1756 retval = (fl->flags & LOCK_V4) ? nlm4_failed : nlm_denied;
1786 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted;
1791 retval = (fl->flags & LOCK_V4) ? nlm4_granted : nlm_granted;
1797 retval = (fl->flags & LOCK_V4) ? nlm4_denied : nlm_denied;
1803 retval = (fl->flags & LOCK_V4) ? nlm4_blocked : nlm_blocked;
1809 retval = (fl->flags & LOCK_V4)
[all...]
H A Dlock_proc.c956 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
992 holder = testlock(&arg->alock, arg->exclusive, LOCK_V4);
1060 res.stat.stat = getlock(arg, rqstp, LOCK_MON | LOCK_V4);
1075 res.stat.stat = getlock(arg, rqstp, LOCK_MON | LOCK_ASYNC | LOCK_V4);
1123 res.stat.stat = unlock(&arg->alock, LOCK_CANCEL | LOCK_V4);
1146 res.stat.stat = unlock(&arg->alock, LOCK_V4);
1162 res.stat.stat = unlock(&arg->alock, LOCK_V4);

Completed in 115 milliseconds