Home
last modified time | relevance | path

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

/linux-4.1.27/fs/hfs/
Dbnode.c212 static inline int hfs_bnode_hash(u32 num) in hfs_bnode_hash() function
228 for (node = tree->node_hash[hfs_bnode_hash(cnid)]; in hfs_bnode_findhash()
267 hash = hfs_bnode_hash(cnid); in __hfs_bnode_create()
306 for (p = &node->tree->node_hash[hfs_bnode_hash(node->this)]; in hfs_bnode_unhash()
/linux-4.1.27/fs/hfsplus/
Dbnode.c377 static inline int hfs_bnode_hash(u32 num) in hfs_bnode_hash() function
394 for (node = tree->node_hash[hfs_bnode_hash(cnid)]; in hfs_bnode_findhash()
432 hash = hfs_bnode_hash(cnid); in __hfs_bnode_create()
472 for (p = &node->tree->node_hash[hfs_bnode_hash(node->this)]; in hfs_bnode_unhash()