Lines Matching defs:space_args
3537 struct btrfs_ioctl_space_args space_args = { 0 };
3555 if (copy_from_user(&space_args,
3557 sizeof(space_args)))
3588 if (space_args.space_slots == 0) {
3589 space_args.total_spaces = slot_count;
3593 slot_count = min_t(u64, space_args.space_slots, slot_count);
3603 space_args.total_spaces = 0;
3633 space_args.total_spaces++;
3654 space_args.total_spaces++;
3665 if (ret == 0 && copy_to_user(arg, &space_args, sizeof(space_args)))