Home
last modified time | relevance | path

Searched refs:hfs_bnode_update_key (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/fs/hfs/
Dbdelete.c409 hfs_bnode_update_key(brec, belem, right.bn, 1); in bdelete()
417 hfs_bnode_update_key(brec, belem, bnode, 0); in bdelete()
Dbins_del.c47 void hfs_bnode_update_key(struct hfs_brec *brec, struct hfs_belem *belem, in hfs_bnode_update_key() function
Dhfs_btree.h269 extern void hfs_bnode_update_key(struct hfs_brec *, struct hfs_belem *,
Dbinsert.c406 hfs_bnode_update_key(brec, belem, left.bn, 0); in binsert()
DChangeLog948 hfs_bnode_update_key() was still corrupting the header node sometimes.
1872 Added missing function comment for hfs_bnode_update_key().