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