Home
last modified time | relevance | path

Searched refs:hfs_brec_goto (Results 1 – 7 of 7) sorted by relevance

/fs/hfs/
Ddir.c106 err = hfs_brec_goto(&fd, ctx->pos - 1); in hfs_readdir()
151 err = hfs_brec_goto(&fd, 1); in hfs_readdir()
Dbtree.h121 extern int hfs_brec_goto(struct hfs_find_data *, int);
Dbfind.c161 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
/fs/hfsplus/
Dhfsplus_fs.h343 #define hfs_brec_goto hfsplus_brec_goto macro
440 int hfs_brec_goto(struct hfs_find_data *fd, int cnt);
Ddir.c189 err = hfs_brec_goto(&fd, ctx->pos - 1); in hfsplus_readdir()
261 err = hfs_brec_goto(&fd, 1); in hfsplus_readdir()
Dbfind.c230 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
Dxattr.c762 if (hfs_brec_goto(&fd, 1)) in hfsplus_listxattr()