exfat_ioctl
.unlocked_ioctl = exfat_ioctl,
long exfat_ioctl(struct file *filp, unsigned int cmd, unsigned long arg);
return exfat_ioctl(filp, cmd, (unsigned long)compat_ptr(arg));