Home
last modified time | relevance | path

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

/Linux-v4.19/fs/hfs/
Ddir.c100 err = hfs_brec_goto(&fd, ctx->pos - 1); in hfs_readdir()
145 err = hfs_brec_goto(&fd, 1); in hfs_readdir()
Dbtree.h122 extern int hfs_brec_goto(struct hfs_find_data *, int);
Dbfind.c162 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
/Linux-v4.19/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.c188 err = hfs_brec_goto(&fd, ctx->pos - 1); in hfsplus_readdir()
260 err = hfs_brec_goto(&fd, 1); in hfsplus_readdir()
Dbfind.c231 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
Dxattr.c757 if (hfs_brec_goto(&fd, 1)) in hfsplus_listxattr()