Home
last modified time | relevance | path

Searched refs:fs_dir_stream (Results 1 – 5 of 5) sorted by relevance

/openbmc/u-boot/include/
H A Dfs.h121 struct fs_dir_stream { struct
134 struct fs_dir_stream *fs_opendir(const char *filename); argument
149 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs);
156 void fs_closedir(struct fs_dir_stream *dirs);
H A Dfat.h203 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp);
204 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
205 void fat_closedir(struct fs_dir_stream *dirs);
/openbmc/u-boot/fs/
H A Dfs.c44 struct fs_dir_stream *dirs; in fs_ls_generic()
103 struct fs_dir_stream **dirs) in fs_opendir_unsupported()
146 int (*opendir)(const char *filename, struct fs_dir_stream **dirsp);
152 int (*readdir)(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
154 void (*closedir)(struct fs_dir_stream *dirs);
525 struct fs_dir_stream *fs_opendir(const char *filename) in fs_opendir()
528 struct fs_dir_stream *dirs = NULL; in fs_opendir()
544 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs) in fs_readdir()
563 void fs_closedir(struct fs_dir_stream *dirs) in fs_closedir()
/openbmc/u-boot/fs/fat/
H A Dfat.c1193 struct fs_dir_stream parent;
1199 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp) in fat_opendir()
1217 *dirsp = (struct fs_dir_stream *)dir; in fat_opendir()
1227 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp) in fat_readdir()
1250 void fat_closedir(struct fs_dir_stream *dirs) in fat_closedir()
/openbmc/u-boot/lib/efi_loader/
H A Defi_file.c33 struct fs_dir_stream *dirs;
65 struct fs_dir_stream *dirs; in is_dir()