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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dbnode.c210 static inline int hfs_bnode_hash(u32 num) function
226 for (node = tree->node_hash[hfs_bnode_hash(cnid)];
265 hash = hfs_bnode_hash(cnid);
305 for (p = &node->tree->node_hash[hfs_bnode_hash(node->this)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dbnode.c370 static inline int hfs_bnode_hash(u32 num) function
386 for (node = tree->node_hash[hfs_bnode_hash(cnid)];
425 hash = hfs_bnode_hash(cnid);
465 for (p = &node->tree->node_hash[hfs_bnode_hash(node->this)];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbnode.c370 static inline int hfs_bnode_hash(u32 num) function
386 for (node = tree->node_hash[hfs_bnode_hash(cnid)];
425 hash = hfs_bnode_hash(cnid);
465 for (p = &node->tree->node_hash[hfs_bnode_hash(node->this)];

Completed in 113 milliseconds