Lines Matching refs:cmd
1224 static long __ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in __ext4_ioctl() argument
1230 ext4_debug("cmd = %u, arg = %lu\n", cmd, arg); in __ext4_ioctl()
1232 switch (cmd) { in __ext4_ioctl()
1616 long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext4_ioctl() argument
1618 return __ext4_ioctl(filp, cmd, arg); in ext4_ioctl()
1622 long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext4_compat_ioctl() argument
1625 switch (cmd) { in ext4_compat_ioctl()
1627 cmd = EXT4_IOC_GETVERSION; in ext4_compat_ioctl()
1630 cmd = EXT4_IOC_SETVERSION; in ext4_compat_ioctl()
1633 cmd = EXT4_IOC_GROUP_EXTEND; in ext4_compat_ioctl()
1636 cmd = EXT4_IOC_GETVERSION_OLD; in ext4_compat_ioctl()
1639 cmd = EXT4_IOC_SETVERSION_OLD; in ext4_compat_ioctl()
1642 cmd = EXT4_IOC_GETRSVSZ; in ext4_compat_ioctl()
1645 cmd = EXT4_IOC_SETRSVSZ; in ext4_compat_ioctl()
1694 return ext4_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in ext4_compat_ioctl()