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.c604 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); in make_rnode4()
609 rw_exit(&rp->r_hashq->r_lock); in make_rnode4()
615 rw_exit(&rp->r_hashq->r_lock); in make_rnode4()
675 rp->r_hashq = rhtp; in make_rnode4()
786 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); in rp4_addfree()
791 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
796 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
850 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); 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()
[all …]
H A Dnfs_subr.c2490 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); in make_rnode()
2495 rw_exit(&rp->r_hashq->r_lock); in make_rnode()
2501 rw_exit(&rp->r_hashq->r_lock); in make_rnode()
2590 rp->r_hashq = rhtp; in make_rnode()
2698 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); in rp_addfree()
2703 rw_exit(&rp->r_hashq->r_lock); in rp_addfree()
2708 rw_exit(&rp->r_hashq->r_lock); in rp_addfree()
2752 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); 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()
[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