Lines Matching refs:hfs_find_data
285 struct hfs_find_data { struct
355 struct hfs_find_data *,
372 struct hfs_find_data *fd);
419 int hfs_brec_insert(struct hfs_find_data *fd, void *entry, int entry_len);
420 int hfs_brec_remove(struct hfs_find_data *fd);
423 int hfs_find_init(struct hfs_btree *tree, struct hfs_find_data *fd);
424 void hfs_find_exit(struct hfs_find_data *fd);
425 int hfs_find_1st_rec_by_cnid(struct hfs_bnode *bnode, struct hfs_find_data *fd,
427 int hfs_find_rec_by_key(struct hfs_bnode *bnode, struct hfs_find_data *fd,
429 int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd,
431 int hfs_brec_find(struct hfs_find_data *fd, search_strategy_t do_key_compare);
432 int hfs_brec_read(struct hfs_find_data *fd, void *rec, int rec_len);
433 int hfs_brec_goto(struct hfs_find_data *fd, int cnt);
446 struct hfs_find_data *fd);
482 int hfsplus_cat_read_inode(struct inode *inode, struct hfs_find_data *fd);