Searched refs:hfs_bnode_create (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | btree.h | 114 extern struct hfs_bnode *hfs_bnode_create(struct hfs_btree *, u32);
|
H A D | btree.c | 195 node = hfs_bnode_create(tree, idx); in hfs_bmap_new_bmap() 288 return hfs_bnode_create(tree, idx); in hfs_bmap_alloc()
|
H A D | bnode.c | 421 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() function
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | btree.h | 114 extern struct hfs_bnode *hfs_bnode_create(struct hfs_btree *, u32);
|
H A D | btree.c | 198 node = hfs_bnode_create(tree, idx); in hfs_bmap_new_bmap() 291 return hfs_bnode_create(tree, idx); in hfs_bmap_alloc()
|
H A D | bnode.c | 411 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() function
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | hfsplus_fs.h | 334 #define hfs_bnode_create hfsplus_bnode_create macro 422 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num);
|
H A D | btree.c | 319 node = hfs_bnode_create(tree, idx); in hfs_bmap_new_bmap() 414 return hfs_bnode_create(tree, in hfs_bmap_alloc()
|
H A D | bnode.c | 573 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() function
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | hfsplus_fs.h | 334 #define hfs_bnode_create hfsplus_bnode_create macro 411 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num);
|
H A D | btree.c | 320 node = hfs_bnode_create(tree, idx); in hfs_bmap_new_bmap() 415 return hfs_bnode_create(tree, in hfs_bmap_alloc()
|
H A D | bnode.c | 562 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() function
|
Completed in 9 milliseconds