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