Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/fs/nfs/
H A Dnfs4_rnode.c603 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); in make_rnode4()
608 rw_exit(&rp->r_hashq->r_lock); in make_rnode4()
614 rw_exit(&rp->r_hashq->r_lock); in make_rnode4()
674 rp->r_hashq = rhtp; in make_rnode4()
785 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); in rp4_addfree()
790 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
795 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
849 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); in rp4_addfree()
855 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
865 rw_exit(&rp->r_hashq->r_lock); in rp4_addfree()
[all …]
H A Dnfs_subr.c2489 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); in make_rnode()
2494 rw_exit(&rp->r_hashq->r_lock); in make_rnode()
2500 rw_exit(&rp->r_hashq->r_lock); in make_rnode()
2589 rp->r_hashq = rhtp; in make_rnode()
2697 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); in rp_addfree()
2702 rw_exit(&rp->r_hashq->r_lock); in rp_addfree()
2707 rw_exit(&rp->r_hashq->r_lock); in rp_addfree()
2751 rw_enter(&rp->r_hashq->r_lock, RW_WRITER); in rp_addfree()
2757 rw_exit(&rp->r_hashq->r_lock); in rp_addfree()
2787 rw_exit(&rp->r_hashq->r_lock); in rp_addfree()
[all …]
H A Dnfs4_shadow.c103 ASSERT(RW_LOCK_HELD(&rp->r_hashq->r_lock)); in sv_activate()
H A Dnfs4_vnops.c15041 rw_enter(&rp->r_hashq->r_lock, RW_READER); in nfs4close_all()
15045 rw_exit(&rp->r_hashq->r_lock); in nfs4close_all()
15061 rw_exit(&rp->r_hashq->r_lock); in nfs4close_all()
15081 rw_exit(&rp->r_hashq->r_lock); in nfs4close_all()
/titanic_41/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