Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c37 struct lobucket *lw_table; /* Snapshot of hash table */
92 sizeof (struct lobucket), UM_SLEEP); in lnode_walk_init()
109 lwp->lw_tabsz * sizeof (struct lobucket)); in lnode_walk_init()
113 loinfo.li_htsize * sizeof (struct lobucket), in lnode_walk_init()
138 sizeof (struct lobucket), UM_SLEEP); in lnode_walk_init()
140 lwp->lw_tabsz * sizeof (struct lobucket), in lnode_walk_init()
186 mdb_free(lwp->lw_table, lwp->lw_tabsz * sizeof (struct lobucket)); in lnode_walk_fini()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dlofs_info.h43 struct lobucket { struct
57 struct lobucket *lrh_table; argument
69 struct lobucket *volatile li_hashtable; /* table of per-mount vnodes */
/titanic_41/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c154 struct lobucket *chain; in table_lock_enter()
161 chain = (struct lobucket *)li->li_hashtable; in table_lock_enter()
212 struct lobucket *table; in ldestroy()
497 lretire(struct loinfo *li, struct lobucket *table, uint_t size) in lretire()
519 struct lobucket *oldtable, *newtable; in lgrow()