Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/mdb/common/modules/lofs/
H A Dlofs.c146 wsp->walk_addr = (uintptr_t)lwp->lw_table[0].lh_chain; in lnode_walk_init()
165 (uintptr_t)lwp->lw_table[lwp->lw_tabi].lh_chain; in lnode_walk_step()
/titanic_41/usr/src/uts/common/sys/fs/
H A Dlofs_info.h45 struct lnode *lh_chain; /* vnode chain for this bucket */ member
/titanic_41/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) { in lgrow()
563 tlp->lo_next = newtable[hash].lh_chain; in lgrow()
564 newtable[hash].lh_chain = tlp; in lgrow()