Home
last modified time | relevance | path

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

/linux-4.4.14/fs/hfsplus/
Dsuper.c294 hfs_btree_close(sbi->attr_tree); in hfsplus_put_super()
295 hfs_btree_close(sbi->cat_tree); in hfsplus_put_super()
296 hfs_btree_close(sbi->ext_tree); in hfsplus_put_super()
595 hfs_btree_close(sbi->attr_tree); in hfsplus_fill_super()
597 hfs_btree_close(sbi->cat_tree); in hfsplus_fill_super()
599 hfs_btree_close(sbi->ext_tree); in hfsplus_fill_super()
Dhfsplus_fs.h311 #define hfs_btree_close hfsplus_btree_close macro
395 void hfs_btree_close(struct hfs_btree *tree);
Dbtree.c257 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() function
/linux-4.4.14/fs/hfs/
Dbtree.h82 extern void hfs_btree_close(struct hfs_btree *);
Dmdb.c353 hfs_btree_close(HFS_SB(sb)->ext_tree); in hfs_mdb_put()
354 hfs_btree_close(HFS_SB(sb)->cat_tree); in hfs_mdb_put()
Dbtree.c136 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() function