| /linux/fs/hfs/ |
| H A D | btree.h | 77 struct hfs_find_data { struct 122 extern int hfs_brec_insert(struct hfs_find_data *fd, void *entry, u32 entry_len); 123 extern int hfs_brec_remove(struct hfs_find_data *fd); 126 extern int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd); 127 extern void hfs_find_exit(struct hfs_find_data *fd); 128 extern int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd); 129 extern int hfs_brec_find(struct hfs_find_data *fd); 130 extern int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len); 131 extern int hfs_brec_goto(struct hfs_find_data *fd, int cnt);
|
| H A D | bfind.c | 15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() 47 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit() 58 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find() 110 int hfs_brec_find(struct hfs_find_data *fd) in hfs_brec_find() 170 int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len) in hfs_brec_read() 183 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
|
| H A 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() 480 struct hfs_find_data fd; in hfs_file_truncate()
|
| H A 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, u32 entry_len) in hfs_brec_insert() 177 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove() 250 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split() 371 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
|
| H A D | attr.c | 25 struct hfs_find_data fd; in __hfs_setxattr() 71 struct hfs_find_data fd; in __hfs_getxattr()
|
| H A D | catalog.c | 84 struct hfs_find_data fd; in hfs_cat_create() 188 struct hfs_find_data *fd) in hfs_cat_find_brec() 342 struct hfs_find_data fd; in hfs_cat_delete() 415 struct hfs_find_data src_fd, dst_fd; in hfs_cat_move()
|
| H A D | hfs_fs.h | 147 struct hfs_find_data; 149 struct hfs_find_data *fd);
|
| H A D | dir.c | 24 struct hfs_find_data fd; in hfs_lookup() 55 struct hfs_find_data fd; in hfs_readdir()
|
| H A D | inode.c | 454 struct hfs_find_data fd; in hfs_write_inode() 549 struct hfs_find_data fd; in hfs_file_lookup()
|
| H A D | super.c | 319 struct hfs_find_data fd; in hfs_fill_super()
|
| /linux/fs/hfsplus/ |
| H A D | hfsplus_fs.h | 254 struct hfs_find_data { struct 324 struct hfs_find_data *, 341 struct hfs_find_data *fd); 391 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, u32 entry_len); 392 int hfs_brec_remove(struct hfs_find_data *fd); 395 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd); 396 void hfs_find_exit(struct hfs_find_data *fd); 397 int hfs_find_1st_rec_by_cnid(struct hfs_bnode *bnode, struct hfs_find_data *fd, 399 int hfs_find_rec_by_key(struct hfs_bnode *bnode, struct hfs_find_data *fd, 401 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd, [all …]
|
| H A D | bfind.c | 15 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() 33 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit() 44 struct hfs_find_data *fd, in hfs_find_1st_rec_by_cnid() 82 struct hfs_find_data *fd, in hfs_find_rec_by_key() 103 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd, in __hfs_brec_find() 153 int hfs_brec_find(struct hfs_find_data *fd, search_strategy_t do_key_compare) in hfs_brec_find() 213 int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len) in hfs_brec_read() 226 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
|
| H A D | attributes.c | 140 const char *name, struct hfs_find_data *fd) in hfsplus_find_attr() 175 struct hfs_find_data fd; in hfsplus_attr_exists() 199 struct hfs_find_data *fd, in hfsplus_create_attr_nolock() 254 struct hfs_find_data fd; in hfsplus_create_attr() 293 struct hfs_find_data *fd) in __hfsplus_delete_attr() 335 struct hfs_find_data *fd) in hfsplus_delete_attr_nolock() 368 struct hfs_find_data fd; in hfsplus_delete_attr() 399 struct hfs_find_data fd; in hfsplus_delete_all_attrs() 435 struct hfs_find_data fd; in hfsplus_replace_attr()
|
| H A 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() 394 struct hfs_find_data fd; in hfsplus_free_fork() 544 struct hfs_find_data fd; in hfsplus_file_truncate()
|
| H A 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, u32 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()
|
| H A D | xattr.c | 274 struct hfs_find_data cat_fd; in __hfsplus_setxattr() 473 struct hfs_find_data fd; in hfsplus_getxattr_finder_info() 522 struct hfs_find_data fd; in __hfsplus_getxattr() 646 struct hfs_find_data fd; in hfsplus_listxattr_finder_info() 714 struct hfs_find_data fd; in hfsplus_listxattr() 816 struct hfs_find_data cat_fd; in hfsplus_removexattr()
|
| H A 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()
|
| H A D | dir.c | 34 struct hfs_find_data fd; in hfsplus_lookup() 137 struct hfs_find_data fd; in hfsplus_readdir()
|
| H A D | super.c | 67 struct hfs_find_data fd; in hfsplus_iget() 432 struct hfs_find_data fd; in hfsplus_fill_super()
|
| H A D | inode.c | 550 int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd) in hfsplus_cat_read_inode() 638 struct hfs_find_data fd; in hfsplus_cat_write_inode()
|