Symbol: hfs_find_data
fs/hfs/attr.c
25
struct hfs_find_data fd;
fs/hfs/attr.c
71
struct hfs_find_data fd;
fs/hfs/bfind.c
110
int hfs_brec_find(struct hfs_find_data *fd)
fs/hfs/bfind.c
15
int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
fs/hfs/bfind.c
170
int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len)
fs/hfs/bfind.c
183
int hfs_brec_goto(struct hfs_find_data *fd, int cnt)
fs/hfs/bfind.c
47
void hfs_find_exit(struct hfs_find_data *fd)
fs/hfs/bfind.c
58
int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd)
fs/hfs/brec.c
14
static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd);
fs/hfs/brec.c
15
static int hfs_brec_update_parent(struct hfs_find_data *fd);
fs/hfs/brec.c
177
int hfs_brec_remove(struct hfs_find_data *fd)
fs/hfs/brec.c
250
static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd)
fs/hfs/brec.c
371
static int hfs_brec_update_parent(struct hfs_find_data *fd)
fs/hfs/brec.c
65
int hfs_brec_insert(struct hfs_find_data *fd, void *entry, u32 entry_len)
fs/hfs/btree.h
122
extern int hfs_brec_insert(struct hfs_find_data *fd, void *entry, u32 entry_len);
fs/hfs/btree.h
123
extern int hfs_brec_remove(struct hfs_find_data *fd);
fs/hfs/btree.h
126
extern int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);
fs/hfs/btree.h
127
extern void hfs_find_exit(struct hfs_find_data *fd);
fs/hfs/btree.h
128
extern int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd);
fs/hfs/btree.h
129
extern int hfs_brec_find(struct hfs_find_data *fd);
fs/hfs/btree.h
130
extern int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len);
fs/hfs/btree.h
131
extern int hfs_brec_goto(struct hfs_find_data *fd, int cnt);
fs/hfs/catalog.c
188
struct hfs_find_data *fd)
fs/hfs/catalog.c
342
struct hfs_find_data fd;
fs/hfs/catalog.c
415
struct hfs_find_data src_fd, dst_fd;
fs/hfs/catalog.c
84
struct hfs_find_data fd;
fs/hfs/dir.c
24
struct hfs_find_data fd;
fs/hfs/dir.c
55
struct hfs_find_data fd;
fs/hfs/extent.c
110
static int __hfs_ext_write_extent(struct inode *inode, struct hfs_find_data *fd)
fs/hfs/extent.c
137
struct hfs_find_data fd;
fs/hfs/extent.c
150
static inline int __hfs_ext_read_extent(struct hfs_find_data *fd, struct hfs_extent *extent,
fs/hfs/extent.c
169
static inline int __hfs_ext_cache_extent(struct hfs_find_data *fd, struct inode *inode, u32 block)
fs/hfs/extent.c
193
struct hfs_find_data fd;
fs/hfs/extent.c
289
struct hfs_find_data fd;
fs/hfs/extent.c
480
struct hfs_find_data fd;
fs/hfs/hfs_fs.h
147
struct hfs_find_data;
fs/hfs/hfs_fs.h
149
struct hfs_find_data *fd);
fs/hfs/inode.c
454
struct hfs_find_data fd;
fs/hfs/inode.c
549
struct hfs_find_data fd;
fs/hfs/super.c
319
struct hfs_find_data fd;
fs/hfsplus/attributes.c
140
const char *name, struct hfs_find_data *fd)
fs/hfsplus/attributes.c
175
struct hfs_find_data fd;
fs/hfsplus/attributes.c
199
struct hfs_find_data *fd,
fs/hfsplus/attributes.c
254
struct hfs_find_data fd;
fs/hfsplus/attributes.c
293
struct hfs_find_data *fd)
fs/hfsplus/attributes.c
335
struct hfs_find_data *fd)
fs/hfsplus/attributes.c
368
struct hfs_find_data fd;
fs/hfsplus/attributes.c
399
struct hfs_find_data fd;
fs/hfsplus/attributes.c
435
struct hfs_find_data fd;
fs/hfsplus/bfind.c
103
int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd,
fs/hfsplus/bfind.c
15
int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd)
fs/hfsplus/bfind.c
153
int hfs_brec_find(struct hfs_find_data *fd, search_strategy_t do_key_compare)
fs/hfsplus/bfind.c
213
int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len)
fs/hfsplus/bfind.c
226
int hfs_brec_goto(struct hfs_find_data *fd, int cnt)
fs/hfsplus/bfind.c
33
void hfs_find_exit(struct hfs_find_data *fd)
fs/hfsplus/bfind.c
44
struct hfs_find_data *fd,
fs/hfsplus/bfind.c
82
struct hfs_find_data *fd,
fs/hfsplus/brec.c
15
static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd);
fs/hfsplus/brec.c
16
static int hfs_brec_update_parent(struct hfs_find_data *fd);
fs/hfsplus/brec.c
179
int hfs_brec_remove(struct hfs_find_data *fd)
fs/hfsplus/brec.c
235
static struct hfs_bnode *hfs_bnode_split(struct hfs_find_data *fd)
fs/hfsplus/brec.c
356
static int hfs_brec_update_parent(struct hfs_find_data *fd)
fs/hfsplus/brec.c
63
int hfs_brec_insert(struct hfs_find_data *fd, void *entry, u32 entry_len)
fs/hfsplus/catalog.c
195
struct hfs_find_data *fd)
fs/hfsplus/catalog.c
257
struct hfs_find_data fd;
fs/hfsplus/catalog.c
333
struct hfs_find_data fd;
fs/hfsplus/catalog.c
439
struct hfs_find_data src_fd, dst_fd;
fs/hfsplus/dir.c
137
struct hfs_find_data fd;
fs/hfsplus/dir.c
34
struct hfs_find_data fd;
fs/hfsplus/extents.c
134
struct hfs_find_data fd;
fs/hfsplus/extents.c
156
static inline int __hfsplus_ext_read_extent(struct hfs_find_data *fd,
fs/hfsplus/extents.c
177
static inline int __hfsplus_ext_cache_extent(struct hfs_find_data *fd,
fs/hfsplus/extents.c
209
struct hfs_find_data fd;
fs/hfsplus/extents.c
394
struct hfs_find_data fd;
fs/hfsplus/extents.c
544
struct hfs_find_data fd;
fs/hfsplus/extents.c
88
struct hfs_find_data *fd)
fs/hfsplus/hfsplus_fs.h
324
struct hfs_find_data *,
fs/hfsplus/hfsplus_fs.h
341
struct hfs_find_data *fd);
fs/hfsplus/hfsplus_fs.h
391
int hfs_brec_insert(struct hfs_find_data *fd, void *entry, u32 entry_len);
fs/hfsplus/hfsplus_fs.h
392
int hfs_brec_remove(struct hfs_find_data *fd);
fs/hfsplus/hfsplus_fs.h
395
int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);
fs/hfsplus/hfsplus_fs.h
396
void hfs_find_exit(struct hfs_find_data *fd);
fs/hfsplus/hfsplus_fs.h
397
int hfs_find_1st_rec_by_cnid(struct hfs_bnode *bnode, struct hfs_find_data *fd,
fs/hfsplus/hfsplus_fs.h
399
int hfs_find_rec_by_key(struct hfs_bnode *bnode, struct hfs_find_data *fd,
fs/hfsplus/hfsplus_fs.h
401
int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd,
fs/hfsplus/hfsplus_fs.h
403
int hfs_brec_find(struct hfs_find_data *fd, search_strategy_t do_key_compare);
fs/hfsplus/hfsplus_fs.h
404
int hfs_brec_read(struct hfs_find_data *fd, void *rec, u32 rec_len);
fs/hfsplus/hfsplus_fs.h
405
int hfs_brec_goto(struct hfs_find_data *fd, int cnt);
fs/hfsplus/hfsplus_fs.h
418
struct hfs_find_data *fd);
fs/hfsplus/hfsplus_fs.h
456
int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd);
fs/hfsplus/inode.c
550
int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd)
fs/hfsplus/inode.c
638
struct hfs_find_data fd;
fs/hfsplus/super.c
432
struct hfs_find_data fd;
fs/hfsplus/super.c
67
struct hfs_find_data fd;
fs/hfsplus/xattr.c
274
struct hfs_find_data cat_fd;
fs/hfsplus/xattr.c
473
struct hfs_find_data fd;
fs/hfsplus/xattr.c
522
struct hfs_find_data fd;
fs/hfsplus/xattr.c
646
struct hfs_find_data fd;
fs/hfsplus/xattr.c
714
struct hfs_find_data fd;
fs/hfsplus/xattr.c
816
struct hfs_find_data cat_fd;