Home
last modified time | relevance | path

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

/Linux-v5.4/fs/
Dcompat_ioctl.c898 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) macro
901 IGNORE_IOCTL(VFAT_IOCTL_READDIR_SHORT32)
/Linux-v5.4/fs/fat/
Ddir.c823 #define VFAT_IOCTL_READDIR_SHORT32 _IOR('r', 2, struct compat_dirent[2]) macro
835 case VFAT_IOCTL_READDIR_SHORT32: in FAT_IOCTL_FILLDIR_FUNC()