Searched refs:NODE_HASH_SIZE (Results 1 – 6 of 6) sorted by relevance
14 #define NODE_HASH_SIZE 256 macro41 struct hfs_bnode *node_hash[NODE_HASH_SIZE];
145 for (i = 0; i < NODE_HASH_SIZE; i++) { in hfs_btree_close()
215 return num & (NODE_HASH_SIZE - 1); in hfs_bnode_hash()
63 #define NODE_HASH_SIZE 256 macro96 struct hfs_bnode *node_hash[NODE_HASH_SIZE];
266 for (i = 0; i < NODE_HASH_SIZE; i++) { in hfs_btree_close()
380 return num & (NODE_HASH_SIZE - 1); in hfs_bnode_hash()