/linux/fs/hfs/ |
H A D | btree.h | 77 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); 78 keyhfs_find_data global() argument 79 search_keyhfs_find_data global() argument 80 treehfs_find_data global() argument 81 bnodehfs_find_data global() argument 82 recordhfs_find_data global() argument 83 keylengthhfs_find_data global() argument 84 entrylengthhfs_find_data global() argument
|
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() 164 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() 177 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() 479 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, 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()
|
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() 224 struct hfs_find_data fd; in hfs_cat_delete() 292 struct hfs_find_data src_fd, dst_fd; in hfs_cat_move()
|
H A D | hfs_fs.h | 179 struct hfs_find_data; 180 extern int hfs_cat_find_brec(struct super_block *, u32, struct hfs_find_data *);
|
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 | super.c | 316 struct hfs_find_data fd; in hfs_fill_super()
|
/linux/fs/hfsplus/ |
H A D | hfsplus_fs.h | 288 struct hfs_find_data { struct 358 struct hfs_find_data *, 375 struct hfs_find_data *fd); 422 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len); 423 int hfs_brec_remove(struct hfs_find_data *fd); 426 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd); 427 void hfs_find_exit(struct hfs_find_data *fd); 428 int hfs_find_1st_rec_by_cnid(struct hfs_bnode *bnode, struct hfs_find_data *fd, 430 int hfs_find_rec_by_key(struct hfs_bnode *bnode, struct hfs_find_data *fd, 432 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *f 290 search_keyhfs_find_data global() argument 291 keyhfs_find_data global() argument 293 treehfs_find_data global() argument 294 bnodehfs_find_data global() argument 296 recordhfs_find_data global() argument 297 keylengthhfs_find_data global() argument 298 entrylengthhfs_find_data global() argument [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() 207 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() 220 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
|
H A 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() 311 struct hfs_find_data fd; in hfsplus_delete_attr() 357 struct hfs_find_data fd; in hfsplus_delete_all_attrs()
|
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() 396 struct hfs_find_data fd; in hfsplus_free_fork() 545 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, 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()
|
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 | 61 struct hfs_find_data fd; in hfsplus_iget() 382 struct hfs_find_data fd; in hfsplus_fill_super()
|
H A D | inode.c | 500 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()
|