Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dbtree.c320 node = hfs_bnode_create(tree, idx); in hfs_bmap_new_bmap()
421 return hfs_bnode_create(tree, in hfs_bmap_alloc()
H A Dhfsplus_fs.h303 #define hfs_bnode_create hfsplus_bnode_create macro
383 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num);
H A Dbnode.c620 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() function
/linux/fs/hfs/
H A Dbtree.c233 node = hfs_bnode_create(tree, idx); in hfs_bmap_new_bmap()
326 return hfs_bnode_create(tree, idx); in hfs_bmap_alloc()
H A Dbtree.h115 extern struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num);
H A Dbnode.c509 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() function