Lines Matching refs:tree
105 struct hfs_btree *tree; member
293 struct hfs_btree *tree; member
391 void hfs_btree_close(struct hfs_btree *tree);
392 int hfs_btree_write(struct hfs_btree *tree);
393 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes);
394 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree);
410 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid);
412 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num);
414 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num);
417 bool hfs_bnode_need_zeroout(struct hfs_btree *tree);
426 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);
560 hfsplus_btree_lock_class(struct hfs_btree *tree) in hfsplus_btree_lock_class() argument
564 switch (tree->cnid) { in hfsplus_btree_lock_class()