Searched refs:hfs_bnode_move (Results 1 – 6 of 6) sorted by relevance
/linux-5.19.10/fs/hfs/ |
D | brec.c | 128 hfs_bnode_move(node, data_off + size, data_off, in hfs_brec_insert() 222 hfs_bnode_move(node, fd->keyoffset, fd->keyoffset + size, in hfs_brec_remove() 414 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
|
D | btree.h | 107 extern void hfs_bnode_move(struct hfs_bnode *, int, int, int);
|
D | bnode.c | 132 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() function
|
/linux-5.19.10/fs/hfsplus/ |
D | brec.c | 128 hfs_bnode_move(node, data_off + size, data_off, in hfs_brec_insert() 226 hfs_bnode_move(node, fd->keyoffset, fd->keyoffset + size, in hfs_brec_remove() 420 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
|
D | hfsplus_fs.h | 325 #define hfs_bnode_move hfsplus_bnode_move macro 402 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len);
|
D | bnode.c | 185 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() function
|