Lines Matching refs:hfsplus_btree
56 typedef struct hfsplus_btree { struct
82 } hfsplus_btree; argument
88 struct hfsplus_btree *tree;
118 struct hfsplus_btree;
123 struct hfsplus_btree *ext_tree;
124 struct hfsplus_btree *cat_tree;
125 struct hfsplus_btree *attr_tree;
200 hfsplus_btree *tree;
228 int hfsplus_find_init(hfsplus_btree *, struct hfsplus_find_data *);
233 hfsplus_bnode *__hfsplus_find_bnode(hfsplus_btree *, u32);
235 hfsplus_bnode *hfsplus_create_bnode(hfsplus_btree *, u32);
236 hfsplus_bnode *hfsplus_find_bnode(hfsplus_btree *, u32);
255 hfsplus_btree *hfsplus_open_btree(struct super_block *, u32);
256 void hfsplus_close_btree(struct hfsplus_btree *);
257 void hfsplus_write_btree(struct hfsplus_btree *);
258 hfsplus_bnode *hfsplus_btree_alloc_node(hfsplus_btree *);