Searched refs:hfs_bnode_move (Results 1 – 6 of 6) sorted by relevance
/linux-2.6.39/fs/hfsplus/ |
D | brec.c | 121 hfs_bnode_move(node, data_off + size, data_off, in hfs_brec_insert() 218 hfs_bnode_move(node, fd->keyoffset, fd->keyoffset + size, in hfs_brec_remove() 409 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
|
D | hfsplus_fs.h | 274 #define hfs_bnode_move hfsplus_bnode_move macro 332 void hfs_bnode_move(struct hfs_bnode *, int, int, int);
|
D | bnode.c | 185 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() function
|
/linux-2.6.39/fs/hfs/ |
D | brec.c | 127 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() 409 hfs_bnode_move(parent, start_off + diff, start_off, in hfs_brec_update_parent()
|
D | btree.h | 98 extern void hfs_bnode_move(struct hfs_bnode *, int, int, int);
|
D | bnode.c | 118 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() function
|