Home
last modified time | relevance | path

Searched refs:hfs_btree_open (Results 1 – 7 of 7) sorted by relevance

/linux/fs/hfs/
A Dmdb.c199 HFS_SB(sb)->ext_tree = hfs_btree_open(sb, HFS_EXT_CNID, hfs_ext_keycmp); in hfs_mdb_get()
204 HFS_SB(sb)->cat_tree = hfs_btree_open(sb, HFS_CAT_CNID, hfs_cat_keycmp); in hfs_mdb_get()
A Dbtree.h89 extern struct hfs_btree *hfs_btree_open(struct super_block *, u32, btree_keycmp);
A Dbtree.c19 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id, btree_keycmp keycmp) in hfs_btree_open() function
/linux/fs/hfsplus/
A Dsuper.c473 sbi->ext_tree = hfs_btree_open(sb, HFSPLUS_EXT_CNID); in hfsplus_fill_super()
478 sbi->cat_tree = hfs_btree_open(sb, HFSPLUS_CAT_CNID); in hfsplus_fill_super()
485 sbi->attr_tree = hfs_btree_open(sb, HFSPLUS_ATTR_CNID); in hfsplus_fill_super()
A Dhfsplus_fs.h311 #define hfs_btree_open hfsplus_btree_open macro
385 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id);
A Dbtree.c133 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id) in hfs_btree_open() function
A Dxattr.c237 sbi->attr_tree = hfs_btree_open(sb, HFSPLUS_ATTR_CNID); in hfsplus_create_attributes_file()

Completed in 11 milliseconds