Home
last modified time | relevance | path

Searched refs:__fat_dirent (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/uapi/linux/
Dmsdos_fs.h95 struct __fat_dirent { struct
105 #define VFAT_IOCTL_READDIR_BOTH _IOR('r', 1, struct __fat_dirent[2]) argument
106 #define VFAT_IOCTL_READDIR_SHORT _IOR('r', 2, struct __fat_dirent[2])
/linux-4.19.296/fs/fat/
Ddir.c758 FAT_IOCTL_FILLDIR_FUNC(fat_ioctl_filldir, __fat_dirent) in FAT_IOCTL_FILLDIR_FUNC() argument
790 struct __fat_dirent __user *d1 = (struct __fat_dirent __user *)arg; in fat_dir_ioctl()
806 if (!access_ok(VERIFY_WRITE, d1, sizeof(struct __fat_dirent[2]))) in fat_dir_ioctl()