Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hfs/
Dbtree.h70 struct hfs_find_data { struct
113 extern int hfs_brec_insert(struct hfs_find_data *, void *, int);
114 extern int hfs_brec_remove(struct hfs_find_data *);
117 extern int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);
118 extern void hfs_find_exit(struct hfs_find_data *);
119 extern int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);
120 extern int hfs_brec_find(struct hfs_find_data *);
121 extern int hfs_brec_read(struct hfs_find_data *, void *, int);
122 extern int hfs_brec_goto(struct hfs_find_data *, int);
Dbfind.c15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init()
32 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit()
43 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find()
95 int hfs_brec_find(struct hfs_find_data *fd) in hfs_brec_find()
149 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read()
162 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()
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);
65 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()
231 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split()
352 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
Dattr.c25 struct hfs_find_data fd; in __hfs_setxattr()
71 struct hfs_find_data fd; in __hfs_getxattr()
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()
284 struct hfs_find_data src_fd, dst_fd; in hfs_cat_move()
Dhfs_fs.h179 struct hfs_find_data;
180 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
Ddir.c24 struct hfs_find_data fd; in hfs_lookup()
55 struct hfs_find_data fd; in hfs_readdir()
Dinode.c421 struct hfs_find_data fd; in hfs_write_inode()
511 struct hfs_find_data fd; in hfs_file_lookup()
Dsuper.c388 struct hfs_find_data fd; in hfs_fill_super()
/Linux-v4.19/fs/hfsplus/
Dhfsplus_fs.h283 struct hfs_find_data { struct
363 struct hfs_find_data *,
380 struct hfs_find_data *fd);
426 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len);
427 int hfs_brec_remove(struct hfs_find_data *fd);
430 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);
431 void hfs_find_exit(struct hfs_find_data *fd);
432 int hfs_find_1st_rec_by_cnid(struct hfs_bnode *bnode, struct hfs_find_data *fd,
434 int hfs_find_rec_by_key(struct hfs_bnode *bnode, struct hfs_find_data *fd,
436 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd,
[all …]
Dbfind.c15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init()
44 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit()
55 struct hfs_find_data *fd, in hfs_find_1st_rec_by_cnid()
93 struct hfs_find_data *fd, in hfs_find_rec_by_key()
114 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd, in __hfs_brec_find()
164 int hfs_brec_find(struct hfs_find_data *fd, search_strategy_t do_key_compare) in hfs_brec_find()
218 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read()
231 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
Dattributes.c138 const char *name, struct hfs_find_data *fd) in hfsplus_find_attr()
173 struct hfs_find_data fd; in hfsplus_attr_exists()
199 struct hfs_find_data fd; in hfsplus_create_attr()
262 struct hfs_find_data *fd) in __hfsplus_delete_attr()
302 struct hfs_find_data fd; in hfsplus_delete_attr()
343 struct hfs_find_data fd; in hfsplus_delete_all_attrs()
Dextents.c88 struct hfs_find_data *fd) in __hfsplus_ext_write_extent()
130 struct hfs_find_data fd; in hfsplus_ext_write_extent_locked()
152 static inline int __hfsplus_ext_read_extent(struct hfs_find_data *fd, in __hfsplus_ext_read_extent()
173 static inline int __hfsplus_ext_cache_extent(struct hfs_find_data *fd, in __hfsplus_ext_cache_extent()
205 struct hfs_find_data fd; in hfsplus_ext_read_extent()
393 struct hfs_find_data fd; in hfsplus_free_fork()
541 struct hfs_find_data fd; in hfsplus_file_truncate()
Dbrec.c15 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd);
16 static int hfs_brec_update_parent(struct hfs_find_data *fd);
63 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert()
179 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove()
235 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split()
356 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
Dxattr.c262 struct hfs_find_data cat_fd; in __hfsplus_setxattr()
444 struct hfs_find_data fd; in hfsplus_getxattr_finder_info()
493 struct hfs_find_data fd; in __hfsplus_getxattr()
612 struct hfs_find_data fd; in hfsplus_listxattr_finder_info()
680 struct hfs_find_data fd; in hfsplus_listxattr()
771 struct hfs_find_data cat_fd; in hfsplus_removexattr()
Dcatalog.c195 struct hfs_find_data *fd) in hfsplus_find_cat()
257 struct hfs_find_data fd; in hfsplus_create_cat()
325 struct hfs_find_data fd; in hfsplus_delete_cat()
423 struct hfs_find_data src_fd, dst_fd; in hfsplus_rename_cat()
Ddir.c34 struct hfs_find_data fd; in hfsplus_lookup()
137 struct hfs_find_data fd; in hfsplus_readdir()
Dinode.c466 int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd) in hfsplus_cat_read_inode()
537 struct hfs_find_data fd; in hfsplus_cat_write_inode()
Dsuper.c59 struct hfs_find_data fd; in hfsplus_iget()
379 struct hfs_find_data fd; in hfsplus_fill_super()