Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfs/
Dbtree.h105 extern struct hfs_bnode *hfs_bnode_create(struct hfs_btree *, u32);
Dbtree.c194 node = hfs_bnode_create(tree, idx); in hfs_bmap_new_bmap()
278 return hfs_bnode_create(tree, idx); in hfs_bmap_alloc()
Dbnode.c408 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() function
/linux-4.4.14/fs/hfsplus/
Dbtree.c318 node = hfs_bnode_create(tree, idx); in hfs_bmap_new_bmap()
401 return hfs_bnode_create(tree, in hfs_bmap_alloc()
Dhfsplus_fs.h330 #define hfs_bnode_create hfsplus_bnode_create macro
417 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num);
Dbnode.c576 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() function