Lines Matching refs:hfsplus_btree
19 void hfsplus_close_btree(struct hfsplus_btree *tree) in hfsplus_close_btree()
42 static void hfsplus_read_treeinfo(hfsplus_btree *tree, hfsplus_btree_head *hdr) in hfsplus_read_treeinfo()
70 static void hfsplus_write_treeinfo(hfsplus_btree *tree, hfsplus_btree_head *hdr) in hfsplus_write_treeinfo()
83 hfsplus_btree *hfsplus_open_btree(struct super_block *sb, u32 id) in hfsplus_open_btree()
85 hfsplus_btree *tree; in hfsplus_open_btree()
90 tree = kmalloc(sizeof(struct hfsplus_btree), GFP_KERNEL); in hfsplus_open_btree()
93 memset(tree, 0, sizeof(struct hfsplus_btree)); in hfsplus_open_btree()
140 void hfsplus_write_btree(struct hfsplus_btree *tree) in hfsplus_write_btree()
159 hfsplus_bnode *hfsplus_btree_alloc_node(hfsplus_btree *tree) in hfsplus_btree_alloc_node()
238 hfsplus_btree *tree; in hfsplus_btree_remove_node()
274 hfsplus_btree *tree; in hfsplus_btree_free_node()