Home
last modified time | relevance | path

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

/linux-4.4.14/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()
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()
Dextent.c110 static int __hfs_ext_write_extent(struct inode *inode, struct hfs_find_data *fd) in __hfs_ext_write_extent()
133 struct hfs_find_data fd; in hfs_ext_write_extent()
146 static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent, in __hfs_ext_read_extent()
165 static inline int __hfs_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block) in __hfs_ext_cache_extent()
189 struct hfs_find_data fd; in hfs_ext_read_extent()
285 struct hfs_find_data fd; in hfs_free_fork()
473 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);
64 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert()
175 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()
180 struct hfs_find_data *fd) in hfs_cat_find_brec()
216 struct hfs_find_data fd; in hfs_cat_delete()
283 struct hfs_find_data src_fd, dst_fd; in hfs_cat_move()
Dhfs_fs.h178 struct hfs_find_data;
179 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
Ddir.c24 struct hfs_find_data fd; in hfs_lookup()
61 struct hfs_find_data fd; in hfs_readdir()
Dinode.c418 struct hfs_find_data fd; in hfs_write_inode()
508 struct hfs_find_data fd; in hfs_file_lookup()
Dsuper.c388 struct hfs_find_data fd; in hfs_fill_super()
/linux-4.4.14/fs/hfsplus/
Dhfsplus_fs.h282 struct hfs_find_data { struct
362 struct hfs_find_data *,
379 struct hfs_find_data *fd);
425 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len);
426 int hfs_brec_remove(struct hfs_find_data *fd);
429 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);
430 void hfs_find_exit(struct hfs_find_data *fd);
431 int hfs_find_1st_rec_by_cnid(struct hfs_bnode *bnode, struct hfs_find_data *fd,
433 int hfs_find_rec_by_key(struct hfs_bnode *bnode, struct hfs_find_data *fd,
435 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd,
[all …]
Dbfind.c14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init()
43 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit()
54 struct hfs_find_data *fd, in hfs_find_1st_rec_by_cnid()
92 struct hfs_find_data *fd, in hfs_find_rec_by_key()
113 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd, in __hfs_brec_find()
163 int hfs_brec_find(struct hfs_find_data *fd, search_strategy_t do_key_compare) in hfs_brec_find()
217 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read()
230 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
Dattributes.c137 const char *name, struct hfs_find_data *fd) in hfsplus_find_attr()
172 struct hfs_find_data fd; in hfsplus_attr_exists()
198 struct hfs_find_data fd; in hfsplus_create_attr()
261 struct hfs_find_data *fd) in __hfsplus_delete_attr()
301 struct hfs_find_data fd; in hfsplus_delete_attr()
342 struct hfs_find_data fd; in hfsplus_delete_all_attrs()
Dextents.c87 struct hfs_find_data *fd) in __hfsplus_ext_write_extent()
129 struct hfs_find_data fd; in hfsplus_ext_write_extent_locked()
151 static inline int __hfsplus_ext_read_extent(struct hfs_find_data *fd, in __hfsplus_ext_read_extent()
172 static inline int __hfsplus_ext_cache_extent(struct hfs_find_data *fd, in __hfsplus_ext_cache_extent()
204 struct hfs_find_data fd; in hfsplus_ext_read_extent()
389 struct hfs_find_data fd; in hfsplus_free_fork()
535 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);
62 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert()
177 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove()
233 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split()
354 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
Dxattr.c267 struct hfs_find_data cat_fd; in __hfsplus_setxattr()
453 struct hfs_find_data fd; in hfsplus_getxattr_finder_info()
502 struct hfs_find_data fd; in __hfsplus_getxattr()
624 struct hfs_find_data fd; in hfsplus_listxattr_finder_info()
692 struct hfs_find_data fd; in hfsplus_listxattr()
783 struct hfs_find_data cat_fd; in hfsplus_removexattr()
Dcatalog.c194 struct hfs_find_data *fd) in hfsplus_find_cat()
256 struct hfs_find_data fd; in hfsplus_create_cat()
324 struct hfs_find_data fd; in hfsplus_delete_cat()
419 struct hfs_find_data src_fd, dst_fd; in hfsplus_rename_cat()
Ddir.c34 struct hfs_find_data fd; in hfsplus_lookup()
138 struct hfs_find_data fd; in hfsplus_readdir()
Dsuper.c59 struct hfs_find_data fd; in hfsplus_iget()
376 struct hfs_find_data fd; in hfsplus_fill_super()
Dinode.c478 int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd) in hfsplus_cat_read_inode()
548 struct hfs_find_data fd; in hfsplus_cat_write_inode()