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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/ext4/
H A Dioctl.c21 long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) function
394 err = ext4_ioctl(file, EXT4_IOC_GROUP_ADD,
404 return ext4_ioctl(file, cmd, (unsigned long) compat_ptr(arg));
H A Dfile.c139 .unlocked_ioctl = ext4_ioctl,
H A Ddir.c45 .unlocked_ioctl = ext4_ioctl,
H A Dext4.h1670 extern long ext4_ioctl(struct file *, unsigned int, unsigned long);

Completed in 111 milliseconds