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()
229 return num & (NODE_HASH_SIZE - 1); in hfs_bnode_hash()
64 #define NODE_HASH_SIZE 256 macro97 struct hfs_bnode *node_hash[NODE_HASH_SIZE];
267 for (i = 0; i < NODE_HASH_SIZE; i++) { in hfs_btree_close()
379 return num & (NODE_HASH_SIZE - 1); in hfs_bnode_hash()