Home
last modified time | relevance | path

Searched refs:hs_hash (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c310 tp = &(*tp)->hs_hash) { in hs_getfree()
326 *tp = hp->hs_hash; in hs_getfree()
389 tp = tp->hs_hash) { in hs_findhash()
398 for (; tp != NULL; tp = tp->hs_hash) { in hs_findhash()
434 hp->hs_hash = fsp->hsfs_hash[hashno]; in hs_addhash()
456 for (hp = fsp->hsfs_hash[i]; hp != NULL; hp = hp->hs_hash) { in hs_synchash()
477 nhp = hp->hs_hash; in hs_synchash()
673 tp = &(*tp)->hs_hash) { in hs_freenode()
676 *tp = hp->hs_hash; in hs_freenode()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h89 struct hsnode *hs_hash; /* next hsnode in hash list */ member