Lines Matching refs:hfs_btree
45 struct hfs_btree { struct
77 struct hfs_btree *tree; argument
107 struct hfs_btree;
112 struct hfs_btree *ext_tree;
113 struct hfs_btree *cat_tree;
114 struct hfs_btree *attr_tree;
195 struct hfs_btree *tree;
264 struct hfs_btree *hfs_btree_open(struct super_block *, u32);
265 void hfs_btree_close(struct hfs_btree *);
266 void hfs_btree_write(struct hfs_btree *);
267 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *);
283 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *, u32);
284 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *, u32);
287 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *, u32);
298 int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);