Lines Matching refs:cmd
3807 switch (p->cmd) { in btrfs_ioctl_dev_replace()
4136 static long btrfs_ioctl_balance_ctl(struct btrfs_fs_info *fs_info, int cmd) in btrfs_ioctl_balance_ctl() argument
4141 switch (cmd) { in btrfs_ioctl_balance_ctl()
4205 switch (sa->cmd) { in btrfs_ioctl_quota_ctl()
4880 cmd, unsigned long arg) in btrfs_ioctl()
4887 switch (cmd) { in btrfs_ioctl()
5033 long btrfs_compat_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in btrfs_compat_ioctl() argument
5039 switch (cmd) { in btrfs_compat_ioctl()
5041 cmd = FS_IOC_GETFLAGS; in btrfs_compat_ioctl()
5044 cmd = FS_IOC_SETFLAGS; in btrfs_compat_ioctl()
5047 cmd = FS_IOC_GETVERSION; in btrfs_compat_ioctl()
5051 return btrfs_ioctl(file, cmd, (unsigned long) compat_ptr(arg)); in btrfs_compat_ioctl()