Home
last modified time | relevance | path

Searched refs:dentp (Results 1 – 7 of 7) sorted by relevance

/fs/ext4/
A Dext4fs.c243 int ext4fs_readdir(struct fs_dir_stream *fs_dirs, struct fs_dirent **dentp) in ext4fs_readdir() argument
254 *dentp = NULL; in ext4fs_readdir()
328 *dentp = dent; in ext4fs_readdir()
/fs/erofs/
A Dfs.c120 int erofs_readdir(struct fs_dir_stream *fs_dirs, struct fs_dirent **dentp) in erofs_readdir() argument
188 *dentp = dent; in erofs_readdir()
/fs/exfat/
A Dio.c750 int exfat_fs_readdir(struct fs_dir_stream *fs_dirs, struct fs_dirent **dentp) in exfat_fs_readdir() argument
774 *dentp = dent; in exfat_fs_readdir()
783 *dentp = dent; in exfat_fs_readdir()
791 *dentp = NULL; in exfat_fs_readdir()
808 *dentp = dent; in exfat_fs_readdir()
/fs/squashfs/
A Dsqfs.c32 static int sqfs_readdir_nest(struct fs_dir_stream *fs_dirs, struct fs_dirent **dentp);
1011 int sqfs_readdir(struct fs_dir_stream *fs_dirs, struct fs_dirent **dentp) in sqfs_readdir() argument
1014 return sqfs_readdir_nest(fs_dirs, dentp); in sqfs_readdir()
1017 static int sqfs_readdir_nest(struct fs_dir_stream *fs_dirs, struct fs_dirent **dentp) in sqfs_readdir_nest() argument
1031 *dentp = NULL; in sqfs_readdir_nest()
1035 dent = &dirs->dentp; in sqfs_readdir_nest()
1041 *dentp = NULL; in sqfs_readdir_nest()
1129 *dentp = dent; in sqfs_readdir_nest()
A Dsqfs_filesystem.h252 struct fs_dirent dentp; member
/fs/fat/
A Dfat.c1385 int fat_readdir(struct fs_dir_stream *dirs, struct fs_dirent **dentp) in fat_readdir() argument
1411 *dentp = dent; in fat_readdir()
/fs/
A Dfs.c187 int (*readdir)(struct fs_dir_stream *dirs, struct fs_dirent **dentp);

Completed in 16 milliseconds