Searched refs:hfs_brec_goto (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-5.10/fs/hfs/ |
H A D | dir.c | 100 err = hfs_brec_goto(&fd, ctx->pos - 1); in hfs_readdir() 145 err = hfs_brec_goto(&fd, 1); in hfs_readdir()
|
H A D | btree.h | 130 extern int hfs_brec_goto(struct hfs_find_data *, int);
|
H A D | bfind.c | 176 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
|
/kernel/linux/linux-6.6/fs/hfs/ |
H A D | dir.c | 100 err = hfs_brec_goto(&fd, ctx->pos - 1); in hfs_readdir() 145 err = hfs_brec_goto(&fd, 1); in hfs_readdir()
|
H A D | btree.h | 130 extern int hfs_brec_goto(struct hfs_find_data *, int);
|
H A D | bfind.c | 174 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
|
/kernel/linux/linux-5.10/fs/hfsplus/ |
H A D | hfsplus_fs.h | 346 #define hfs_brec_goto hfsplus_brec_goto macro 444 int hfs_brec_goto(struct hfs_find_data *fd, int cnt);
|
H A D | dir.c | 188 err = hfs_brec_goto(&fd, ctx->pos - 1); in hfsplus_readdir() 260 err = hfs_brec_goto(&fd, 1); in hfsplus_readdir()
|
H A D | bfind.c | 231 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
|
H A D | xattr.c | 757 if (hfs_brec_goto(&fd, 1)) in hfsplus_listxattr()
|
/kernel/linux/linux-6.6/fs/hfsplus/ |
H A D | hfsplus_fs.h | 346 #define hfs_brec_goto hfsplus_brec_goto macro 433 int hfs_brec_goto(struct hfs_find_data *fd, int cnt);
|
H A D | dir.c | 188 err = hfs_brec_goto(&fd, ctx->pos - 1); in hfsplus_readdir() 260 err = hfs_brec_goto(&fd, 1); in hfsplus_readdir()
|
H A D | bfind.c | 231 int hfs_brec_goto(struct hfs_find_data *fd, int cnt) in hfs_brec_goto() function
|
H A D | xattr.c | 756 if (hfs_brec_goto(&fd, 1)) in hfsplus_listxattr()
|
Completed in 9 milliseconds