Home
last modified time | relevance | path

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

/linux-5.19.10/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()
137 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close()
160 void hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write()
190 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap()
224 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) in hfs_bmap_reserve()
247 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc()
323 struct hfs_btree *tree; in hfs_bmap_free()
Dbnode.c63 struct hfs_btree *tree; in hfs_bnode_read_key()
188 struct hfs_btree *tree; in hfs_bnode_unlink()
233 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
251 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
327 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
420 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create()
472 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-5.19.10/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;
288 struct hfs_btree *tree;
385 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id);
386 void hfs_btree_close(struct hfs_btree *tree);
387 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()
258 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close()
282 int hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write()
314 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap()
346 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) in hfs_bmap_reserve()
373 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc()
450 struct hfs_btree *tree; in hfs_bmap_free()
Dbnode.c61 struct hfs_btree *tree; in hfs_bnode_read_key()
337 struct hfs_btree *tree; in hfs_bnode_unlink()
383 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
400 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
478 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
573 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create()
625 struct hfs_btree *tree = node->tree; in hfs_bnode_put()
657 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()