/linux-2.6.39/fs/hfs/ |
D | btree.h | 69 struct hfs_find_data { struct 112 extern int hfs_brec_insert(struct hfs_find_data *, void *, int); 113 extern int hfs_brec_remove(struct hfs_find_data *); 116 extern int hfs_find_init(struct hfs_btree *, struct hfs_find_data *); 117 extern void hfs_find_exit(struct hfs_find_data *); 118 extern int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *); 119 extern int hfs_brec_find(struct hfs_find_data *); 120 extern int hfs_brec_read(struct hfs_find_data *, void *, int); 121 extern int hfs_brec_goto(struct hfs_find_data *, int);
|
D | bfind.c | 14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() 30 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit() 40 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find() 92 int hfs_brec_find(struct hfs_find_data *fd) in hfs_brec_find() 146 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() 159 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
|
D | extent.c | 110 static void __hfs_ext_write_extent(struct inode *inode, struct hfs_find_data *fd) in __hfs_ext_write_extent() 132 struct hfs_find_data fd; in hfs_ext_write_extent() 141 static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent, in __hfs_ext_read_extent() 160 static inline int __hfs_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block) in __hfs_ext_cache_extent() 181 struct hfs_find_data fd; in hfs_ext_read_extent() 274 struct hfs_find_data fd; in hfs_free_fork() 458 struct hfs_find_data fd; in hfs_file_truncate()
|
D | attr.c | 20 struct hfs_find_data fd; in hfs_setxattr() 63 struct hfs_find_data fd; in hfs_getxattr()
|
D | brec.c | 13 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd); 14 static int hfs_brec_update_parent(struct hfs_find_data *fd); 66 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert() 176 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove() 229 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split() 350 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() 175 struct hfs_find_data *fd) in hfs_cat_find_brec() 211 struct hfs_find_data fd; in hfs_cat_delete() 276 struct hfs_find_data src_fd, dst_fd; in hfs_cat_move()
|
D | hfs_fs.h | 162 struct hfs_find_data; 163 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() 59 struct hfs_find_data fd; in hfs_readdir()
|
D | inode.c | 409 struct hfs_find_data fd; in hfs_write_inode() 496 struct hfs_find_data fd; in hfs_file_lookup()
|
D | super.c | 382 struct hfs_find_data fd; in hfs_fill_super()
|
/linux-2.6.39/fs/hfsplus/ |
D | hfsplus_fs.h | 242 struct hfs_find_data { struct 346 int hfs_brec_insert(struct hfs_find_data *, void *, int); 347 int hfs_brec_remove(struct hfs_find_data *); 350 int hfs_find_init(struct hfs_btree *, struct hfs_find_data *); 351 void hfs_find_exit(struct hfs_find_data *); 352 int __hfs_brec_find(struct hfs_bnode *, struct hfs_find_data *); 353 int hfs_brec_find(struct hfs_find_data *); 354 int hfs_brec_read(struct hfs_find_data *, void *, int); 355 int hfs_brec_goto(struct hfs_find_data *, int); 364 int hfsplus_find_cat(struct super_block *, u32, struct hfs_find_data *); [all …]
|
D | bfind.c | 14 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd) in hfs_find_init() 31 void hfs_find_exit(struct hfs_find_data *fd) in hfs_find_exit() 42 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd) in __hfs_brec_find() 94 int hfs_brec_find(struct hfs_find_data *fd) in hfs_brec_find() 148 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len) in hfs_brec_read() 161 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto()
|
D | extents.c | 87 struct hfs_find_data *fd) in __hfsplus_ext_write_extent() 125 struct hfs_find_data fd; in hfsplus_ext_write_extent_locked() 140 static inline int __hfsplus_ext_read_extent(struct hfs_find_data *fd, in __hfsplus_ext_read_extent() 161 static inline int __hfsplus_ext_cache_extent(struct hfs_find_data *fd, in __hfsplus_ext_cache_extent() 190 struct hfs_find_data fd; in hfsplus_ext_read_extent() 355 struct hfs_find_data fd; in hfsplus_free_fork() 490 struct hfs_find_data fd; in hfsplus_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); 57 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len) in hfs_brec_insert() 171 int hfs_brec_remove(struct hfs_find_data *fd) in hfs_brec_remove() 227 static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd) in hfs_bnode_split() 348 static int hfs_brec_update_parent(struct hfs_find_data *fd) in hfs_brec_update_parent()
|
D | ioctl.c | 120 struct hfs_find_data fd; in hfsplus_setxattr() 164 struct hfs_find_data fd; in hfsplus_getxattr()
|
D | catalog.c | 176 struct hfs_find_data *fd) in hfsplus_find_cat() 208 struct hfs_find_data fd; in hfsplus_create_cat() 264 struct hfs_find_data fd; in hfsplus_delete_cat() 347 struct hfs_find_data src_fd, dst_fd; in hfsplus_rename_cat()
|
D | inode.c | 173 struct hfs_find_data fd; in hfsplus_file_lookup() 486 int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd) in hfsplus_cat_read_inode() 552 struct hfs_find_data fd; in hfsplus_cat_write_inode()
|
D | dir.c | 31 struct hfs_find_data fd; in hfsplus_lookup() 128 struct hfs_find_data fd; in hfsplus_readdir()
|
D | super.c | 57 struct hfs_find_data fd; in hfsplus_iget() 337 struct hfs_find_data fd; in hfsplus_fill_super()
|