Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/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.h188 struct fs_dir_stream { struct
201 struct fs_dir_stream *fs_opendir(const char *filename); argument
216 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs);
223 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-v2022.01-rc1/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-v2022.01-rc1/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()
1580 struct fs_dir_stream *dirsp = NULL; in sqfs_size()
1667 struct fs_dir_stream *dirsp = NULL; in sqfs_exists()
1711 void sqfs_closedir(struct fs_dir_stream *dirs) in sqfs_closedir()
A Dsqfs_filesystem.h253 struct fs_dir_stream fs_dirs;
/u-boot-v2022.01-rc1/fs/fat/
A Dfat.c1303 struct fs_dir_stream parent;
1309 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp) in fat_opendir()
1327 *dirsp = (struct fs_dir_stream *)dir; in fat_opendir()
1337 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp) in fat_readdir()
1368 void fat_closedir(struct fs_dir_stream *dirs) in fat_closedir()
/u-boot-v2022.01-rc1/lib/efi_loader/
A Defi_file.c39 struct fs_dir_stream *dirs;
71 struct fs_dir_stream *dirs; in is_dir()

Completed in 20 milliseconds