Home
last modified time | relevance | path

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

/linux-4.1.27/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
/linux-4.1.27/fs/hfsplus/
Dhfsplus_fs.h342 #define hfs_brec_goto hfsplus_brec_goto macro
439 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.c769 if (hfs_brec_goto(&fd, 1)) in hfsplus_listxattr()