__hfs_brec_find
res = __hfs_brec_find(bnode, fd);
__hfs_brec_find(fd->bnode, fd);
__hfs_brec_find(node, fd);
__hfs_brec_find(parent, fd);
__hfs_brec_find(fd->bnode, fd);
extern int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd);
res = __hfs_brec_find(bnode, fd, do_key_compare);
__hfs_brec_find(fd->bnode, fd, hfs_find_rec_by_key);
__hfs_brec_find(node, fd, hfs_find_rec_by_key);
__hfs_brec_find(parent, fd, hfs_find_rec_by_key);
__hfs_brec_find(fd->bnode, fd, hfs_find_rec_by_key);
int __hfs_brec_find(struct hfs_bnode *bnode, struct hfs_find_data *fd,