Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/hsfs/
H A Dhsfs_node.c309 for (tp = &fsp->hsfs_hash[HS_HPASH(hp)]; *tp != NULL; in hs_getfree()
388 for (tp = fsp->hsfs_hash[HS_HASH(nodeid)]; tp != NULL; in hs_findhash()
434 hp->hs_hash = fsp->hsfs_hash[hashno]; in hs_addhash()
435 fsp->hsfs_hash[hashno] = hp; in hs_addhash()
456 for (hp = fsp->hsfs_hash[i]; hp != NULL; hp = hp->hs_hash) { in hs_synchash()
476 for (hp = fsp->hsfs_hash[i]; hp != NULL; hp = nhp) { in hs_synchash()
672 for (tp = &fsp->hsfs_hash[HS_HPASH(hp)]; *tp != NULL; in hs_freenode()
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h269 struct hsnode *hsfs_hash[HS_HASHSIZE]; /* head of hash lists */ member