Searched refs:read_dir (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/fs/hostfs/ |
H A D | hostfs_user_exp.c | 9 EXPORT_SYMBOL_GPL(read_dir); variable
|
H A D | hostfs.h | 76 extern char *read_dir(void *stream, unsigned long long *pos_out,
|
H A D | hostfs_user.c | 108 char *read_dir(void *stream, unsigned long long *pos_out, in read_dir() function
|
H A D | hostfs_kern.c | 286 while ((name = read_dir(dir, &next, &ino, &len, &type)) != NULL) { in hostfs_readdir()
|
/kernel/linux/linux-5.10/fs/hostfs/ |
H A D | hostfs.h | 75 extern char *read_dir(void *stream, unsigned long long *pos_out,
|
H A D | hostfs_user.c | 107 char *read_dir(void *stream, unsigned long long *pos_out, in read_dir() function
|
H A D | hostfs_kern.c | 287 while ((name = read_dir(dir, &next, &ino, &len, &type)) != NULL) { in hostfs_readdir()
|
Completed in 7 milliseconds