Home
last modified time | relevance | path

Searched refs:li_refct (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c193 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()
H A Dlofs_vfsops.c374 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()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dlofs_info.h67 uint_t li_refct; /* # outstanding vnodes */ member