Home
last modified time | relevance | path

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

/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 Derofs.h7 int erofs_opendir(const char *filename, struct fs_dir_stream **dirsp);
8 int erofs_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
16 void erofs_closedir(struct fs_dir_stream *dirs);
A Dexfat.h7 int exfat_fs_opendir(const char *filename, struct fs_dir_stream **dirsp);
8 int exfat_fs_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
17 void exfat_fs_closedir(struct fs_dir_stream *dirs);
A Dfs.h213 struct fs_dir_stream { struct
230 struct fs_dir_stream *fs_opendir(const char *filename);
247 struct fs_dirent *fs_readdir(struct fs_dir_stream *dirs);
254 void fs_closedir(struct fs_dir_stream *dirs);
A Dext4fs.h222 int ext4fs_opendir(const char *dirname, struct fs_dir_stream **dirsp);
223 int ext4fs_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
224 void ext4fs_closedir(struct fs_dir_stream *dirs);
A Dfat.h204 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp);
205 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp);
206 void fat_closedir(struct fs_dir_stream *dirs);

Completed in 11 milliseconds