Searched refs:hfs_btree (Results 1 – 14 of 14) sorted by relevance
/fs/hfs/ |
D | btree.h | 23 struct hfs_btree { struct 53 struct hfs_btree *tree; argument 79 struct hfs_btree *tree; 88 extern struct hfs_btree *hfs_btree_open(struct super_block *, u32, btree_keycmp); 89 extern void hfs_btree_close(struct hfs_btree *); 90 extern void hfs_btree_write(struct hfs_btree *); 91 extern int hfs_bmap_reserve(struct hfs_btree *, int); 92 extern struct hfs_bnode * hfs_bmap_alloc(struct hfs_btree *); 109 extern struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *, u32); 110 extern struct hfs_bnode *hfs_bnode_find(struct hfs_btree *, u32); [all …]
|
D | btree.c | 18 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() 223 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) in hfs_bmap_reserve() 246 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc() 322 struct hfs_btree *tree; in hfs_bmap_free()
|
D | bnode.c | 62 struct hfs_btree *tree; in hfs_bnode_read_key() 115 struct hfs_btree *tree; in hfs_bnode_copy() 189 struct hfs_btree *tree; in hfs_bnode_unlink() 234 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid) in hfs_bnode_findhash() 252 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create() 330 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find() 423 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() 475 struct hfs_btree *tree = node->tree; in hfs_bnode_put()
|
D | brec.c | 15 static int hfs_btree_inc_height(struct hfs_btree *tree); 66 struct hfs_btree *tree; in hfs_brec_insert() 178 struct hfs_btree *tree; in hfs_brec_remove() 232 struct hfs_btree *tree; in hfs_bnode_split() 353 struct hfs_btree *tree; in hfs_brec_update_parent() 457 static int hfs_btree_inc_height(struct hfs_btree *tree) in hfs_btree_inc_height()
|
D | bfind.c | 14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() 108 struct hfs_btree *tree; in hfs_brec_find() 175 struct hfs_btree *tree; in hfs_brec_goto()
|
D | hfs_fs.h | 110 struct hfs_btree *ext_tree; /* Information about 112 struct hfs_btree *cat_tree; /* Information about
|
D | inode.c | 74 struct hfs_btree *tree; in hfs_releasepage()
|
/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; 287 struct hfs_btree *tree; 395 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id); 396 void hfs_btree_close(struct hfs_btree *tree); 397 int hfs_btree_write(struct hfs_btree *tree); [all …]
|
D | btree.c | 132 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id) in hfs_btree_open() 134 struct hfs_btree *tree; in hfs_btree_open() 257 void hfs_btree_close(struct hfs_btree *tree) in hfs_btree_close() 281 int hfs_btree_write(struct hfs_btree *tree) in hfs_btree_write() 313 struct hfs_btree *tree = prev->tree; in hfs_bmap_new_bmap() 345 int hfs_bmap_reserve(struct hfs_btree *tree, int rsvd_nodes) in hfs_bmap_reserve() 372 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree) in hfs_bmap_alloc() 449 struct hfs_btree *tree; in hfs_bmap_free()
|
D | bnode.c | 60 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() 401 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid) in __hfs_bnode_create() 481 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num) in hfs_bnode_find() 576 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num) in hfs_bnode_create() 628 struct hfs_btree *tree = node->tree; in hfs_bnode_put() 660 bool hfs_bnode_need_zeroout(struct hfs_btree *tree) in hfs_bnode_need_zeroout()
|
D | brec.c | 16 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() 460 static int hfs_btree_inc_height(struct hfs_btree *tree) in hfs_btree_inc_height()
|
D | bfind.c | 14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() 165 struct hfs_btree *tree; in hfs_brec_find() 232 struct hfs_btree *tree; in hfs_brec_goto()
|
D | inode.c | 69 struct hfs_btree *tree; in hfsplus_releasepage()
|
D | super.c | 103 struct hfs_btree *tree = NULL; in hfsplus_system_write_inode()
|