Searched refs:ext4_ioctl (Results 1 – 4 of 4) sorted by relevance
/fs/ext4/ |
D | ioctl.c | 205 long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext4_ioctl() function 770 err = ext4_ioctl(file, EXT4_IOC_GROUP_ADD, in ext4_compat_ioctl() 785 return ext4_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in ext4_compat_ioctl()
|
D | dir.c | 650 .unlocked_ioctl = ext4_ioctl,
|
D | file.c | 729 .unlocked_ioctl = ext4_ioctl,
|
D | ext4.h | 2558 extern long ext4_ioctl(struct file *, unsigned int, unsigned long);
|