Symbol: nfsv4lock
sys/fs/nfs/nfs_commonsubs.c
249
static void nfsv4_wanted(struct nfsv4lock *lp);
sys/fs/nfs/nfs_commonsubs.c
2631
nfsv4_lock(struct nfsv4lock *lp, int iwantlock, int *isleptp,
sys/fs/nfs/nfs_commonsubs.c
2677
nfsv4_unlock(struct nfsv4lock *lp, int incref)
sys/fs/nfs/nfs_commonsubs.c
2690
nfsv4_relref(struct nfsv4lock *lp)
sys/fs/nfs/nfs_commonsubs.c
2710
nfsv4_getref(struct nfsv4lock *lp, int *isleptp, struct mtx *mutex,
sys/fs/nfs/nfs_commonsubs.c
2739
nfsv4_getref_nonblock(struct nfsv4lock *lp)
sys/fs/nfs/nfs_commonsubs.c
2753
nfsv4_testlock(struct nfsv4lock *lp)
sys/fs/nfs/nfs_commonsubs.c
2766
nfsv4_wanted(struct nfsv4lock *lp)
sys/fs/nfs/nfs_var.h
348
int nfsv4_lock(struct nfsv4lock *, int, int *, struct mtx *, struct mount *);
sys/fs/nfs/nfs_var.h
349
void nfsv4_unlock(struct nfsv4lock *, int);
sys/fs/nfs/nfs_var.h
350
void nfsv4_relref(struct nfsv4lock *);
sys/fs/nfs/nfs_var.h
351
void nfsv4_getref(struct nfsv4lock *, int *, struct mtx *, struct mount *);
sys/fs/nfs/nfs_var.h
352
int nfsv4_getref_nonblock(struct nfsv4lock *);
sys/fs/nfs/nfs_var.h
353
int nfsv4_testlock(struct nfsv4lock *);
sys/fs/nfs/nfs_var.h
627
void nfscl_lockinit(struct nfsv4lock *);
sys/fs/nfs/nfs_var.h
628
void nfscl_lockexcl(struct nfsv4lock *, void *);
sys/fs/nfs/nfs_var.h
629
void nfscl_lockunlock(struct nfsv4lock *);
sys/fs/nfs/nfs_var.h
630
void nfscl_lockderef(struct nfsv4lock *);
sys/fs/nfs/nfs_var.h
80
struct nfsv4lock;
sys/fs/nfs/nfsclstate.h
115
struct nfsv4lock nfsc_lock;
sys/fs/nfs/nfsclstate.h
152
struct nfsv4lock nfsow_rwlock;
sys/fs/nfs/nfsclstate.h
166
struct nfsv4lock nfsdl_rwlock; /* for active I/O ops */
sys/fs/nfs/nfsclstate.h
225
struct nfsv4lock nfsl_rwlock;
sys/fs/nfs/nfsclstate.h
255
struct nfsv4lock nfsly_lock;
sys/fs/nfs/nfsrvstate.h
302
struct nfsv4lock lf_locallock_lck; /* serialize local locking */
sys/fs/nfsclient/nfs_clcomsubs.c
400
nfscl_lockinit(struct nfsv4lock *lckp)
sys/fs/nfsclient/nfs_clcomsubs.c
412
nfscl_lockexcl(struct nfsv4lock *lckp, void *mutex)
sys/fs/nfsclient/nfs_clcomsubs.c
425
nfscl_lockunlock(struct nfsv4lock *lckp)
sys/fs/nfsclient/nfs_clcomsubs.c
435
nfscl_lockderef(struct nfsv4lock *lckp)
sys/fs/nfsserver/nfs_nfsdkrpc.c
119
VNET_DEFINE(struct nfsv4lock, nfsd_suspend_lock);
sys/fs/nfsserver/nfs_nfsdport.c
73
extern struct nfsv4lock nfsv4rootfs_lock;
sys/fs/nfsserver/nfs_nfsdport.c
84
VNET_DECLARE(struct nfsv4lock, nfsd_suspend_lock);
sys/fs/nfsserver/nfs_nfsdsocket.c
47
extern struct nfsv4lock nfsv4rootfs_lock;
sys/fs/nfsserver/nfs_nfsdstate.c
38
struct nfsv4lock nfsv4rootfs_lock;