Searched refs:ext2_ioctl (Results 1 - 4 of 4) sorted by relevance

/linux-master/fs/ext2/
H A Dioctl.c54 long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) function
157 return ext2_ioctl(file, cmd, (unsigned long) compat_ptr(arg));
H A Dfile.c309 .unlocked_ioctl = ext2_ioctl,
H A Ddir.c711 .unlocked_ioctl = ext2_ioctl,
H A Dext2.h755 extern long ext2_ioctl(struct file *, unsigned int, unsigned long);

Completed in 206 milliseconds