Home
last modified time | relevance | path

Searched refs:hfs_find_data (Results 1 – 19 of 19) sorted by relevance

/linux-2.6.39/fs/hfs/
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);
Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init()
30 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit()
40 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find()
92 int hfs_brec_find(struct hfs_find_data *fd) in hfs_brec_find()
146 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read()
159 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
Dextent.c110 static void __hfs_ext_write_extent(struct inode *inode, struct hfs_find_data *fd) in __hfs_ext_write_extent()
132 struct hfs_find_data fd; in hfs_ext_write_extent()
141 static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent, in __hfs_ext_read_extent()
160 static inline int __hfs_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block) in __hfs_ext_cache_extent()
181 struct hfs_find_data fd; in hfs_ext_read_extent()
274 struct hfs_find_data fd; in hfs_free_fork()
458 struct hfs_find_data fd; in hfs_file_truncate()
Dattr.c20 struct hfs_find_data fd; in hfs_setxattr()
63 struct hfs_find_data fd; in hfs_getxattr()
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);
66 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert()
176 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove()
229 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split()
350 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
Dcatalog.c84 struct hfs_find_data fd; in hfs_cat_create()
175 struct hfs_find_data *fd) in hfs_cat_find_brec()
211 struct hfs_find_data fd; in hfs_cat_delete()
276 struct hfs_find_data src_fd, dst_fd; in hfs_cat_move()
Dhfs_fs.h162 struct hfs_find_data;
163 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
Ddir.c24 struct hfs_find_data fd; in hfs_lookup()
59 struct hfs_find_data fd; in hfs_readdir()
Dinode.c409 struct hfs_find_data fd; in hfs_write_inode()
496 struct hfs_find_data fd; in hfs_file_lookup()
Dsuper.c382 struct hfs_find_data fd; in hfs_fill_super()
/linux-2.6.39/fs/hfsplus/
Dhfsplus_fs.h242 struct hfs_find_data { struct
346 int hfs_brec_insert(struct hfs_find_data *, void *, int);
347 int hfs_brec_remove(struct hfs_find_data *);
350 int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);
351 void hfs_find_exit(struct hfs_find_data *);
352 int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);
353 int hfs_brec_find(struct hfs_find_data *);
354 int hfs_brec_read(struct hfs_find_data *, void *, int);
355 int hfs_brec_goto(struct hfs_find_data *, int);
364 int hfsplus_find_cat(struct super_block *, u32, struct hfs_find_data *);
[all …]
Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init()
31 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit()
42 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find()
94 int hfs_brec_find(struct hfs_find_data *fd) in hfs_brec_find()
148 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read()
161 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
Dextents.c87 struct hfs_find_data *fd) in __hfsplus_ext_write_extent()
125 struct hfs_find_data fd; in hfsplus_ext_write_extent_locked()
140 static inline int __hfsplus_ext_read_extent(struct hfs_find_data *fd, in __hfsplus_ext_read_extent()
161 static inline int __hfsplus_ext_cache_extent(struct hfs_find_data *fd, in __hfsplus_ext_cache_extent()
190 struct hfs_find_data fd; in hfsplus_ext_read_extent()
355 struct hfs_find_data fd; in hfsplus_free_fork()
490 struct hfs_find_data fd; in hfsplus_file_truncate()
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);
57 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert()
171 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove()
227 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split()
348 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
Dioctl.c120 struct hfs_find_data fd; in hfsplus_setxattr()
164 struct hfs_find_data fd; in hfsplus_getxattr()
Dcatalog.c176 struct hfs_find_data *fd) in hfsplus_find_cat()
208 struct hfs_find_data fd; in hfsplus_create_cat()
264 struct hfs_find_data fd; in hfsplus_delete_cat()
347 struct hfs_find_data src_fd, dst_fd; in hfsplus_rename_cat()
Dinode.c173 struct hfs_find_data fd; in hfsplus_file_lookup()
486 int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd) in hfsplus_cat_read_inode()
552 struct hfs_find_data fd; in hfsplus_cat_write_inode()
Ddir.c31 struct hfs_find_data fd; in hfsplus_lookup()
128 struct hfs_find_data fd; in hfsplus_readdir()
Dsuper.c57 struct hfs_find_data fd; in hfsplus_iget()
337 struct hfs_find_data fd; in hfsplus_fill_super()