Home
last modified time | relevance | path

Searched full:enospc (Results 1 – 25 of 51) sorted by relevance

123

/qemu/tests/qemu-iotests/
H A D2484 # Test resume mirror after auto pause on ENOSPC
56 on_target_error='enospc')
H A D248.out3 {"execute": "blockdev-mirror", "arguments": {"device": "drive0", "on-target-error": "enospc", "sync…
H A D020122 # ENOSPC so we can distinguish the result from some generic EIO which may be
H A D026139 # This one takes a while, so let's test only one error code (ENOSPC should
H A D030775 self.vm.cmd('block-stream', device='drive0', on_error='enospc')
820 self.vm.cmd('block-stream', device='drive0', on_error='enospc')
/qemu/nbd/
H A Dcommon.c201 return "ENOSPC"; in nbd_err_lookup()
231 ret = ENOSPC; in nbd_errno_to_system_errno()
/qemu/docs/devel/testing/
H A Dblkdebug.rst11 used to exercise error code paths in block drivers including ``ENOSPC`` (out of
45 This rule fails all aio read requests with ``ENOSPC`` (28). Note that the errno
/qemu/tests/qemu-iotests/tests/
H A Dqemu-img-close-errors48 # The error we are going to use is ENOSPC. Depending on how many bitmaps we
/qemu/include/hw/xen/interface/io/
H A Dxs_wire.h69 XSD_ERROR(ENOSPC),
/qemu/hw/virtio/
H A Dvhost-shadow-virtqueue.c268 * Return -EINVAL if element is invalid, -ENOSPC if dev queue is full
280 return -ENOSPC; in vhost_svq_add()
346 if (r == -ENOSPC) { in vhost_handle_guest_kick()
/qemu/
H A Dblockjob.c407 job->iostatus = error == ENOSPC ? BLOCK_DEVICE_IO_STATUS_NOSPACE : in block_job_iostatus_set_err_locked()
593 action = (error == ENOSPC) ? in block_job_error_action()
H A D.patchew.yml40 ENOSPC:
/qemu/scsi/
H A Dutils.c417 return ENOSPC; in scsi_sense_to_errno()
621 case ENOSPC: in scsi_sense_from_errno()
/qemu/block/
H A Dnvme.c1080 if (r == -ENOSPC) { in nvme_cmd_map_qiov()
1083 * ioctl returns -ENOSPC to signal the user exhausted the DMA in nvme_cmd_map_qiov()
1089 * for the -ENOMEM error, so we directly replace -ENOSPC by in nvme_cmd_map_qiov()
1090 * -ENOMEM. Beside, -ENOSPC has a specific meaning for blockdev in nvme_cmd_map_qiov()
H A Dio_uring.c205 ret = -ENOSPC; in luring_process_completions()
H A Dqcow2-cache.c251 if (ret < 0 && result != -ENOSPC) { in qcow2_cache_write()
H A Dlinux-aio.c94 ret = -ENOSPC; in qemu_laio_process_completion()
H A Draw-format.c198 return is_write ? -ENOSPC : -EINVAL; in raw_adjust_offset()
H A Dblock-backend.c1251 blk->iostatus = error == ENOSPC ? BLOCK_DEVICE_IO_STATUS_NOSPACE : in blk_iostatus_set_err()
2135 return (error == ENOSPC) ? in blk_get_error_action()
2161 error == ENOSPC, strerror(error)); in send_qmp_error_event()
/qemu/trace/
H A Dsimple.c227 return -ENOSPC; in trace_record_start()
/qemu/target/xtensa/
H A Dxtensa-semi.c133 case ENOSPC: return TARGET_ENOSPC; in errno_h2g()
/qemu/hw/i386/kvm/
H A Dxenstore_impl.c555 return ENOSPC; in xs_node_set_perms()
665 err = ENOSPC; in xs_node_walk()
944 return ENOSPC; in xs_impl_transaction_start()
H A Dxen_evtchn.c1032 return -ENOSPC; in allocate_port()
1602 return -ENOSPC; in allocate_pirq()
2105 ret = -ENOSPC; in xen_be_evtchn_bind_interdomain()
/qemu/hw/intc/
H A Dxics_kvm.c170 if (errno == ENOSPC) { in icp_kvm_realize()
/qemu/hw/block/
H A Dswim.c236 * 'enospc' is the default for -drive, 'report' is what blk_new() gives us in swim_drive_realize()

123