Lines Matching refs:hfs_btree
73 struct hfs_btree { struct
104 struct hfs_btree *tree; argument
142 struct hfs_btree;
149 struct hfs_btree *ext_tree;
150 struct hfs_btree *cat_tree;
151 struct hfs_btree *attr_tree;
288 struct hfs_btree *tree;
385 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id);
386 void hfs_btree_close(struct hfs_btree *tree);
387 int hfs_btree_write(struct hfs_btree *tree);
388 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes);
389 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree);
405 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid);
407 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num);
409 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num);
412 bool hfs_bnode_need_zeroout(struct hfs_btree *tree);
421 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);