Lines Matching defs:space_args
2997 struct btrfs_ioctl_space_args space_args = { 0 };
3015 if (copy_from_user(&space_args,
3017 sizeof(space_args)))
3048 if (space_args.space_slots == 0) {
3049 space_args.total_spaces = slot_count;
3053 slot_count = min_t(u64, space_args.space_slots, slot_count);
3063 space_args.total_spaces = 0;
3093 space_args.total_spaces++;
3114 space_args.total_spaces++;
3125 if (ret == 0 && copy_to_user(arg, &space_args, sizeof(space_args)))