Searched refs:hfs_brec_goto (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfs/
H A Dbtree.h121 extern int hfs_brec_goto(struct hfs_find_data *, int);
H A Ddir.c101 err = hfs_brec_goto(&fd, filp->f_pos - 1);
141 err = hfs_brec_goto(&fd, 1);
H A Dbfind.c150 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) function
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus/
H A Dhfsplus_fs.h239 #define hfs_brec_goto hfsplus_brec_goto macro
301 int hfs_brec_goto(struct hfs_find_data *, int);
H A Dbfind.c150 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) function
H A Ddir.c158 err = hfs_brec_goto(&fd, filp->f_pos - 1);
205 err = hfs_brec_goto(&fd, 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/fs/hfsplus_journal/
H A Dhfsplus_fs.h287 #define hfs_brec_goto hfsplus_brec_goto macro
351 int hfs_brec_goto(hfsplus_handle_t *, struct hfs_find_data *, int);
H A Dbfind.c173 int hfs_brec_goto(hfsplus_handle_t *hfsplus_handle, struct hfs_find_data *fd, int cnt) function
H A Ddir.c166 err = hfs_brec_goto(&hfsplus_handle, &fd, filp->f_pos - 1);
213 err = hfs_brec_goto(&hfsplus_handle, &fd, 1);

Completed in 118 milliseconds