Searched refs:li_refct (Results 1 – 3 of 3) sorted by relevance
193 li->li_refct = 0; in lsetup()290 atomic_inc_32(&li->li_refct); in makelonode()324 ASSERT(li->li_refct > 0); in makelfsnode()386 ASSERT(li->li_refct > 0); in freelfsnode()465 ASSERT(li->li_refct > 0); in lo_realvfs()615 if (li->li_refct > (li->li_htsize << lo_resize_threshold)) { in lsave()673 atomic_dec_32(&li->li_refct); in freelonode()
374 li->li_refct = 0; in lo_mount()440 if (li->li_refct != 1 || li->li_rootvp->v_count != 1) { in lo_unmount()442 lo_dprint(4, "refct %d v_ct %d\n", li->li_refct, in lo_unmount()
67 uint_t li_refct; /* # outstanding vnodes */ member