Searched refs:NODE_HASH_SIZE (Results 1 – 6 of 6) sorted by relevance
14 #define NODE_HASH_SIZE 256 macro48 struct hfs_bnode *node_hash[NODE_HASH_SIZE];
147 for (i = 0; i < NODE_HASH_SIZE; i++) { in hfs_btree_close()
223 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];
267 for (i = 0; i < NODE_HASH_SIZE; i++) { in hfs_btree_close()
373 return num & (NODE_HASH_SIZE - 1); in hfs_bnode_hash()