hfs_brec_find      37 fs/hfs/attr.c  	res = hfs_brec_find(&fd);
hfs_brec_find      84 fs/hfs/attr.c  		res = hfs_brec_find(&fd);
hfs_brec_find     153 fs/hfs/bfind.c 	res = hfs_brec_find(fd);
hfs_brec_find     121 fs/hfs/btree.h extern int hfs_brec_find(struct hfs_find_data *);
hfs_brec_find     112 fs/hfs/catalog.c 	err = hfs_brec_find(&fd);
hfs_brec_find     124 fs/hfs/catalog.c 	err = hfs_brec_find(&fd);
hfs_brec_find     143 fs/hfs/catalog.c 	if (!hfs_brec_find(&fd))
hfs_brec_find     211 fs/hfs/catalog.c 	return hfs_brec_find(fd);
hfs_brec_find     235 fs/hfs/catalog.c 	res = hfs_brec_find(&fd);
hfs_brec_find     264 fs/hfs/catalog.c 	res = hfs_brec_find(&fd);
hfs_brec_find     316 fs/hfs/catalog.c 	err = hfs_brec_find(&src_fd);
hfs_brec_find     329 fs/hfs/catalog.c 	err = hfs_brec_find(&dst_fd);
hfs_brec_find     345 fs/hfs/catalog.c 	err = hfs_brec_find(&src_fd);
hfs_brec_find     361 fs/hfs/catalog.c 	err = hfs_brec_find(&src_fd);
hfs_brec_find     372 fs/hfs/catalog.c 	err = hfs_brec_find(&dst_fd);
hfs_brec_find      66 fs/hfs/dir.c   	err = hfs_brec_find(&fd);
hfs_brec_find     116 fs/hfs/extent.c 	res = hfs_brec_find(fd);
hfs_brec_find     157 fs/hfs/extent.c 	res = hfs_brec_find(fd);
hfs_brec_find     457 fs/hfs/inode.c 	if (hfs_brec_find(&fd))
hfs_brec_find     153 fs/hfsplus/attributes.c 		err = hfs_brec_find(fd, hfs_find_rec_by_key);
hfs_brec_find     160 fs/hfsplus/attributes.c 		err = hfs_brec_find(fd, hfs_find_1st_rec_by_cnid);
hfs_brec_find     245 fs/hfsplus/attributes.c 	err = hfs_brec_find(&fd, hfs_find_rec_by_key);
hfs_brec_find     341 fs/hfsplus/attributes.c 	err = hfs_brec_find(&fd, hfs_find_rec_by_key);
hfs_brec_find     222 fs/hfsplus/bfind.c 	res = hfs_brec_find(fd, hfs_find_rec_by_key);
hfs_brec_find     220 fs/hfsplus/catalog.c 	return hfs_brec_find(fd, hfs_find_rec_by_key);
hfs_brec_find     286 fs/hfsplus/catalog.c 	err = hfs_brec_find(&fd, hfs_find_rec_by_key);
hfs_brec_find     301 fs/hfsplus/catalog.c 	err = hfs_brec_find(&fd, hfs_find_rec_by_key);
hfs_brec_find     323 fs/hfsplus/catalog.c 	if (!hfs_brec_find(&fd, hfs_find_rec_by_key))
hfs_brec_find     356 fs/hfsplus/catalog.c 		err = hfs_brec_find(&fd, hfs_find_rec_by_key);
hfs_brec_find     376 fs/hfsplus/catalog.c 	err = hfs_brec_find(&fd, hfs_find_rec_by_key);
hfs_brec_find     409 fs/hfsplus/catalog.c 	err = hfs_brec_find(&fd, hfs_find_rec_by_key);
hfs_brec_find     466 fs/hfsplus/catalog.c 	err = hfs_brec_find(&src_fd, hfs_find_rec_by_key);
hfs_brec_find     484 fs/hfsplus/catalog.c 	err = hfs_brec_find(&dst_fd, hfs_find_rec_by_key);
hfs_brec_find     505 fs/hfsplus/catalog.c 	err = hfs_brec_find(&src_fd, hfs_find_rec_by_key);
hfs_brec_find     518 fs/hfsplus/catalog.c 	err = hfs_brec_find(&src_fd, hfs_find_rec_by_key);
hfs_brec_find     535 fs/hfsplus/catalog.c 	err = hfs_brec_find(&dst_fd, hfs_find_rec_by_key);
hfs_brec_find     153 fs/hfsplus/dir.c 	err = hfs_brec_find(&fd, hfs_find_rec_by_key);
hfs_brec_find      99 fs/hfsplus/extents.c 	res = hfs_brec_find(fd, hfs_find_rec_by_key);
hfs_brec_find     164 fs/hfsplus/extents.c 	res = hfs_brec_find(fd, hfs_find_rec_by_key);
hfs_brec_find     440 fs/hfsplus/hfsplus_fs.h int hfs_brec_find(struct hfs_find_data *fd, search_strategy_t do_key_compare);