Home
last modified time | relevance | path

Searched refs:hfs_btree (Results 1 – 14 of 14) sorted by relevance

/linux-6.6.21/fs/hfs/
Dbtree.h24 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 …]
Dbtree.c19 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()
Dbnode.c60 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()
Dbfind.c15 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()
Dbrec.c16 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()
Dhfs_fs.h111 struct hfs_btree *ext_tree; /* Information about
113 struct hfs_btree *cat_tree; /* Information about
Dinode.c76 struct hfs_btree *tree; in hfs_release_folio()
/linux-6.6.21/fs/hfsplus/
Dhfsplus_fs.h73 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 …]
Dbtree.c133 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()
Dbnode.c59 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()
Dbrec.c17 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()
Dbfind.c15 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()
Dsuper.c105 struct hfs_btree *tree = NULL; in hfsplus_system_write_inode()
Dinode.c70 struct hfs_btree *tree; in hfsplus_release_folio()