Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dfat.h203 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp);
/OK3568_Linux_fs/u-boot/fs/fat/
H A Dfat.c1149 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp) in fat_opendir() argument
1165 *dirsp = (struct fs_dir_stream *)dir; in fat_opendir()
/OK3568_Linux_fs/u-boot/fs/
H A Dfs.c136 int (*opendir)(const char *filename, struct fs_dir_stream **dirsp);