Searched refs:hfs_bnode_clear (Results 1 – 6 of 6) sorted by relevance
| /linux-6.15/fs/hfs/ |
| H A D | btree.h | 104 extern void hfs_bnode_clear(struct hfs_bnode *, int, int);
|
| H A D | btree.c | 211 hfs_bnode_clear(node, 0, tree->node_size); in hfs_bmap_new_bmap()
|
| H A D | bnode.c | 103 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() function
|
| /linux-6.15/fs/hfsplus/ |
| H A D | hfsplus_fs.h | 328 #define hfs_bnode_clear hfsplus_bnode_clear macro 404 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len);
|
| H A D | bnode.c | 107 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() function 637 hfs_bnode_clear(node, 0, tree->node_size); in hfs_bnode_put()
|
| H A D | btree.c | 331 hfs_bnode_clear(node, 0, tree->node_size); in hfs_bmap_new_bmap()
|