Searched refs:NODE_HASH_SIZE (Results 1 – 6 of 6) sorted by relevance
13 #define NODE_HASH_SIZE 256 macro40 struct hfs_bnode *node_hash[NODE_HASH_SIZE];
129 for (i = 0; i < NODE_HASH_SIZE; i++) { in hfs_btree_close()
214 return num & (NODE_HASH_SIZE - 1); in hfs_bnode_hash()
42 #define NODE_HASH_SIZE 256 macro69 struct hfs_bnode *node_hash[NODE_HASH_SIZE];
107 for (i = 0; i < NODE_HASH_SIZE; i++) { in hfs_btree_close()
374 return num & (NODE_HASH_SIZE - 1); in hfs_bnode_hash()