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