Home
last modified time | relevance | path

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

/linux-6.6.21/fs/hfs/
Dbtree.h77 struct hfs_find_data { struct
121 extern int hfs_brec_insert(struct hfs_find_data *, void *, int);
122 extern int hfs_brec_remove(struct hfs_find_data *);
125 extern int hfs_find_init(struct hfs_btree *, struct hfs_find_data *);
126 extern void hfs_find_exit(struct hfs_find_data *);
127 extern int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *);
128 extern int hfs_brec_find(struct hfs_find_data *);
129 extern int hfs_brec_read(struct hfs_find_data *, void *, int);
130 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()
44 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit()
55 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find()
107 int hfs_brec_find(struct hfs_find_data *fd) in hfs_brec_find()
161 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read()
174 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()
137 struct hfs_find_data fd; in hfs_ext_write_extent()
150 static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent, in __hfs_ext_read_extent()
169 static inline int __hfs_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block) in __hfs_ext_cache_extent()
193 struct hfs_find_data fd; in hfs_ext_read_extent()
289 struct hfs_find_data fd; in hfs_free_fork()
479 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()
188 struct hfs_find_data *fd) in hfs_cat_find_brec()
224 struct hfs_find_data fd; in hfs_cat_delete()
292 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.c426 struct hfs_find_data fd; in hfs_write_inode()
521 struct hfs_find_data fd; in hfs_file_lookup()
Dsuper.c381 struct hfs_find_data fd; in hfs_fill_super()
/linux-6.6.21/fs/hfsplus/
Dhfsplus_fs.h285 struct hfs_find_data { struct
355 struct hfs_find_data *,
372 struct hfs_find_data *fd);
419 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len);
420 int hfs_brec_remove(struct hfs_find_data *fd);
423 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);
424 void hfs_find_exit(struct hfs_find_data *fd);
425 int hfs_find_1st_rec_by_cnid(struct hfs_bnode *bnode, struct hfs_find_data *fd,
427 int hfs_find_rec_by_key(struct hfs_bnode *bnode, struct hfs_find_data *fd,
429 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()
267 struct hfs_find_data *fd) in __hfsplus_delete_attr()
311 struct hfs_find_data fd; in hfsplus_delete_attr()
357 struct hfs_find_data fd; in hfsplus_delete_all_attrs()
Dextents.c88 struct hfs_find_data *fd) in __hfsplus_ext_write_extent()
134 struct hfs_find_data fd; in hfsplus_ext_write_extent_locked()
156 static inline int __hfsplus_ext_read_extent(struct hfs_find_data *fd, in __hfsplus_ext_read_extent()
177 static inline int __hfsplus_ext_cache_extent(struct hfs_find_data *fd, in __hfsplus_ext_cache_extent()
209 struct hfs_find_data fd; in hfsplus_ext_read_extent()
399 struct hfs_find_data fd; in hfsplus_free_fork()
547 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.c261 struct hfs_find_data cat_fd; in __hfsplus_setxattr()
443 struct hfs_find_data fd; in hfsplus_getxattr_finder_info()
492 struct hfs_find_data fd; in __hfsplus_getxattr()
611 struct hfs_find_data fd; in hfsplus_listxattr_finder_info()
679 struct hfs_find_data fd; in hfsplus_listxattr()
770 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()
333 struct hfs_find_data fd; in hfsplus_delete_cat()
439 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()
Dsuper.c60 struct hfs_find_data fd; in hfsplus_iget()
379 struct hfs_find_data fd; in hfsplus_fill_super()
Dinode.c502 int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd) in hfsplus_cat_read_inode()
582 struct hfs_find_data fd; in hfsplus_cat_write_inode()