Home
last modified time | relevance | path

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

/freebsd/include/rpcsvc/
H A Dnlm_prot.x165 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 Dnlm_prot.h181 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 Dnlm.h123 extern void *nlm_register_wait_lock(struct nlm4_lock *lock, struct vnode *vp);
H A Dnlm_advlock.c92 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 Dnlm_prot_xdr.c270 xdr_nlm4_lock(XDR *xdrs, nlm4_lock *objp) in xdr_nlm4_lock()
H A Dnlm_prot_server.c48 nlm_convert_to_nlm4_lock(struct nlm4_lock *dst, struct nlm_lock *src) in nlm_convert_to_nlm4_lock()
H A Dnlm_prot_impl.c188 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 Dlockd_lock.h5 struct nlm4_holder * testlock(struct nlm4_lock *lock, bool_t exclusive,
9 enum nlm_stats unlock(nlm4_lock *lock, const int flags);
H A Dlock_proc.c383 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 Dlockd_lock.c162 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()