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];
144 for (i = 0; i < NODE_HASH_SIZE; i++) { in hfs_btree_close()
216 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];
265 for (i = 0; i < NODE_HASH_SIZE; i++) { in hfs_btree_close()
381 return num & (NODE_HASH_SIZE - 1); in hfs_bnode_hash()