Searched refs:dirsp (Results 1 – 6 of 6) sorted by relevance
467 struct fs_dir_stream *dirsp; in sqfs_search_dir() local477 dirsp = (struct fs_dir_stream *)dirs; in sqfs_search_dir()1374 struct fs_dir_stream *dirsp = NULL; in sqfs_read_nest() local1399 ret = sqfs_opendir_nest(dir, &dirsp); in sqfs_read_nest()1636 sqfs_closedir(dirsp); in sqfs_read_nest()1652 struct fs_dir_stream *dirsp = NULL; in sqfs_size_nest() local1667 ret = sqfs_opendir_nest(dir, &dirsp); in sqfs_size_nest()1745 sqfs_closedir(dirsp); in sqfs_size_nest()1752 struct fs_dir_stream *dirsp = NULL; in sqfs_exists() local1764 ret = sqfs_opendir_nest(dir, &dirsp); in sqfs_exists()[all …]
209 int ext4fs_opendir(const char *dirname, struct fs_dir_stream **dirsp) in ext4fs_opendir() argument215 *dirsp = NULL; in ext4fs_opendir()230 *dirsp = (struct fs_dir_stream *)dirs; in ext4fs_opendir()
90 int erofs_opendir(const char *filename, struct fs_dir_stream **dirsp) in erofs_opendir() argument113 *dirsp = (struct fs_dir_stream *)dirs; in erofs_opendir()
717 int exfat_fs_opendir(const char *filename, struct fs_dir_stream **dirsp) in exfat_fs_opendir() argument745 *dirsp = &dirs->fs_dirs; in exfat_fs_opendir()
1357 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp) in fat_opendir() argument1375 *dirsp = (struct fs_dir_stream *)dir; in fat_opendir()
181 int (*opendir)(const char *filename, struct fs_dir_stream **dirsp);
Completed in 20 milliseconds