compat_dirent 897 fs/compat_ioctl.c #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) compat_dirent 898 fs/compat_ioctl.c #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) compat_dirent 822 fs/fat/dir.c #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) compat_dirent 823 fs/fat/dir.c #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) compat_dirent 825 fs/fat/dir.c FAT_IOCTL_FILLDIR_FUNC(fat_compat_ioctl_filldir, compat_dirent) compat_dirent 831 fs/fat/dir.c struct compat_dirent __user *d1 = compat_ptr(arg); compat_dirent 847 fs/fat/dir.c if (!access_ok(d1, sizeof(struct compat_dirent[2])))