Searched refs:compat_dirent (Results 1 – 3 of 3) sorted by relevance
/linux-4.19.296/fs/fat/ |
D | dir.c | 821 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) 822 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) 824 FAT_IOCTL_FILLDIR_FUNC(fat_compat_ioctl_filldir, compat_dirent) in FAT_IOCTL_FILLDIR_FUNC() argument 830 struct compat_dirent __user *d1 = compat_ptr(arg); in FAT_IOCTL_FILLDIR_FUNC() 846 if (!access_ok(VERIFY_WRITE, d1, sizeof(struct compat_dirent[2]))) in FAT_IOCTL_FILLDIR_FUNC()
|
/linux-4.19.296/fs/ |
D | compat_ioctl.c | 1243 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) 1244 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2])
|
/linux-4.19.296/include/linux/ |
D | compat.h | 337 struct compat_dirent { struct
|