Home
last modified time | relevance | path

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

/linux-6.12.1/fs/hfsplus/
Dsuper.c308 hfs_btree_close(sbi->attr_tree); in hfsplus_put_super()
309 hfs_btree_close(sbi->cat_tree); in hfsplus_put_super()
310 hfs_btree_close(sbi->ext_tree); in hfsplus_put_super()
607 hfs_btree_close(sbi->attr_tree); in hfsplus_fill_super()
609 hfs_btree_close(sbi->cat_tree); in hfsplus_fill_super()
611 hfs_btree_close(sbi->ext_tree); in hfsplus_fill_super()
Dhfsplus_fs.h315 #define hfs_btree_close hfsplus_btree_close macro
389 void hfs_btree_close(struct hfs_btree *tree);
Dbtree.c259 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() function
/linux-6.12.1/fs/hfs/
Dmdb.c359 hfs_btree_close(HFS_SB(sb)->ext_tree); in hfs_mdb_put()
360 hfs_btree_close(HFS_SB(sb)->cat_tree); in hfs_mdb_put()
Dbtree.h90 extern void hfs_btree_close(struct hfs_btree *);
Dbtree.c139 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() function