Home
last modified time | relevance | path

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

/linux/fs/hfsplus/
H A Dsuper.c348 hfs_btree_close(sbi->attr_tree); in hfsplus_put_super()
349 hfs_btree_close(sbi->cat_tree); in hfsplus_put_super()
350 hfs_btree_close(sbi->ext_tree); in hfsplus_put_super()
646 hfs_btree_close(sbi->attr_tree); in hfsplus_fill_super()
648 hfs_btree_close(sbi->cat_tree); in hfsplus_fill_super()
650 hfs_btree_close(sbi->ext_tree); in hfsplus_fill_super()
H A Dhfsplus_fs.h283 #define hfs_btree_close hfsplus_btree_close macro
360 void hfs_btree_close(struct hfs_btree *tree);
H A Dbtree.c259 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() function
/linux/fs/hfs/
H A Dmdb.c383 hfs_btree_close(HFS_SB(sb)->ext_tree); in hfs_mdb_put()
384 hfs_btree_close(HFS_SB(sb)->cat_tree); in hfs_mdb_put()
H A Dbtree.h91 extern void hfs_btree_close(struct hfs_btree *tree);
H A Dbtree.c174 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() function