Lines Matching refs:cmd
823 static long __ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in __ext4_ioctl() argument
830 ext4_debug("cmd = %u, arg = %lu\n", cmd, arg); in __ext4_ioctl()
832 switch (cmd) { in __ext4_ioctl()
1332 long ext4_ioctl(struct file *filp, unsigned int cmd, unsigned long arg) in ext4_ioctl() argument
1334 return __ext4_ioctl(filp, cmd, arg); in ext4_ioctl()
1338 long ext4_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in ext4_compat_ioctl() argument
1341 switch (cmd) { in ext4_compat_ioctl()
1343 cmd = FS_IOC_GETFLAGS; in ext4_compat_ioctl()
1346 cmd = FS_IOC_SETFLAGS; in ext4_compat_ioctl()
1349 cmd = EXT4_IOC_GETVERSION; in ext4_compat_ioctl()
1352 cmd = EXT4_IOC_SETVERSION; in ext4_compat_ioctl()
1355 cmd = EXT4_IOC_GROUP_EXTEND; in ext4_compat_ioctl()
1358 cmd = EXT4_IOC_GETVERSION_OLD; in ext4_compat_ioctl()
1361 cmd = EXT4_IOC_SETVERSION_OLD; in ext4_compat_ioctl()
1364 cmd = EXT4_IOC_GETRSVSZ; in ext4_compat_ioctl()
1367 cmd = EXT4_IOC_SETRSVSZ; in ext4_compat_ioctl()
1413 return ext4_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in ext4_compat_ioctl()