Home
last modified time | relevance | path

Searched refs:hfs_bnode_move (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/fs/hfsplus/
H A Dbrec.c128 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()
H A Dhfsplus_fs.h328 #define hfs_bnode_move hfsplus_bnode_move macro
405 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len);
H A Dbnode.c175 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() function
/openbmc/linux/fs/hfs/
H A Dbrec.c128 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()
H A Dbtree.h107 extern void hfs_bnode_move(struct hfs_bnode *, int, int, int);
H A Dbnode.c125 void hfs_bnode_move(struct hfs_bnode *node, int dst, int src, int len) in hfs_bnode_move() function