Searched refs:hfs_find_data (Results 1 - 25 of 28) sorted by relevance

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dbtree.h69 struct hfs_find_data { struct
112 extern int hfs_brec_insert(struct hfs_find_data *, void *, int);
113 extern int hfs_brec_remove(struct hfs_find_data *);
116 extern int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);
117 extern void hfs_find_exit(struct hfs_find_data *);
118 extern int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);
119 extern int hfs_brec_find(struct hfs_find_data *);
120 extern int hfs_brec_read(struct hfs_find_data *, void *, int);
121 extern int hfs_brec_goto(struct hfs_find_data *, int);
H A Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
30 void hfs_find_exit(struct hfs_find_data *fd)
40 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd)
83 int hfs_brec_find(struct hfs_find_data *fd)
137 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len)
150 int hfs_brec_goto(struct hfs_find_data *fd, int cnt)
H A Dattr.c20 struct hfs_find_data fd;
63 struct hfs_find_data fd;
H A Dextent.c110 static void __hfs_ext_write_extent(struct inode *inode, struct hfs_find_data *fd)
132 struct hfs_find_data fd;
141 static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent,
160 static inline int __hfs_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block)
181 struct hfs_find_data fd;
274 struct hfs_find_data fd;
458 struct hfs_find_data fd;
H A Dbrec.c13 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd);
14 static int hfs_brec_update_parent(struct hfs_find_data *fd);
55 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len)
165 int hfs_brec_remove(struct hfs_find_data *fd)
218 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd)
327 static int hfs_brec_update_parent(struct hfs_find_data *fd)
H A Dcatalog.c84 struct hfs_find_data fd;
175 struct hfs_find_data *fd)
207 struct hfs_find_data fd;
269 struct hfs_find_data src_fd, dst_fd;
H A Dhfs_fs.h163 struct hfs_find_data;
164 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
H A Ddir.c24 struct hfs_find_data fd;
61 struct hfs_find_data fd;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dhfsplus_fs.h188 struct hfs_find_data { struct
292 int hfs_brec_insert(struct hfs_find_data *, void *, int);
293 int hfs_brec_remove(struct hfs_find_data *);
296 int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);
297 void hfs_find_exit(struct hfs_find_data *);
298 int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);
299 int hfs_brec_find(struct hfs_find_data *);
300 int hfs_brec_read(struct hfs_find_data *, void *, int);
301 int hfs_brec_goto(struct hfs_find_data *, int);
307 int hfsplus_find_cat(struct super_block *, u32, struct hfs_find_data *);
[all...]
H A Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
30 void hfs_find_exit(struct hfs_find_data *fd)
40 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd)
83 int hfs_brec_find(struct hfs_find_data *fd)
137 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len)
150 int hfs_brec_goto(struct hfs_find_data *fd, int cnt)
H A Dextents.c86 static void __hfsplus_ext_write_extent(struct inode *inode, struct hfs_find_data *fd)
109 struct hfs_find_data fd;
117 static inline int __hfsplus_ext_read_extent(struct hfs_find_data *fd,
137 static inline int __hfsplus_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block)
158 struct hfs_find_data fd;
308 struct hfs_find_data fd;
437 struct hfs_find_data fd;
H A Dbrec.c14 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd);
15 static int hfs_brec_update_parent(struct hfs_find_data *fd);
53 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len)
163 int hfs_brec_remove(struct hfs_find_data *fd)
216 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd)
325 static int hfs_brec_update_parent(struct hfs_find_data *fd)
H A Dioctl.c89 struct hfs_find_data fd;
131 struct hfs_find_data fd;
H A Dcatalog.c154 struct hfs_find_data *fd)
178 struct hfs_find_data fd;
233 struct hfs_find_data fd;
306 struct hfs_find_data src_fd, dst_fd;
H A Dinode.c137 struct hfs_find_data fd;
409 int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd)
474 struct hfs_find_data fd;
H A Ddir.c31 struct hfs_find_data fd;
118 struct hfs_find_data fd;
H A Dsuper.c25 struct hfs_find_data fd;
280 struct hfs_find_data fd;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
30 void hfs_find_exit(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd)
39 int hfsplus_journalled_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
54 void hfsplus_journalled_find_exit(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd)
63 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd)
106 int hfs_brec_find(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd)
160 int hfs_brec_read(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd, void *rec, int rec_len)
173 int hfs_brec_goto(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd, int cnt)
H A Dhfsplus_fs.h236 struct hfs_find_data { struct
340 int hfs_brec_insert(hfsplus_handle_t *, struct hfs_find_data *, void *, int);
341 int hfs_brec_remove(hfsplus_handle_t *, struct hfs_find_data *);
344 int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);
345 void hfs_find_exit(hfsplus_handle_t *, struct hfs_find_data *);
346 int hfsplus_journalled_find_init(struct hfs_btree *, struct hfs_find_data *);
347 void hfsplus_journalled_find_exit(hfsplus_handle_t *, struct hfs_find_data *);
348 int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);
349 int hfs_brec_find(hfsplus_handle_t *, struct hfs_find_data *);
350 int hfs_brec_read(hfsplus_handle_t *, struct hfs_find_data *, voi
[all...]
H A Dextents.c86 static void __hfsplus_ext_write_extent(hfsplus_handle_t *hfsplus_handle, struct inode *inode, struct hfs_find_data *fd)
109 struct hfs_find_data fd;
117 static inline int __hfsplus_ext_read_extent(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd,
137 static inline int __hfsplus_ext_cache_extent(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd, struct inode *inode, u32 block)
158 struct hfs_find_data fd;
338 struct hfs_find_data fd;
467 struct hfs_find_data fd;
H A Dbrec.c14 static struct hfs_bnode *hfs_bnode_split(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd);
15 static int hfs_brec_update_parent(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd);
53 int hfs_brec_insert(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd, void *entry, int entry_len)
164 int hfs_brec_remove(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd)
218 static struct hfs_bnode *hfs_bnode_split(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd)
328 static int hfs_brec_update_parent(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd)
H A Dioctl.c95 struct hfs_find_data fd;
143 struct hfs_find_data fd;
H A Dcatalog.c154 struct hfs_find_data *fd)
178 struct hfs_find_data fd;
236 struct hfs_find_data fd;
310 struct hfs_find_data src_fd, dst_fd;
H A Ddir.c31 struct hfs_find_data fd;
123 struct hfs_find_data fd;
H A Dsuper.c25 struct hfs_find_data fd;
348 struct hfs_find_data fd;

Completed in 105 milliseconds

12