Searched refs:hfs_bnode_move (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/fs/hfs/ |
D | btree.h | 98 extern void hfs_bnode_move(struct hfs_bnode *, int, int, int);
|
D | brec.c | 126 hfs_bnode_move(node, data_off + size, data_off, in hfs_brec_insert() 220 hfs_bnode_move(node, fd->keyoffset, fd->keyoffset + size, in hfs_brec_remove() 412 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
|
D | bnode.c | 118 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() function
|
/linux-4.4.14/fs/hfsplus/ |
D | brec.c | 126 hfs_bnode_move(node, data_off + size, data_off, in hfs_brec_insert() 224 hfs_bnode_move(node, fd->keyoffset, fd->keyoffset + size, in hfs_brec_remove() 418 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
|
D | hfsplus_fs.h | 323 #define hfs_bnode_move hfsplus_bnode_move macro 410 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len);
|
D | bnode.c | 186 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() function
|