Searched refs:hfs_btree (Results 1 - 19 of 19) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfs/
H A Dbtree.h16 struct hfs_btree { struct
46 struct hfs_btree *tree;
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 *, u3
[all...]
H A Dbtree.c17 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id, btree_keycmp keycmp)
19 struct hfs_btree *tree;
101 void hfs_btree_close(struct hfs_btree *tree)
123 void hfs_btree_write(struct hfs_btree *tree)
153 struct hfs_btree *tree = prev->tree;
186 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree)
279 struct hfs_btree *tree;
H A Dbnode.c46 struct hfs_btree *tree;
99 struct hfs_btree *tree;
172 struct hfs_btree *tree;
217 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid)
235 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid)
314 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num)
407 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num)
454 struct hfs_btree *tree = node->tree;
H A Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
85 struct hfs_btree *tree;
152 struct hfs_btree *tree;
H A Dbrec.c15 static int hfs_btree_inc_height(struct hfs_btree *tree);
57 struct hfs_btree *tree;
167 struct hfs_btree *tree;
220 struct hfs_btree *tree;
329 struct hfs_btree *tree;
425 static int hfs_btree_inc_height(struct hfs_btree *tree)
H A Dhfs_fs.h92 struct hfs_btree *ext_tree; /* Information about
94 struct hfs_btree *cat_tree; /* Information about
H A Dinode.c53 struct hfs_btree *tree;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus/
H A Dhfsplus_fs.h44 struct hfs_btree { struct
76 struct hfs_btree *tree;
106 struct hfs_btree;
111 struct hfs_btree *ext_tree;
112 struct hfs_btree *cat_tree;
113 struct hfs_btree *attr_tree;
193 struct hfs_btree *tree;
262 struct hfs_btree *hfs_btree_open(struct super_block *, u32);
263 void hfs_btree_close(struct hfs_btree *);
264 void hfs_btree_write(struct hfs_btree *);
[all...]
H A Dbtree.c20 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id)
22 struct hfs_btree *tree;
95 void hfs_btree_close(struct hfs_btree *tree)
117 void hfs_btree_write(struct hfs_btree *tree)
147 struct hfs_btree *tree = prev->tree;
178 struct hfs_bnode *hfs_bmap_alloc(struct hfs_btree *tree)
271 struct hfs_btree *tree;
H A Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
85 struct hfs_btree *tree;
152 struct hfs_btree *tree;
H A Dbrec.c16 static int hfs_btree_inc_height(struct hfs_btree *);
55 struct hfs_btree *tree;
165 struct hfs_btree *tree;
218 struct hfs_btree *tree;
327 struct hfs_btree *tree;
421 static int hfs_btree_inc_height(struct hfs_btree *tree)
H A Dbnode.c60 struct hfs_btree *tree;
128 struct hfs_btree *tree;
332 struct hfs_btree *tree;
377 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid)
395 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid)
474 struct hfs_bnode *hfs_bnode_find(struct hfs_btree *tree, u32 num)
567 struct hfs_bnode *hfs_bnode_create(struct hfs_btree *tree, u32 num)
618 struct hfs_btree *tree = node->tree;
H A Dinode.c45 struct hfs_btree *tree;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_fs.h59 struct hfs_btree { struct
91 struct hfs_btree *tree;
153 struct hfs_btree;
158 struct hfs_btree *ext_tree;
159 struct hfs_btree *cat_tree;
160 struct hfs_btree *attr_tree;
241 struct hfs_btree *tree;
310 struct hfs_btree *hfs_btree_open(struct super_block *, u32);
311 void hfs_btree_close(struct hfs_btree *);
312 void hfs_btree_write(hfsplus_handle_t *, struct hfs_btree *);
[all...]
H A Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
39 int hfsplus_journalled_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
108 struct hfs_btree *tree;
175 struct hfs_btree *tree;
H A Dbtree.c20 struct hfs_btree *hfs_btree_open(struct super_block *sb, u32 id)
22 struct hfs_btree *tree;
101 void hfs_btree_close(struct hfs_btree *tree)
123 void hfs_btree_write(hfsplus_handle_t *hfsplus_handle, struct hfs_btree *tree)
153 struct hfs_btree *tree = prev->tree;
184 struct hfs_bnode *hfs_bmap_alloc(hfsplus_handle_t *hfsplus_handle, struct hfs_btree *tree)
278 struct hfs_btree *tree;
H A Dbrec.c16 static int hfs_btree_inc_height(hfsplus_handle_t *hfsplus_handle, struct hfs_btree *);
55 struct hfs_btree *tree;
166 struct hfs_btree *tree;
220 struct hfs_btree *tree;
330 struct hfs_btree *tree;
424 static int hfs_btree_inc_height(hfsplus_handle_t *hfsplus_handle, struct hfs_btree *tree)
H A Dbnode.c60 struct hfs_btree *tree;
128 struct hfs_btree *tree;
332 struct hfs_btree *tree;
377 struct hfs_bnode *hfs_bnode_findhash(struct hfs_btree *tree, u32 cnid)
395 static struct hfs_bnode *__hfs_bnode_create(struct hfs_btree *tree, u32 cnid)
474 struct hfs_bnode *hfs_bnode_find(hfsplus_handle_t *hfsplus_handle, struct hfs_btree *tree, u32 num)
567 struct hfs_bnode *hfs_bnode_create(hfsplus_handle_t *hfsplus_handle, struct hfs_btree *tree, u32 num)
618 struct hfs_btree *tree = node->tree;
H A Dinode.c45 struct hfs_btree *tree;

Completed in 170 milliseconds