HomeSort by: relevance | last modified time | path
    Searched refs:nlm4_lock (Results 1 - 10 of 10) sorted by relevancy

  /src/usr.sbin/rpc.lockd/
lockd_lock.h 5 struct nlm4_holder *testlock(struct nlm4_lock *, int);
8 enum nlm_stats unlock(nlm4_lock *, int);
lock_proc.c 66 static void nlmtonlm4(struct nlm_lock *, struct nlm4_lock *);
314 * converts a struct nlm_lock to struct nlm4_lock
317 nlmtonlm4(struct nlm_lock *arg, struct nlm4_lock *arg4)
361 struct nlm4_lock arg4;
400 struct nlm4_lock arg4;
503 struct nlm4_lock arg4;
525 struct nlm4_lock arg4;
555 struct nlm4_lock arg4;
572 struct nlm4_lock arg4;
891 log_from_addr("nlm4_lock", rqstp)
    [all...]
lockd_lock.c 175 testlock(struct nlm4_lock *lock, int flags)
359 unlock(nlm4_lock *lck, int flags)
  /src/lib/librpcsvc/
nlm_prot.x 170 struct nlm4_lock {
202 struct nlm4_lock alock;
214 struct nlm4_lock alock;
223 struct nlm4_lock alock;
228 struct nlm4_lock alock;
300 nlm4_res NLM4_LOCK(nlm4_lockargs) = 2;
  /src/sys/fs/nfs/nlm/
nlm_prot.h 184 struct nlm4_lock { struct
192 typedef struct nlm4_lock nlm4_lock; typedef in typeref:struct:nlm4_lock
220 struct nlm4_lock alock;
234 struct nlm4_lock alock;
244 struct nlm4_lock alock;
250 struct nlm4_lock alock;
355 #define NLM4_LOCK ((unsigned long)(2))
432 extern bool_t xdr_nlm4_lock(XDR *, nlm4_lock*);
nlm.h 67 * (typically the caller_name element of an nlm4_lock). If none is
125 extern void *nlm_register_wait_lock(struct nlm4_lock *lock, struct vnode *vp);
nlm_advlock.c 95 struct nlm4_lock *lock, char oh_space[32]);
538 nlm_convert_to_nlm_lock(struct nlm_lock *dst, struct nlm4_lock *src)
1225 struct nlm4_lock *lock, char oh_space[32])
nlm_prot_xdr.c 277 xdr_nlm4_lock(XDR *xdrs, nlm4_lock *objp)
nlm_prot_server.c 52 nlm_convert_to_nlm4_lock(struct nlm4_lock *dst, struct nlm_lock *src)
nlm_prot_impl.c 205 nlm4_lock nw_lock; /* (c) */
980 * (typically the caller_name element of an nlm4_lock). If none is
1333 nlm_register_wait_lock(struct nlm4_lock *lock, struct vnode *vp)

Completed in 105 milliseconds