Searched refs:__hfs_bnode_create (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | bnode.c | 244 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create() function 335 node = __hfs_bnode_create(tree, num); in hfs_bnode_find() 425 node = __hfs_bnode_create(tree, num); in hfs_bnode_create()
|
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | bnode.c | 251 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create() function 346 node = __hfs_bnode_create(tree, num); in hfs_bnode_find() 435 node = __hfs_bnode_create(tree, num); in hfs_bnode_create()
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | bnode.c | 400 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create() function 497 node = __hfs_bnode_create(tree, num); in hfs_bnode_find() 587 node = __hfs_bnode_create(tree, num); in hfs_bnode_create()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | bnode.c | 393 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create() function 486 node = __hfs_bnode_create(tree, num); in hfs_bnode_find() 576 node = __hfs_bnode_create(tree, num); in hfs_bnode_create()
|
Completed in 3 milliseconds