/fs/hfs/ |
D | btree.h | 70 struct hfs_find_data { struct 114 extern int hfs_brec_insert(struct hfs_find_data *, void *, int); 115 extern int hfs_brec_remove(struct hfs_find_data *); 118 extern int hfs_find_init(struct hfs_btree *, struct hfs_find_data *); 119 extern void hfs_find_exit(struct hfs_find_data *); 120 extern int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *); 121 extern int hfs_brec_find(struct hfs_find_data *); 122 extern int hfs_brec_read(struct hfs_find_data *, void *, int); 123 extern int hfs_brec_goto(struct hfs_find_data *, int);
|
D | bfind.c | 15 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()
|
D | extent.c | 110 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()
|
D | brec.c | 14 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()
|
D | catalog.c | 84 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()
|
D | attr.c | 25 struct hfs_find_data fd; in __hfs_setxattr() 71 struct hfs_find_data fd; in __hfs_getxattr()
|
D | hfs_fs.h | 179 struct hfs_find_data; 180 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
|
D | dir.c | 24 struct hfs_find_data fd; in hfs_lookup() 61 struct hfs_find_data fd; in hfs_readdir()
|
D | inode.c | 421 struct hfs_find_data fd; in hfs_write_inode() 511 struct hfs_find_data fd; in hfs_file_lookup()
|
D | super.c | 388 struct hfs_find_data fd; in hfs_fill_super()
|
/fs/hfsplus/ |
D | hfsplus_fs.h | 284 struct hfs_find_data { struct 365 struct hfs_find_data *, 382 struct hfs_find_data *fd); 429 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len); 430 int hfs_brec_remove(struct hfs_find_data *fd); 433 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd); 434 void hfs_find_exit(struct hfs_find_data *fd); 435 int hfs_find_1st_rec_by_cnid(struct hfs_bnode *bnode, struct hfs_find_data *fd, 437 int hfs_find_rec_by_key(struct hfs_bnode *bnode, struct hfs_find_data *fd, 439 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd, [all …]
|
D | bfind.c | 15 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()
|
D | attributes.c | 138 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() 307 struct hfs_find_data fd; in hfsplus_delete_attr() 353 struct hfs_find_data fd; in hfsplus_delete_all_attrs()
|
D | extents.c | 88 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() 396 struct hfs_find_data fd; in hfsplus_free_fork() 542 struct hfs_find_data fd; in hfsplus_file_truncate()
|
D | brec.c | 15 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() 178 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove() 234 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split() 355 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
|
D | xattr.c | 268 struct hfs_find_data cat_fd; in __hfsplus_setxattr() 450 struct hfs_find_data fd; in hfsplus_getxattr_finder_info() 499 struct hfs_find_data fd; in __hfsplus_getxattr() 618 struct hfs_find_data fd; in hfsplus_listxattr_finder_info() 686 struct hfs_find_data fd; in hfsplus_listxattr() 777 struct hfs_find_data cat_fd; in hfsplus_removexattr()
|
D | catalog.c | 195 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()
|
D | dir.c | 35 struct hfs_find_data fd; in hfsplus_lookup() 139 struct hfs_find_data fd; in hfsplus_readdir()
|
D | inode.c | 479 int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd) in hfsplus_cat_read_inode() 550 struct hfs_find_data fd; in hfsplus_cat_write_inode()
|
D | super.c | 59 struct hfs_find_data fd; in hfsplus_iget() 379 struct hfs_find_data fd; in hfsplus_fill_super()
|