Searched refs:nlm4_lock (Results 1 – 10 of 10) sorted by relevance
| /freebsd-12-stable/include/rpcsvc/ |
| D | nlm_prot.x | 172 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/ |
| D | nlm_prot.h | 182 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*);
|
| D | nlm.h | 125 extern void *nlm_register_wait_lock(struct nlm4_lock *lock, struct vnode *vp);
|
| D | nlm_advlock.c | 95 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()
|
| D | nlm_prot_xdr.c | 274 xdr_nlm4_lock(XDR *xdrs, nlm4_lock *objp) in xdr_nlm4_lock()
|
| D | nlm_prot_server.c | 52 nlm_convert_to_nlm4_lock(struct nlm4_lock *dst, struct nlm_lock *src) in nlm_convert_to_nlm4_lock()
|
| D | nlm_prot_impl.c | 192 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/ |
| D | lockd_lock.h | 6 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive, 10 enum nlm_stats unlock(nlm4_lock *lock, const int flags);
|
| D | lock_proc.c | 384 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()
|
| D | lockd_lock.c | 164 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()
|