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