Searched refs:fs_dir_stream (Results 1 – 6 of 6) sorted by relevance
| /include/ |
| A D | squashfs.h | 15 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 D | erofs.h | 7 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 D | exfat.h | 7 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 D | fs.h | 213 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 D | ext4fs.h | 222 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 D | fat.h | 204 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