Home
last modified time | relevance | path

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

/netbsd/usr.sbin/rpc.lockd/
H A Dlockd_lock.c222 return (flags & LOCK_V4) ? in getlock()
230 return (flags & LOCK_V4) ? in getlock()
237 return (flags & LOCK_V4) ? in getlock()
246 return (flags & LOCK_V4) ? in getlock()
256 return (flags & LOCK_V4) ? in getlock()
269 return (flags & LOCK_V4) ? in getlock()
291 return (flags & LOCK_V4) ? in getlock()
295 return (flags & LOCK_V4) ? in getlock()
298 return (flags & LOCK_V4) ? in getlock()
303 return (flags & LOCK_V4) ? in getlock()
[all …]
H A Dlock_proc.c816 holder = testlock(&arg->alock, LOCK_V4); in nlm4_test_4_svc()
850 holder = testlock(&arg->alock, LOCK_V4); in nlm4_test_msg_4_svc()
897 LOCK_MON | LOCK_V4); in nlm4_lock_4_svc()
911 LOCK_MON | LOCK_ASYNC | LOCK_V4); in nlm4_lock_msg_4_svc()
957 LOCK_CANCEL | LOCK_V4); in nlm4_cancel_msg_4_svc()
979 result.stat.stat = (enum nlm4_stats)unlock(&arg->alock, LOCK_V4); in nlm4_unlock_4_svc()
993 result.stat.stat = (enum nlm4_stats)unlock(&arg->alock, LOCK_V4); in nlm4_unlock_msg_4_svc()
H A Dlockd_lock.h13 #define LOCK_V4 0x02 /* v4 version */ macro