Searched refs:hfs_bnode_create (Results 1 - 6 of 6) sorted by relevance

/linux-master/fs/hfs/
H A Dbtree.h114 extern struct hfs_bnode *hfs_bnode_create(struct hfs_btree *, u32);
H A Dbtree.c198 node = hfs_bnode_create(tree, idx);
291 return hfs_bnode_create(tree, idx);
H A Dbnode.c411 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) function
/linux-master/fs/hfsplus/
H A Dbtree.c320 node = hfs_bnode_create(tree, idx);
415 return hfs_bnode_create(tree,
H A Dhfsplus_fs.h335 #define hfs_bnode_create hfsplus_bnode_create macro
412 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num);
H A Dbnode.c562 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) function

Completed in 150 milliseconds