Searched refs:hfs_btree (Results  1 – 14 of 14) sorted by relevance
| /Linux-v6.6/fs/hfs/ | 
| D | btree.h | 24 struct hfs_btree {  struct 54 	struct hfs_btree *tree;  argument 80 	struct hfs_btree *tree; 89 extern struct hfs_btree *hfs_btree_open(struct super_block *, u32, btree_keycmp); 90 extern void hfs_btree_close(struct hfs_btree *); 91 extern void hfs_btree_write(struct hfs_btree *); 92 extern int hfs_bmap_reserve(struct hfs_btree *, int); 93 extern struct hfs_bnode * hfs_bmap_alloc(struct hfs_btree *); 110 extern struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *, u32); 111 extern struct hfs_bnode *hfs_bnode_find(struct hfs_btree *, u32); [all …] 
 | 
| D | btree.c | 19 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id, btree_keycmp keycmp)  in hfs_btree_open() 21 	struct hfs_btree *tree;  in hfs_btree_open() 139 void hfs_btree_close(struct hfs_btree *tree)  in hfs_btree_close() 162 void hfs_btree_write(struct hfs_btree *tree)  in hfs_btree_write() 193 	struct hfs_btree *tree = prev->tree;  in hfs_bmap_new_bmap() 227 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes)  in hfs_bmap_reserve() 250 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree)  in hfs_bmap_alloc() 326 	struct hfs_btree *tree;  in hfs_bmap_free()
  | 
| D | bnode.c | 60 	struct hfs_btree *tree;  in hfs_bnode_read_key() 181 	struct hfs_btree *tree;  in hfs_bnode_unlink() 226 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid)  in hfs_bnode_findhash() 244 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid)  in __hfs_bnode_create() 317 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num)  in hfs_bnode_find() 411 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num)  in hfs_bnode_create() 461 		struct hfs_btree *tree = node->tree;  in hfs_bnode_put()
  | 
| D | bfind.c | 15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)  in hfs_find_init() 109 	struct hfs_btree *tree;  in hfs_brec_find() 176 	struct hfs_btree *tree;  in hfs_brec_goto()
  | 
| D | brec.c | 16 static int hfs_btree_inc_height(struct hfs_btree *tree); 67 	struct hfs_btree *tree;  in hfs_brec_insert() 179 	struct hfs_btree *tree;  in hfs_brec_remove() 233 	struct hfs_btree *tree;  in hfs_bnode_split() 354 	struct hfs_btree *tree;  in hfs_brec_update_parent() 458 static int hfs_btree_inc_height(struct hfs_btree *tree)  in hfs_btree_inc_height()
  | 
| D | hfs_fs.h | 111 	struct hfs_btree *ext_tree;			/* Information about 113 	struct hfs_btree *cat_tree;			/* Information about
  | 
| D | inode.c | 76 	struct hfs_btree *tree;  in hfs_release_folio()
  | 
| /Linux-v6.6/fs/hfsplus/ | 
| D | hfsplus_fs.h | 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; 290 	struct hfs_btree *tree; 387 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id); 388 void hfs_btree_close(struct hfs_btree *tree); 389 int hfs_btree_write(struct hfs_btree *tree); [all …] 
 | 
| D | btree.c | 133 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id)  in hfs_btree_open() 135 	struct hfs_btree *tree;  in hfs_btree_open() 259 void hfs_btree_close(struct hfs_btree *tree)  in hfs_btree_close() 283 int hfs_btree_write(struct hfs_btree *tree)  in hfs_btree_write() 315 	struct hfs_btree *tree = prev->tree;  in hfs_bmap_new_bmap() 347 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes)  in hfs_bmap_reserve() 374 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree)  in hfs_bmap_alloc() 451 	struct hfs_btree *tree;  in hfs_bmap_free()
  | 
| D | bnode.c | 59 	struct hfs_btree *tree;  in hfs_bnode_read_key() 330 	struct hfs_btree *tree;  in hfs_bnode_unlink() 376 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid)  in hfs_bnode_findhash() 393 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid)  in __hfs_bnode_create() 467 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num)  in hfs_bnode_find() 562 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num)  in hfs_bnode_create() 612 		struct hfs_btree *tree = node->tree;  in hfs_bnode_put() 644 bool hfs_bnode_need_zeroout(struct hfs_btree *tree)  in hfs_bnode_need_zeroout()
  | 
| D | brec.c | 17 static int hfs_btree_inc_height(struct hfs_btree *); 65 	struct hfs_btree *tree;  in hfs_brec_insert() 181 	struct hfs_btree *tree;  in hfs_brec_remove() 237 	struct hfs_btree *tree;  in hfs_bnode_split() 358 	struct hfs_btree *tree;  in hfs_brec_update_parent() 462 static int hfs_btree_inc_height(struct hfs_btree *tree)  in hfs_btree_inc_height()
  | 
| D | bfind.c | 15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)  in hfs_find_init() 166 	struct hfs_btree *tree;  in hfs_brec_find() 233 	struct hfs_btree *tree;  in hfs_brec_goto()
  | 
| D | super.c | 105 	struct hfs_btree *tree = NULL;  in hfsplus_system_write_inode()
  | 
| D | inode.c | 70 	struct hfs_btree *tree;  in hfsplus_release_folio()
  |