Searched refs:hfs_bnode_clear (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/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 | 97 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() function
|
/openbmc/linux/fs/hfsplus/ |
H A D | hfsplus_fs.h | 326 #define hfs_bnode_clear hfsplus_bnode_clear macro 402 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len);
|
H A D | bnode.c | 101 void hfs_bnode_clear(struct hfs_bnode *node, int off, int len) in hfs_bnode_clear() function 631 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()
|