Searched refs:compat_dirent (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/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-v4.19/fs/ |
D | compat_ioctl.c | 1244 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) 1245 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2])
|
/Linux-v4.19/include/linux/ |
D | compat.h | 334 struct compat_dirent { struct
|