Home
last modified time | relevance | path

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

/u-boot/include/
A Dsquashfs.h15 int sqfs_opendir(const char *filename, struct fs_dir_stream **dirsp);
16 int sqfs_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
24 void sqfs_closedir(struct fs_dir_stream *dirs);
A Dfs.h174 struct fs_dir_stream { struct
187 struct fs_dir_stream *fs_opendir(const char *filename); argument
202 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs);
209 void fs_closedir(struct fs_dir_stream *dirs);
A Dfat.h213 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp);
214 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
215 void fat_closedir(struct fs_dir_stream *dirs);
/u-boot/fs/
A Dfs.c53 struct fs_dir_stream *dirs; in fs_ls_generic()
120 struct fs_dir_stream **dirs) in fs_opendir_unsupported()
163 int (*opendir)(const char *filename, struct fs_dir_stream **dirsp);
169 int (*readdir)(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
171 void (*closedir)(struct fs_dir_stream *dirs);
583 struct fs_dir_stream *fs_opendir(const char *filename) in fs_opendir()
586 struct fs_dir_stream *dirs = NULL; in fs_opendir()
602 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs) in fs_readdir()
621 void fs_closedir(struct fs_dir_stream *dirs) in fs_closedir()
/u-boot/fs/squashfs/
A Dsqfs.c453 struct fs_dir_stream *dirsp; in sqfs_search_dir()
463 dirsp = (struct fs_dir_stream *)dirs; in sqfs_search_dir()
871 int sqfs_opendir(const char *filename, struct fs_dir_stream **dirsp) in sqfs_opendir()
950 *dirsp = (struct fs_dir_stream *)dirs; in sqfs_opendir()
966 int sqfs_readdir(struct fs_dir_stream *fs_dirs, struct fs_dirent **dentp) in sqfs_readdir()
1319 struct fs_dir_stream *dirsp = NULL; in sqfs_read()
1584 struct fs_dir_stream *dirsp = NULL; in sqfs_size()
1671 struct fs_dir_stream *dirsp = NULL; in sqfs_exists()
1715 void sqfs_closedir(struct fs_dir_stream *dirs) in sqfs_closedir()
A Dsqfs_filesystem.h253 struct fs_dir_stream fs_dirs;
/u-boot/fs/fat/
A Dfat.c1314 struct fs_dir_stream parent;
1320 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp) in fat_opendir()
1338 *dirsp = (struct fs_dir_stream *)dir; in fat_opendir()
1348 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp) in fat_readdir()
1371 void fat_closedir(struct fs_dir_stream *dirs) in fat_closedir()
/u-boot/lib/efi_loader/
A Defi_file.c39 struct fs_dir_stream *dirs;
71 struct fs_dir_stream *dirs; in is_dir()

Completed in 15 milliseconds