Home
last modified time | relevance | path

Searched refs:nlm4_lock (Results 1 – 10 of 10) sorted by relevance

/freebsd-12-stable/include/rpcsvc/
Dnlm_prot.x172 struct nlm4_lock { struct
204 struct nlm4_lock alock;
216 struct nlm4_lock alock;
225 struct nlm4_lock alock;
230 struct nlm4_lock alock;
/freebsd-12-stable/sys/nlm/
Dnlm_prot.h182 struct nlm4_lock { struct
190 typedef struct nlm4_lock nlm4_lock; argument
218 struct nlm4_lock alock;
232 struct nlm4_lock alock;
242 struct nlm4_lock alock;
248 struct nlm4_lock alock;
430 extern bool_t xdr_nlm4_lock(XDR *, nlm4_lock*);
Dnlm.h125 extern void *nlm_register_wait_lock(struct nlm4_lock *lock, struct vnode *vp);
Dnlm_advlock.c95 struct nlm4_lock *lock, char oh_space[32]);
539 nlm_convert_to_nlm_lock(struct nlm_lock *dst, struct nlm4_lock *src) in nlm_convert_to_nlm_lock()
1226 struct nlm4_lock *lock, char oh_space[32]) in nlm_init_lock()
Dnlm_prot_xdr.c274 xdr_nlm4_lock(XDR *xdrs, nlm4_lock *objp) in xdr_nlm4_lock()
Dnlm_prot_server.c52 nlm_convert_to_nlm4_lock(struct nlm4_lock *dst, struct nlm_lock *src) in nlm_convert_to_nlm4_lock()
Dnlm_prot_impl.c192 nlm4_lock nw_lock; /* (c) */
1310 nlm_register_wait_lock(struct nlm4_lock *lock, struct vnode *vp) in nlm_register_wait_lock()
/freebsd-12-stable/usr.sbin/rpc.lockd/
Dlockd_lock.h6 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive,
10 enum nlm_stats unlock(nlm4_lock *lock, const int flags);
Dlock_proc.c384 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4) in nlmtonlm4()
430 struct nlm4_lock arg4; in nlm_test_1_svc()
467 struct nlm4_lock arg4; in nlm_test_msg_1_svc()
568 struct nlm4_lock arg4; in nlm_cancel_1_svc()
590 struct nlm4_lock arg4; in nlm_cancel_msg_1_svc()
619 struct nlm4_lock arg4; in nlm_unlock_1_svc()
636 struct nlm4_lock arg4; in nlm_unlock_msg_1_svc()
Dlockd_lock.c164 void copy_nlm4_lock_to_nlm4_holder(const struct nlm4_lock *src,
363 const struct nlm4_lock *src; in copy_nlm4_lock_to_nlm4_holder()
1897 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) in testlock()
1997 unlock(nlm4_lock *lock, const int flags __unused) in unlock()