Home
last modified time | relevance | path

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

/linux-4.19.296/fs/ext2/
Dioctl.c21 long ext2_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext2_ioctl() function
186 return ext2_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in ext2_compat_ioctl()
Dfile.c187 .unlocked_ioctl = ext2_ioctl,
Dext2.h775 extern long ext2_ioctl(struct file *, unsigned int, unsigned long);
Ddir.c722 .unlocked_ioctl = ext2_ioctl,