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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dlofs_info.h43 struct lobucket { struct
57 struct lobucket *lrh_table;
69 struct lobucket *volatile li_hashtable; /* table of per-mount vnodes */
/illumos-gate/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);
109 lwp->lw_tabsz * sizeof (struct lobucket));
113 loinfo.li_htsize * sizeof (struct lobucket),
138 sizeof (struct lobucket), UM_SLEEP);
140 lwp->lw_tabsz * sizeof (struct lobucket),
186 mdb_free(lwp->lw_table, lwp->lw_tabsz * sizeof (struct lobucket));
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c154 struct lobucket *chain;
161 chain = (struct lobucket *)li->li_hashtable;
212 struct lobucket *table;
497 lretire(struct loinfo *li, struct lobucket *table, uint_t size)
519 struct lobucket *oldtable, *newtable;

Completed in 58 milliseconds