Home
last modified time | relevance | path

Searched refs:hfs_btree (Results 1 – 14 of 14) 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.c18 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id, btree_keycmp keycmp) in hfs_btree_open()
20 struct hfs_btree *tree; in hfs_btree_open()
136 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close()
159 void hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write()
189 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap()
222 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc()
313 struct hfs_btree *tree; in hfs_bmap_free()
Dbnode.c47 struct hfs_btree *tree; in hfs_bnode_read_key()
100 struct hfs_btree *tree; in hfs_bnode_copy()
174 struct hfs_btree *tree; in hfs_bnode_unlink()
219 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
237 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
316 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
409 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()
Dbrec.c15 static int hfs_btree_inc_height(struct hfs_btree *tree);
66 struct hfs_btree *tree; in hfs_brec_insert()
177 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()
449 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()
96 struct hfs_btree *tree; in hfs_brec_find()
163 struct hfs_btree *tree; in hfs_brec_goto()
Dhfs_fs.h110 struct hfs_btree *ext_tree; /* Information about
112 struct hfs_btree *cat_tree; /* Information about
Dinode.c74 struct hfs_btree *tree; in hfs_releasepage()
/fs/hfsplus/
Dhfsplus_fs.h72 struct hfs_btree { struct
103 struct hfs_btree *tree; argument
133 struct hfs_btree;
140 struct hfs_btree *ext_tree;
141 struct hfs_btree *cat_tree;
142 struct hfs_btree *attr_tree;
276 struct hfs_btree *tree;
382 struct hfs_btree *hfs_btree_open(struct super_block *, u32);
383 void hfs_btree_close(struct hfs_btree *);
384 int 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()
145 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close()
169 int hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write()
201 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap()
232 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc()
325 struct hfs_btree *tree; in hfs_bmap_free()
Dbnode.c60 struct hfs_btree *tree; in hfs_bnode_read_key()
129 struct hfs_btree *tree; in hfs_bnode_copy()
338 struct hfs_btree *tree; in hfs_bnode_unlink()
384 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash()
402 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create()
484 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find()
581 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create()
633 struct hfs_btree *tree = node->tree; in hfs_bnode_put()
Dbrec.c16 static int hfs_btree_inc_height(struct hfs_btree *);
64 struct hfs_btree *tree; in hfs_brec_insert()
179 struct hfs_btree *tree; in hfs_brec_remove()
235 struct hfs_btree *tree; in hfs_bnode_split()
356 struct hfs_btree *tree; in hfs_brec_update_parent()
453 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()
167 struct hfs_btree *tree; in hfs_brec_find()
234 struct hfs_btree *tree; in hfs_brec_goto()
Dsuper.c102 struct hfs_btree *tree = NULL; in hfsplus_system_write_inode()
Dinode.c68 struct hfs_btree *tree; in hfsplus_releasepage()