Home
last modified time | relevance | path

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

/freebsd/sys/fs/nfs/
H A Dnfsclstate.h115 struct nfsv4lock nfsc_lock;
148 struct nfsv4lock nfsow_rwlock;
163 struct nfsv4lock nfsdl_rwlock; /* for active I/O ops */
219 struct nfsv4lock nfsl_rwlock;
249 struct nfsv4lock nfsly_lock;
H A Dnfs_var.h80 struct nfsv4lock;
344 int nfsv4_lock(struct nfsv4lock *, int, int *, struct mtx *, struct mount *);
345 void nfsv4_unlock(struct nfsv4lock *, int);
346 void nfsv4_relref(struct nfsv4lock *);
347 void nfsv4_getref(struct nfsv4lock *, int *, struct mtx *, struct mount *);
348 int nfsv4_getref_nonblock(struct nfsv4lock *);
349 int nfsv4_testlock(struct nfsv4lock *);
610 void nfscl_lockinit(struct nfsv4lock *);
611 void nfscl_lockexcl(struct nfsv4lock *, void *);
612 void nfscl_lockunlock(struct nfsv4lock *);
[all …]
H A Dnfsrvstate.h302 struct nfsv4lock lf_locallock_lck; /* serialize local locking */
H A Dnfs_commonsubs.c226 static void nfsv4_wanted(struct nfsv4lock *lp);
2374 nfsv4_lock(struct nfsv4lock *lp, int iwantlock, int *isleptp, in nfsv4_lock()
2420 nfsv4_unlock(struct nfsv4lock *lp, int incref) in nfsv4_unlock()
2433 nfsv4_relref(struct nfsv4lock *lp) in nfsv4_relref()
2453 nfsv4_getref(struct nfsv4lock *lp, int *isleptp, struct mtx *mutex, in nfsv4_getref()
2482 nfsv4_getref_nonblock(struct nfsv4lock *lp) in nfsv4_getref_nonblock()
2496 nfsv4_testlock(struct nfsv4lock *lp) in nfsv4_testlock()
2509 nfsv4_wanted(struct nfsv4lock *lp) in nfsv4_wanted()
H A Dnfs.h835 struct nfsv4lock { struct
/freebsd/sys/fs/nfsclient/
H A Dnfs_clcomsubs.c401 nfscl_lockinit(struct nfsv4lock *lckp) in nfscl_lockinit()
413 nfscl_lockexcl(struct nfsv4lock *lckp, void *mutex) in nfscl_lockexcl()
426 nfscl_lockunlock(struct nfsv4lock *lckp) in nfscl_lockunlock()
436 nfscl_lockderef(struct nfsv4lock *lckp) in nfscl_lockderef()
/freebsd/sys/fs/nfsserver/
H A Dnfs_nfsdkrpc.c115 NFSD_VNET_DEFINE(struct nfsv4lock, nfsd_suspend_lock);
H A Dnfs_nfsdsocket.c47 extern struct nfsv4lock nfsv4rootfs_lock;
H A Dnfs_nfsdport.c72 extern struct nfsv4lock nfsv4rootfs_lock;
80 NFSD_VNET_DECLARE(struct nfsv4lock, nfsd_suspend_lock);
H A Dnfs_nfsdstate.c38 struct nfsv4lock nfsv4rootfs_lock;