Home
last modified time | relevance | path

Searched refs:r_hashq (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c615 rw_exit(&rp->r_hashq->r_lock); in make_rnode4()
675 rp->r_hashq = rhtp; in make_rnode4()
796 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
856 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
866 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
882 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
897 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
934 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
982 rp->r_hashq->r_hashf = rp; in rp4_addhash()
1033 rw_exit(&rp->r_hashq->r_lock); in rp4_rmhash()
[all …]
H A Dnfs_subr.c2501 rw_exit(&rp->r_hashq->r_lock); in make_rnode()
2590 rp->r_hashq = rhtp; in make_rnode()
2708 rw_exit(&rp->r_hashq->r_lock); in rp_addfree()
2758 rw_exit(&rp->r_hashq->r_lock); in rp_addfree()
2788 rw_exit(&rp->r_hashq->r_lock); in rp_addfree()
2830 rp->r_hashq->r_hashf = rp; in rp_addhash()
2882 rw_exit(&rp->r_hashq->r_lock); in rp_rmhash()
4149 rw_exit(&rp->r_hashq->r_lock); in nfs_rnode_reclaim()
4453 rp->r_hashq = &rtable[index]; in failover_thread()
4639 rp->r_hashq = nrp->r_hashq; in failover_remap()
[all …]
H A Dnfs4_shadow.c106 ASSERT(RW_LOCK_HELD(&rp->r_hashq->r_lock)); in sv_activate()
H A Dnfs4_vnops.c15017 rw_enter(&rp->r_hashq->r_lock, RW_READER); in nfs4close_all()
15021 rw_exit(&rp->r_hashq->r_lock); in nfs4close_all()
15037 rw_exit(&rp->r_hashq->r_lock); in nfs4close_all()
15057 rw_exit(&rp->r_hashq->r_lock); in nfs4close_all()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode.h265 rhashq_t *r_hashq; /* pointer to the hash bucket */ member
H A Drnode4.h233 r4hashq_t *r_hashq; /* pointer to the hash bucket */ member