Home
last modified time | relevance | path

Searched refs:compat_dirent (Results 1 – 2 of 2) sorted by relevance

/fs/fat/
Ddir.c822 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2])
823 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2])
825 FAT_IOCTL_FILLDIR_FUNC(fat_compat_ioctl_filldir, compat_dirent) in FAT_IOCTL_FILLDIR_FUNC() argument
831 struct compat_dirent __user *d1 = compat_ptr(arg); in FAT_IOCTL_FILLDIR_FUNC()
847 if (!access_ok(d1, sizeof(struct compat_dirent[2]))) in FAT_IOCTL_FILLDIR_FUNC()
/fs/
Dcompat_ioctl.c897 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2])
898 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2])