Home
last modified time | relevance | path

Searched refs:read_dir (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/fs/hostfs/
H A Dhostfs.h75 extern char *read_dir(void *stream, unsigned long long *pos_out,
H A Dhostfs_user.c107 char *read_dir(void *stream, unsigned long long *pos_out, in read_dir() function
H A Dhostfs_kern.c287 while ((name = read_dir(dir, &next, &ino, &len, &type)) != NULL) { in hostfs_readdir()