Home
last modified time | relevance | path

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

/linux-4.19.296/fs/
Dcompat_ioctl.c1244 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) macro
1247 IGNORE_IOCTL(VFAT_IOCTL_READDIR_SHORT32)
/linux-4.19.296/fs/fat/
Ddir.c822 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) macro
834 case VFAT_IOCTL_READDIR_SHORT32: in FAT_IOCTL_FILLDIR_FUNC()