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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dlofs_info.h45 struct lnode *lh_chain; /* vnode chain for this bucket */ member in struct:lobucket
/illumos-gate/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c146 wsp->walk_addr = (uintptr_t)lwp->lw_table[0].lh_chain;
165 (uintptr_t)lwp->lw_table[lwp->lw_tabi].lh_chain;
/illumos-gate/usr/src/uts/common/fs/lofs/
H A Dlofs_subr.c82 ((li)->li_hashtable[ltablehash((vp), (li)->li_htsize)].lh_chain)
559 for (tlp = oldtable[i].lh_chain; tlp != NULL; tlp = nlp) {
563 tlp->lo_next = newtable[hash].lh_chain;
564 newtable[hash].lh_chain = tlp;

Completed in 60 milliseconds