Searched refs:hsfs_hash (Results 1 – 2 of 2) sorted by relevance
309 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()
271 struct hsnode *hsfs_hash[HS_HASHSIZE]; /* head of hash lists */ member