Home
last modified time | relevance | path

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

/fs/squashfs/
A Dsqfs.c467 struct fs_dir_stream *dirsp; in sqfs_search_dir() local
477 dirsp = (struct fs_dir_stream *)dirs; in sqfs_search_dir()
1374 struct fs_dir_stream *dirsp = NULL; in sqfs_read_nest() local
1399 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() local
1667 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() local
1764 ret = sqfs_opendir_nest(dir, &dirsp); in sqfs_exists()
[all …]
/fs/ext4/
A Dext4fs.c209 int ext4fs_opendir(const char *dirname, struct fs_dir_stream **dirsp) in ext4fs_opendir() argument
215 *dirsp = NULL; in ext4fs_opendir()
230 *dirsp = (struct fs_dir_stream *)dirs; in ext4fs_opendir()
/fs/erofs/
A Dfs.c90 int erofs_opendir(const char *filename, struct fs_dir_stream **dirsp) in erofs_opendir() argument
113 *dirsp = (struct fs_dir_stream *)dirs; in erofs_opendir()
/fs/exfat/
A Dio.c717 int exfat_fs_opendir(const char *filename, struct fs_dir_stream **dirsp) in exfat_fs_opendir() argument
745 *dirsp = &dirs->fs_dirs; in exfat_fs_opendir()
/fs/fat/
A Dfat.c1357 int fat_opendir(const char *filename, struct fs_dir_stream **dirsp) in fat_opendir() argument
1375 *dirsp = (struct fs_dir_stream *)dir; in fat_opendir()
/fs/
A Dfs.c181 int (*opendir)(const char *filename, struct fs_dir_stream **dirsp);

Completed in 16 milliseconds