Searched refs:hfs_bnode_hash (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/hfs/
H A Dbnode.c219 static inline int hfs_bnode_hash(u32 num) function
235 for (node = tree->node_hash[hfs_bnode_hash(cnid)];
272 hash = hfs_bnode_hash(cnid);
308 for (p = &node->tree->node_hash[hfs_bnode_hash(node->this)];
/linux-master/fs/hfsplus/
H A Dbnode.c369 static inline int hfs_bnode_hash(u32 num) function
386 for (node = tree->node_hash[hfs_bnode_hash(cnid)];
422 hash = hfs_bnode_hash(cnid);
458 for (p = &node->tree->node_hash[hfs_bnode_hash(node->this)];

Completed in 275 milliseconds