Searched full:enospc (Results 1 – 25 of 51) sorted by relevance
123
/qemu/tests/qemu-iotests/ |
H A D | 248 | 4 # Test resume mirror after auto pause on ENOSPC 56 on_target_error='enospc')
|
H A D | 248.out | 3 {"execute": "blockdev-mirror", "arguments": {"device": "drive0", "on-target-error": "enospc", "sync…
|
H A D | 020 | 122 # ENOSPC so we can distinguish the result from some generic EIO which may be
|
H A D | 026 | 139 # This one takes a while, so let's test only one error code (ENOSPC should
|
H A D | 030 | 775 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 D | common.c | 201 return "ENOSPC"; in nbd_err_lookup() 231 ret = ENOSPC; in nbd_errno_to_system_errno()
|
/qemu/docs/devel/testing/ |
H A D | blkdebug.rst | 11 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 D | qemu-img-close-errors | 48 # The error we are going to use is ENOSPC. Depending on how many bitmaps we
|
/qemu/include/hw/xen/interface/io/ |
H A D | xs_wire.h | 69 XSD_ERROR(ENOSPC),
|
/qemu/hw/virtio/ |
H A D | vhost-shadow-virtqueue.c | 268 * 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 D | blockjob.c | 407 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.yml | 40 ENOSPC:
|
/qemu/scsi/ |
H A D | utils.c | 417 return ENOSPC; in scsi_sense_to_errno() 621 case ENOSPC: in scsi_sense_from_errno()
|
/qemu/block/ |
H A D | nvme.c | 1080 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 D | io_uring.c | 205 ret = -ENOSPC; in luring_process_completions()
|
H A D | qcow2-cache.c | 251 if (ret < 0 && result != -ENOSPC) { in qcow2_cache_write()
|
H A D | linux-aio.c | 94 ret = -ENOSPC; in qemu_laio_process_completion()
|
H A D | raw-format.c | 198 return is_write ? -ENOSPC : -EINVAL; in raw_adjust_offset()
|
H A D | block-backend.c | 1251 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 D | simple.c | 227 return -ENOSPC; in trace_record_start()
|
/qemu/target/xtensa/ |
H A D | xtensa-semi.c | 133 case ENOSPC: return TARGET_ENOSPC; in errno_h2g()
|
/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 555 return ENOSPC; in xs_node_set_perms() 665 err = ENOSPC; in xs_node_walk() 944 return ENOSPC; in xs_impl_transaction_start()
|
H A D | xen_evtchn.c | 1032 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 D | xics_kvm.c | 170 if (errno == ENOSPC) { in icp_kvm_realize()
|
/qemu/hw/block/ |
H A D | swim.c | 236 * 'enospc' is the default for -drive, 'report' is what blk_new() gives us in swim_drive_realize()
|
123