Lines Matching defs:tree
65 /* B-tree mutex nested subclasses */
104 struct hfs_btree *tree;
259 #define HFSPLUS_I_CAT_DIRTY 1 /* has changes in the catalog tree */
260 #define HFSPLUS_I_EXT_DIRTY 2 /* has changes in the extent tree */
262 #define HFSPLUS_I_ATTR_DIRTY 4 /* has changes in the attributes tree */
290 struct hfs_btree *tree;
399 void hfs_btree_close(struct hfs_btree *tree);
400 int hfs_btree_write(struct hfs_btree *tree);
401 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes);
402 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree);
418 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid);
420 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num);
422 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num);
425 bool hfs_bnode_need_zeroout(struct hfs_btree *tree);
434 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);