Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fs.d/cachefs/fsck/
H A Dres.c398 if (itemcnt != lhp->rli_itemcnt) { in res_listcheck()
401 lhp->rli_itemcnt, itemcnt); in res_listcheck()
693 lhp->rli_itemcnt--; in res_rlent_moveto()
714 lhp->rli_itemcnt++; in res_rlent_moveto()
/titanic_41/usr/src/uts/common/fs/cachefs/
H A Dcachefs_resource.c142 lhp->rli_itemcnt--; in cachefs_rlent_moveto_nolock()
166 lhp->rli_itemcnt++; in cachefs_rlent_moveto_nolock()
264 lhp->rli_itemcnt++; in cachefs_rl_alloc()
328 ASSERT(lhp->rli_itemcnt == 0); in cachefs_move_modified_to_mf()
385 if (lhp->rli_itemcnt > 0) { in cachefs_rl_cleanup()
401 if (lhp->rli_itemcnt > 0) { in cachefs_rl_cleanup()
831 count = lhp->rli_itemcnt; in cachefs_packed_pending()
965 if (lhp->rli_itemcnt == 0) in cachefs_packed_pending()
H A Dcachefs_subr.c630 if (lhp->rli_itemcnt != 0) in cachefs_cache_activate_rw()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dcachefs_fs.h442 int rli_itemcnt; /* number of items on list */ member