Home
last modified time | relevance | path

Searched defs:dirs (Results 1 – 2 of 2) sorted by relevance

/rk3399_rockchip-uboot/fs/
H A Dfs.c44 struct fs_dir_stream *dirs; in fs_ls_generic() local
103 struct fs_dir_stream **dirs) in fs_opendir_unsupported()
441 struct fs_dir_stream *dirs = NULL; in fs_opendir() local
457 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs) in fs_readdir()
476 void fs_closedir(struct fs_dir_stream *dirs) in fs_closedir()
/rk3399_rockchip-uboot/fs/fat/
H A Dfat.c1175 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp) in fat_readdir()
1198 void fat_closedir(struct fs_dir_stream *dirs) in fat_closedir()