Home
last modified time | relevance | path

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

/linux/fs/hfs/
H A Ddir.c100 err = hfs_brec_goto(&fd, ctx->pos - 1); in hfs_readdir()
145 err = hfs_brec_goto(&fd, 1); in hfs_readdir()
H A Dbtree.h130 extern int hfs_brec_goto(struct hfs_find_data *, int);
H A Dbfind.c174 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
/linux/fs/hfsplus/
H A Dhfsplus_fs.h349 #define hfs_brec_goto hfsplus_brec_goto macro
436 int hfs_brec_goto(struct hfs_find_data *fd, int cnt);
H A Ddir.c188 err = hfs_brec_goto(&fd, ctx->pos - 1); in hfsplus_readdir()
260 err = hfs_brec_goto(&fd, 1); in hfsplus_readdir()
H A Dbfind.c220 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
H A Dxattr.c754 if (hfs_brec_goto(&fd, 1)) in hfsplus_listxattr()