Searched refs:nfsv4_getref (Results 1 – 6 of 6) sorted by relevance
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_nfsdkrpc.c | 326 * The call to nfsv4_lock() that precedes nfsv4_getref() in nfssvc_program() 336 nfsv4_getref(&NFSD_VNET(nfsd_suspend_lock), NULL, in nfssvc_program()
|
H A D | nfs_nfsdsocket.c | 818 nfsv4_getref(&nfsv4rootfs_lock, NULL, in nfsrvd_compound()
|
H A D | nfs_nfsdstate.c | 1072 nfsv4_getref(&nfsv4rootfs_lock, NULL, NFSV4ROOTLOCKMUTEXPTR, NULL); in nfsrv_dumpclients() 1189 nfsv4_getref(&nfsv4rootfs_lock, NULL, NFSV4ROOTLOCKMUTEXPTR, NULL); in nfsrv_dumplocks() 5619 nfsv4_getref(&nfsv4rootfs_lock, NULL, NFSV4ROOTLOCKMUTEXPTR, NULL); in nfsd_recalldelegation()
|
/freebsd/sys/fs/nfsclient/ |
H A D | nfs_clstate.c | 326 nfsv4_getref(&owp->nfsow_rwlock, NULL, in nfscl_open() 950 nfsv4_getref(&clp->nfsc_lock, NULL, NFSCLSTATEMUTEXPTR, mp); in nfscl_getcl() 5087 nfsv4_getref(&clp->nfsc_lock, NULL, NFSCLSTATEMUTEXPTR, nmp->nm_mountp); in nfscl_getref() 5353 nfsv4_getref(&lyp->nfsly_lock, NULL, NFSCLSTATEMUTEXPTR, mp); in nfscl_layout() 5408 nfsv4_getref(&lyp->nfsly_lock, NULL, in nfscl_getlayout() 5937 nfsv4_getref(&lyp->nfsly_lock, NULL, NFSCLSTATEMUTEXPTR, mp); in nfscl_layoutcommit()
|
/freebsd/sys/fs/nfs/ |
H A D | nfs_var.h | 351 void nfsv4_getref(struct nfsv4lock *, int *, struct mtx *, struct mount *);
|
H A D | nfs_commonsubs.c | 2549 nfsv4_getref(struct nfsv4lock *lp, int *isleptp, struct mtx *mutex, in nfsv4_getref() function
|