Searched refs:hfs_bnode_update_key (Results 1 – 5 of 5) sorted by relevance
/linux-2.4.37.9/fs/hfs/ |
D | bdelete.c | 409 hfs_bnode_update_key(brec, belem, right.bn, 1); in bdelete() 417 hfs_bnode_update_key(brec, belem, bnode, 0); in bdelete()
|
D | bins_del.c | 47 void hfs_bnode_update_key(struct hfs_brec *brec, struct hfs_belem *belem, in hfs_bnode_update_key() function
|
D | hfs_btree.h | 269 extern void hfs_bnode_update_key(struct hfs_brec *, struct hfs_belem *,
|
D | binsert.c | 406 hfs_bnode_update_key(brec, belem, left.bn, 0); in binsert()
|
D | ChangeLog | 948 hfs_bnode_update_key() was still corrupting the header node sometimes. 1872 Added missing function comment for hfs_bnode_update_key().
|