Home
last modified time | relevance | path

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

/linux-4.1.27/fs/ext4/
Dioctl.c209 long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext4_ioctl() function
755 err = ext4_ioctl(file, EXT4_IOC_GROUP_ADD, in ext4_compat_ioctl()
771 return ext4_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in ext4_compat_ioctl()
Dfile.c639 .unlocked_ioctl = ext4_ioctl,
Ddir.c638 .unlocked_ioctl = ext4_ioctl,
Dext4.h2339 extern long ext4_ioctl(struct file *, unsigned int, unsigned long);