Searched refs:hfs_btree_commit (Results 1 – 4 of 4) sorted by relevance
248 hfs_btree_commit(mdb->cat_tree, raw->drCTExtRec, raw->drCTFlSize); in hfs_mdb_commit()249 hfs_btree_commit(mdb->ext_tree, raw->drXTExtRec, raw->drXTFlSize); in hfs_mdb_commit()
291 void hfs_btree_commit(struct hfs_btree *bt, hfs_byte_t ext[12], hfs_lword_t size) in hfs_btree_commit() function
455 extern void hfs_btree_commit(struct hfs_btree *, hfs_byte_t *, hfs_lword_t);
1241 Have hfs_btree_commit() call hfs_bnode_commit()1247 Make hfs_mdb_commit() call hfs_btree_commit().1249 from hfs_btree_extend() to hfs_btree_commit().