Searched refs:compat_dirent (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/fs/fat/ |
D | dir.c | 815 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) 816 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) 818 FAT_IOCTL_FILLDIR_FUNC(fat_compat_ioctl_filldir, compat_dirent) in FAT_IOCTL_FILLDIR_FUNC() argument 824 struct compat_dirent __user *d1 = compat_ptr(arg); in FAT_IOCTL_FILLDIR_FUNC() 840 if (!access_ok(VERIFY_WRITE, d1, sizeof(struct compat_dirent[2]))) in FAT_IOCTL_FILLDIR_FUNC()
|
/linux-4.1.27/fs/ |
D | compat_ioctl.c | 1408 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) 1409 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2])
|
/linux-4.1.27/include/linux/ |
D | compat.h | 205 struct compat_dirent { struct
|