Searched refs:nfsv4lock (Results 1 – 10 of 10) sorted by relevance
| /netbsd/src/sys/fs/nfs/common/ |
| D | 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;
|
| D | 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 …]
|
| D | nfsrvstate.h | 259 struct nfsv4lock lf_locallock_lck; /* serialize local locking */
|
| D | nfs_commonsubs.c | 187 static void nfsv4_wanted(struct nfsv4lock *lp); 1839 nfsv4_lock(struct nfsv4lock *lp, int iwantlock, int *isleptp, in nfsv4_lock() 1886 nfsv4_unlock(struct nfsv4lock *lp, int incref) in nfsv4_unlock() 1899 nfsv4_relref(struct nfsv4lock *lp) in nfsv4_relref() 1919 nfsv4_getref(struct nfsv4lock *lp, int *isleptp, void *mutex, in nfsv4_getref() 1949 nfsv4_getref_nonblock(struct nfsv4lock *lp) in nfsv4_getref_nonblock() 1963 nfsv4_testlock(struct nfsv4lock *lp) in nfsv4_testlock() 1976 nfsv4_wanted(struct nfsv4lock *lp) in nfsv4_wanted()
|
| D | nfs.h | 708 struct nfsv4lock { struct
|
| /netbsd/src/sys/fs/nfs/client/ |
| D | nfs_clcomsubs.c | 540 nfscl_lockinit(struct nfsv4lock *lckp) in nfscl_lockinit() 552 nfscl_lockexcl(struct nfsv4lock *lckp, void *mutex) in nfscl_lockexcl() 565 nfscl_lockunlock(struct nfsv4lock *lckp) in nfscl_lockunlock() 575 nfscl_lockderef(struct nfsv4lock *lckp) in nfscl_lockderef()
|
| /netbsd/src/sys/fs/nfs/server/ |
| D | nfs_nfsdkrpc.c | 60 struct nfsv4lock nfsd_suspend_lock;
|
| D | nfs_nfsdsocket.c | 49 extern struct nfsv4lock nfsv4rootfs_lock;
|
| D | nfs_nfsdport.c | 67 extern struct nfsv4lock nfsd_suspend_lock;
|
| D | nfs_nfsdstate.c | 39 struct nfsv4lock nfsv4rootfs_lock;
|