Searched refs:nlm4_lock (Results 1 – 10 of 10) sorted by relevance
/freebsd/include/rpcsvc/ |
H A D | nlm_prot.x | 165 struct nlm4_lock { struct 197 struct nlm4_lock alock; 209 struct nlm4_lock alock; 218 struct nlm4_lock alock; 223 struct nlm4_lock alock;
|
/freebsd/sys/nlm/ |
H A D | nlm_prot.h | 181 struct nlm4_lock { struct 189 typedef struct nlm4_lock nlm4_lock; argument 217 struct nlm4_lock alock; 231 struct nlm4_lock alock; 241 struct nlm4_lock alock; 247 struct nlm4_lock alock; 429 extern bool_t xdr_nlm4_lock(XDR *, nlm4_lock*);
|
H A D | nlm.h | 123 extern void *nlm_register_wait_lock(struct nlm4_lock *lock, struct vnode *vp);
|
H A D | nlm_advlock.c | 92 struct nlm4_lock *lock, char oh_space[32]); 536 nlm_convert_to_nlm_lock(struct nlm_lock *dst, struct nlm4_lock *src) in nlm_convert_to_nlm_lock() 1222 struct nlm4_lock *lock, char oh_space[32]) in nlm_init_lock()
|
H A D | nlm_prot_xdr.c | 270 xdr_nlm4_lock(XDR *xdrs, nlm4_lock *objp) in xdr_nlm4_lock()
|
H A D | nlm_prot_server.c | 48 nlm_convert_to_nlm4_lock(struct nlm4_lock *dst, struct nlm_lock *src) in nlm_convert_to_nlm4_lock()
|
H A D | nlm_prot_impl.c | 188 nlm4_lock nw_lock; /* (c) */ 1329 nlm_register_wait_lock(struct nlm4_lock *lock, struct vnode *vp) in nlm_register_wait_lock()
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lockd_lock.h | 5 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive, 9 enum nlm_stats unlock(nlm4_lock *lock, const int flags);
|
H A D | lock_proc.c | 383 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4) in nlmtonlm4() 429 struct nlm4_lock arg4; in nlm_test_1_svc() 466 struct nlm4_lock arg4; in nlm_test_msg_1_svc() 567 struct nlm4_lock arg4; in nlm_cancel_1_svc() 589 struct nlm4_lock arg4; in nlm_cancel_msg_1_svc() 618 struct nlm4_lock arg4; in nlm_unlock_1_svc() 635 struct nlm4_lock arg4; in nlm_unlock_msg_1_svc()
|
H A D | lockd_lock.c | 162 void copy_nlm4_lock_to_nlm4_holder(const struct nlm4_lock *src, 355 copy_nlm4_lock_to_nlm4_holder(const struct nlm4_lock *src, in copy_nlm4_lock_to_nlm4_holder() 1871 testlock(struct nlm4_lock *lock, bool_t exclusive, int flags __unused) in testlock() 1971 unlock(nlm4_lock *lock, const int flags __unused) in unlock()
|