hfs_brec_goto     121 fs/hfs/btree.h extern int hfs_brec_goto(struct hfs_find_data *, int);
hfs_brec_goto     101 fs/hfs/dir.c   		err = hfs_brec_goto(&fd, filp->f_pos - 1);
hfs_brec_goto     141 fs/hfs/dir.c   		err = hfs_brec_goto(&fd, 1);
hfs_brec_goto     160 fs/hfsplus/dir.c 		err = hfs_brec_goto(&fd, filp->f_pos - 1);
hfs_brec_goto     207 fs/hfsplus/dir.c 		err = hfs_brec_goto(&fd, 1);
hfs_brec_goto     303 fs/hfsplus/hfsplus_fs.h int hfs_brec_goto(struct hfs_find_data *, int);