Searched refs:compat_dirent (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/fs/fat/ |
H A D | dir.c | 820 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) 821 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) 823 FAT_IOCTL_FILLDIR_FUNC(fat_compat_ioctl_filldir, compat_dirent) 829 struct compat_dirent __user *d1 = compat_ptr(arg); in fat_compat_dir_ioctl()
|
/kernel/linux/linux-6.6/fs/fat/ |
H A D | dir.c | 820 #define VFAT_IOCTL_READDIR_BOTH32 _IOR('r', 1, struct compat_dirent[2]) 821 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) 823 FAT_IOCTL_FILLDIR_FUNC(fat_compat_ioctl_filldir, compat_dirent) 829 struct compat_dirent __user *d1 = compat_ptr(arg); in fat_compat_dir_ioctl()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | compat.h | 286 struct compat_dirent { struct
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | compat.h | 316 struct compat_dirent { struct
|
Completed in 7 milliseconds