Home
last modified time | relevance | path

Searched refs:nfsv4lock (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/sys/fs/nfs/common/
Dnfsclstate.h104 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;
Dnfs_var.h81 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 …]
Dnfsrvstate.h259 struct nfsv4lock lf_locallock_lck; /* serialize local locking */
Dnfs_commonsubs.c187 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()
Dnfs.h708 struct nfsv4lock { struct
/netbsd/src/sys/fs/nfs/client/
Dnfs_clcomsubs.c540 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/
Dnfs_nfsdkrpc.c60 struct nfsv4lock nfsd_suspend_lock;
Dnfs_nfsdsocket.c49 extern struct nfsv4lock nfsv4rootfs_lock;
Dnfs_nfsdport.c67 extern struct nfsv4lock nfsd_suspend_lock;
Dnfs_nfsdstate.c39 struct nfsv4lock nfsv4rootfs_lock;