Searched refs:compat_dirent (Results 1 – 2 of 2) sorted by relevance
/fs/fat/ |
D | dir.c | 804 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) 805 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) 807 FAT_IOCTL_FILLDIR_FUNC(fat_compat_ioctl_filldir, compat_dirent) in FAT_IOCTL_FILLDIR_FUNC() argument 813 struct compat_dirent __user *d1 = compat_ptr(arg); in FAT_IOCTL_FILLDIR_FUNC() 829 if (!access_ok(VERIFY_WRITE, d1, sizeof(struct compat_dirent[2]))) in FAT_IOCTL_FILLDIR_FUNC()
|
/fs/ |
D | compat_ioctl.c | 2717 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) 2718 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2])
|