Home
last modified time | relevance | path

Searched refs:r_lo_head (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_client_state.c140 while (rp->r_lo_head.lo_next_rnode != &rp->r_lo_head) { in nfs4_flush_lock_owners()
141 lop = rp->r_lo_head.lo_next_rnode; in nfs4_flush_lock_owners()
420 lop = rp->r_lo_head.lo_next_rnode; in find_lock_owner()
421 while (lop != &rp->r_lo_head) { in find_lock_owner()
848 lop->lo_prev_rnode = &rp->r_lo_head; in create_lock_owner()
849 lop->lo_next_rnode = rp->r_lo_head.lo_next_rnode; in create_lock_owner()
850 rp->r_lo_head.lo_next_rnode->lo_prev_rnode = lop; in create_lock_owner()
851 rp->r_lo_head.lo_next_rnode = lop; in create_lock_owner()
1326 lop = rp->r_lo_head.lo_next_rnode; in nfs4_find_or_create_lock_owner()
1327 while (lop != &rp->r_lo_head) { in nfs4_find_or_create_lock_owner()
[all …]
H A Dnfs4_rnode.c669 rp->r_lo_head.lo_prev_rnode = &rp->r_lo_head; in make_rnode4()
670 rp->r_lo_head.lo_next_rnode = &rp->r_lo_head; in make_rnode4()
726 ASSERT(rp->r_lo_head.lo_next_rnode == &rp->r_lo_head); in uninit_rnode4()
727 ASSERT(rp->r_lo_head.lo_prev_rnode == &rp->r_lo_head); in uninit_rnode4()
H A Dnfs4_vnops.c14652 if (rp->r_lo_head.lo_next_rnode == &rp->r_lo_head) { in nfs4_lockrelease()
/illumos-gate/usr/src/uts/common/nfs/
H A Drnode4.h280 r_lo_head; /* lock owners list head */ member