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

  /src/sys/fs/nfs/common/
nfsclstate.h 104 struct nfsv4lock nfsc_lock;
137 struct nfsv4lock nfsow_rwlock;
152 struct nfsv4lock nfsdl_rwlock; /* for active I/O ops */
207 struct nfsv4lock nfsl_rwlock;
237 struct nfsv4lock nfsly_lock;
nfs_var.h 81 struct nfsv4lock;
280 int nfsv4_lock(struct nfsv4lock *, int, int *, void *, struct mount *);
281 void nfsv4_unlock(struct nfsv4lock *, int);
282 void nfsv4_relref(struct nfsv4lock *);
283 void nfsv4_getref(struct nfsv4lock *, int *, void *, struct mount *);
284 int nfsv4_getref_nonblock(struct nfsv4lock *);
285 int nfsv4_testlock(struct nfsv4lock *);
537 void nfscl_lockinit(struct nfsv4lock *);
538 void nfscl_lockexcl(struct nfsv4lock *, void *);
539 void nfscl_lockunlock(struct nfsv4lock *);
    [all...]
nfsrvstate.h 259 struct nfsv4lock lf_locallock_lck; /* serialize local locking */
nfs_commonsubs.c 187 static void nfsv4_wanted(struct nfsv4lock *lp);
1822 * The first argument is a pointer to an nfsv4lock structure.
1839 nfsv4_lock(struct nfsv4lock *lp, int iwantlock, int *isleptp,
1886 nfsv4_unlock(struct nfsv4lock *lp, int incref)
1899 nfsv4_relref(struct nfsv4lock *lp)
1919 nfsv4_getref(struct nfsv4lock *lp, int *isleptp, void *mutex,
1949 nfsv4_getref_nonblock(struct nfsv4lock *lp)
1963 nfsv4_testlock(struct nfsv4lock *lp)
1976 nfsv4_wanted(struct nfsv4lock *lp)
nfs.h 708 struct nfsv4lock { struct
  /src/sys/fs/nfs/client/
nfs_clcomsubs.c 540 nfscl_lockinit(struct nfsv4lock *lckp)
552 nfscl_lockexcl(struct nfsv4lock *lckp, void *mutex)
565 nfscl_lockunlock(struct nfsv4lock *lckp)
575 nfscl_lockderef(struct nfsv4lock *lckp)
  /src/sys/fs/nfs/server/
nfs_nfsdkrpc.c 60 struct nfsv4lock nfsd_suspend_lock;
nfs_nfsdsocket.c 49 extern struct nfsv4lock nfsv4rootfs_lock;
nfs_nfsdport.c 67 extern struct nfsv4lock nfsd_suspend_lock;
nfs_nfsdstate.c 39 struct nfsv4lock nfsv4rootfs_lock;

Completed in 189 milliseconds