Searched refs:li_refct (Results 1 – 3 of 3) sorted by relevance
196 li->li_refct = 0; in lsetup()293 atomic_inc_32(&li->li_refct); in makelonode()327 ASSERT(li->li_refct > 0); in makelfsnode()389 ASSERT(li->li_refct > 0); in freelfsnode()468 ASSERT(li->li_refct > 0); in lo_realvfs()618 if (li->li_refct > (li->li_htsize << lo_resize_threshold)) { in lsave()676 atomic_dec_32(&li->li_refct); in freelonode()
373 li->li_refct = 0; in lo_mount()439 if (li->li_refct != 1 || li->li_rootvp->v_count != 1) { in lo_unmount()441 lo_dprint(4, "refct %d v_ct %d\n", li->li_refct, in lo_unmount()
67 uint_t li_refct; /* # outstanding vnodes */ member