Searched refs:dirsp (Results 1 - 7 of 7) sorted by relevance

/u-boot/include/
H A Dsquashfs.h15 int sqfs_opendir(const char *filename, struct fs_dir_stream **dirsp);
H A Derofs.h7 int erofs_opendir(const char *filename, struct fs_dir_stream **dirsp);
H A Dfat.h205 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp);
/u-boot/fs/squashfs/
H A Dsqfs.c460 struct fs_dir_stream *dirsp; local
470 dirsp = (struct fs_dir_stream *)dirs;
509 while (!sqfs_readdir(dirsp, &dent)) {
881 int sqfs_opendir(const char *filename, struct fs_dir_stream **dirsp) argument
960 *dirsp = (struct fs_dir_stream *)dirs;
1331 struct fs_dir_stream *dirsp = NULL; local
1355 ret = sqfs_opendir(dir, &dirsp);
1360 dirs = (struct squashfs_dir_stream *)dirsp;
1363 while (!sqfs_readdir(dirsp, &dent)) {
1580 sqfs_closedir(dirsp);
1589 struct fs_dir_stream *dirsp = NULL; local
1676 struct fs_dir_stream *dirsp = NULL; local
[all...]
/u-boot/fs/erofs/
H A Dfs.c84 int erofs_opendir(const char *filename, struct fs_dir_stream **dirsp) argument
107 *dirsp = (struct fs_dir_stream *)dirs;
/u-boot/fs/fat/
H A Dfat.c1357 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp) argument
1375 *dirsp = (struct fs_dir_stream *)dir;
/u-boot/fs/
H A Dfs.c170 * stream pointer via 'dirsp'. On error, return -errno. See
173 int (*opendir)(const char *filename, struct fs_dir_stream **dirsp);

Completed in 73 milliseconds