Home
last modified time | relevance | path

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

/fs/hfs/
Dbtree.h16 struct hfs_btree { struct
46 struct hfs_btree *tree; argument
72 struct hfs_btree *tree;
81 extern struct hfs_btree *hfs_btree_open(struct super_block *, u32, btree_keycmp);
82 extern void hfs_btree_close(struct hfs_btree *);
83 extern void hfs_btree_write(struct hfs_btree *);
84 extern struct hfs_bnode * hfs_bmap_alloc(struct hfs_btree *);
101 extern struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *, u32);
102 extern struct hfs_bnode *hfs_bnode_find(struct hfs_btree *, u32);
105 extern struct hfs_bnode *hfs_bnode_create(struct hfs_btree *, u32);
[all …]
Dbtree.c17 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id, btree_keycmp keycmp) in hfs_btree_open()
19 struct hfs_btree *tree; in hfs_btree_open()
121 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close()
143 void hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write()
173 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap()
206 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc()
297 struct hfs_btree *tree; in hfs_bmap_free()
Dbnode.c46 struct hfs_btree *tree; in hfs_bnode_read_key()
99 struct hfs_btree *tree; in hfs_bnode_copy()
172 struct hfs_btree *tree; in hfs_bnode_unlink()
217 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
235 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
314 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
407 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create()
454 struct hfs_btree *tree = node->tree; in hfs_bnode_put()
Dbrec.c15 static int hfs_btree_inc_height(struct hfs_btree *tree);
68 struct hfs_btree *tree; in hfs_brec_insert()
178 struct hfs_btree *tree; in hfs_brec_remove()
231 struct hfs_btree *tree; in hfs_bnode_split()
352 struct hfs_btree *tree; in hfs_brec_update_parent()
448 static int hfs_btree_inc_height(struct hfs_btree *tree) in hfs_btree_inc_height()
Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init()
94 struct hfs_btree *tree; in hfs_brec_find()
161 struct hfs_btree *tree; in hfs_brec_goto()
Dhfs_fs.h93 struct hfs_btree *ext_tree; /* Information about
95 struct hfs_btree *cat_tree; /* Information about
Dinode.c57 struct hfs_btree *tree; in hfs_releasepage()
/fs/hfsplus/
Dhfsplus_fs.h45 struct hfs_btree { struct
77 struct hfs_btree *tree; argument
107 struct hfs_btree;
112 struct hfs_btree *ext_tree;
113 struct hfs_btree *cat_tree;
114 struct hfs_btree *attr_tree;
195 struct hfs_btree *tree;
264 struct hfs_btree *hfs_btree_open(struct super_block *, u32);
265 void hfs_btree_close(struct hfs_btree *);
266 void hfs_btree_write(struct hfs_btree *);
[all …]
Dbtree.c20 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id) in hfs_btree_open()
22 struct hfs_btree *tree; in hfs_btree_open()
99 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close()
121 void hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write()
151 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap()
182 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc()
273 struct hfs_btree *tree; in hfs_bmap_free()
Dbnode.c60 struct hfs_btree *tree; in hfs_bnode_read_key()
128 struct hfs_btree *tree; in hfs_bnode_copy()
332 struct hfs_btree *tree; in hfs_bnode_unlink()
377 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
395 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
474 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
567 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create()
618 struct hfs_btree *tree = node->tree; in hfs_bnode_put()
Dbrec.c16 static int hfs_btree_inc_height(struct hfs_btree *);
55 struct hfs_btree *tree; in hfs_brec_insert()
165 struct hfs_btree *tree; in hfs_brec_remove()
218 struct hfs_btree *tree; in hfs_bnode_split()
327 struct hfs_btree *tree; in hfs_brec_update_parent()
421 static int hfs_btree_inc_height(struct hfs_btree *tree) in hfs_btree_inc_height()
Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init()
85 struct hfs_btree *tree; in hfs_brec_find()
152 struct hfs_btree *tree; in hfs_brec_goto()
Dinode.c49 struct hfs_btree *tree; in hfsplus_releasepage()