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) {
326 *tp = hp->hs_hash;
389 tp = tp->hs_hash) {
398 for (; tp != NULL; tp = tp->hs_hash) {
434 hp->hs_hash = fsp->hsfs_hash[hashno];
456 for (hp = fsp->hsfs_hash[i]; hp != NULL; hp = hp->hs_hash) {
477 nhp = hp->hs_hash;
673 tp = &(*tp)->hs_hash) {
676 *tp = hp->hs_hash;
/illumos-gate/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h91 struct hsnode *hs_hash; /* next hsnode in hash list */ member in struct:hsnode

Completed in 79 milliseconds