Home
last modified time | relevance | path

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

/linux-5.19.10/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.h130 extern int hfs_brec_goto(struct hfs_find_data *, int);
Dbfind.c174 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
/linux-5.19.10/fs/hfsplus/
Dhfsplus_fs.h344 #define hfs_brec_goto hfsplus_brec_goto macro
431 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.c756 if (hfs_brec_goto(&fd, 1)) in hfsplus_listxattr()