Searched refs:nfsv4lock (Results 1 – 10 of 10) sorted by relevance
| /trueos/sys/fs/nfs/ |
| HD | nfsclstate.h | 102 struct nfsv4lock nfsc_lock; 135 struct nfsv4lock nfsow_rwlock; 150 struct nfsv4lock nfsdl_rwlock; /* for active I/O ops */ 205 struct nfsv4lock nfsl_rwlock; 235 struct nfsv4lock nfsly_lock;
|
| HD | nfs_var.h | 79 struct nfsv4lock; 278 int nfsv4_lock(struct nfsv4lock *, int, int *, void *, struct mount *); 279 void nfsv4_unlock(struct nfsv4lock *, int); 280 void nfsv4_relref(struct nfsv4lock *); 281 void nfsv4_getref(struct nfsv4lock *, int *, void *, struct mount *); 282 int nfsv4_getref_nonblock(struct nfsv4lock *); 283 int nfsv4_testlock(struct nfsv4lock *); 533 void nfscl_lockinit(struct nfsv4lock *); 534 void nfscl_lockexcl(struct nfsv4lock *, void *); 535 void nfscl_lockunlock(struct nfsv4lock *); [all …]
|
| HD | nfsrvstate.h | 258 struct nfsv4lock lf_locallock_lck; /* serialize local locking */
|
| HD | nfs_commonsubs.c | 176 static void nfsv4_wanted(struct nfsv4lock *lp); 1804 nfsv4_lock(struct nfsv4lock *lp, int iwantlock, int *isleptp, in nfsv4_lock() 1851 nfsv4_unlock(struct nfsv4lock *lp, int incref) in nfsv4_unlock() 1864 nfsv4_relref(struct nfsv4lock *lp) in nfsv4_relref() 1884 nfsv4_getref(struct nfsv4lock *lp, int *isleptp, void *mutex, in nfsv4_getref() 1914 nfsv4_getref_nonblock(struct nfsv4lock *lp) in nfsv4_getref_nonblock() 1928 nfsv4_testlock(struct nfsv4lock *lp) in nfsv4_testlock() 1941 nfsv4_wanted(struct nfsv4lock *lp) in nfsv4_wanted()
|
| HD | nfs.h | 698 struct nfsv4lock { struct
|
| /trueos/sys/fs/nfsclient/ |
| HD | nfs_clcomsubs.c | 538 nfscl_lockinit(struct nfsv4lock *lckp) in nfscl_lockinit() 550 nfscl_lockexcl(struct nfsv4lock *lckp, void *mutex) in nfscl_lockexcl() 563 nfscl_lockunlock(struct nfsv4lock *lckp) in nfscl_lockunlock() 573 nfscl_lockderef(struct nfsv4lock *lckp) in nfscl_lockderef()
|
| /trueos/sys/fs/nfsserver/ |
| HD | nfs_nfsdkrpc.c | 55 struct nfsv4lock nfsd_suspend_lock;
|
| HD | nfs_nfsdsocket.c | 47 extern struct nfsv4lock nfsv4rootfs_lock;
|
| HD | nfs_nfsdport.c | 60 extern struct nfsv4lock nfsd_suspend_lock;
|
| HD | nfs_nfsdstate.c | 37 struct nfsv4lock nfsv4rootfs_lock;
|