Home
last modified time | relevance | path

Searched refs:NODE_HASH_SIZE (Results 1 – 3 of 3) sorted by relevance

/linux-2.4.37.9/fs/hfsplus/
Dhfsplus_fs.h53 #define NODE_HASH_SIZE 256 macro
80 struct hfsplus_bnode *node_hash[NODE_HASH_SIZE];
Dbtree.c27 for (i = 0; i < NODE_HASH_SIZE; i++) { in hfsplus_close_btree()
Dbnode.c752 return num & (NODE_HASH_SIZE - 1); in hfsplus_bnode_hash()