Home
last modified time | relevance | path

Searched refs:enospc (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D248.out3 {"execute": "blockdev-mirror", "arguments": {"device": "drive0", "on-target-error": "enospc", "sync…
/openbmc/linux/net/ipv4/
H A Dtcp_bpf.c384 bool cork = false, enospc = sk_msg_full(msg), redir_ingress; in tcp_bpf_send_verdict() local
403 msg->cork_bytes > msg->sg.size && !enospc) { in tcp_bpf_send_verdict()
514 bool enospc = false; in tcp_bpf_sendmsg() local
537 enospc = true; in tcp_bpf_sendmsg()
554 if (psock->cork_bytes && !enospc) in tcp_bpf_sendmsg()
/openbmc/linux/drivers/gpu/drm/i915/gem/selftests/
H A Di915_gem_mman.c664 int enospc = HAS_LMEM(i915) ? -ENXIO : -ENOSPC; in igt_mmap_offset_exhaustion() local
715 if (!assert_mmap_offset(i915, 2 * PAGE_SIZE, enospc)) { in igt_mmap_offset_exhaustion()
735 if (!assert_mmap_offset(i915, PAGE_SIZE, enospc)) { in igt_mmap_offset_exhaustion()
/openbmc/linux/fs/f2fs/
H A Df2fs.h2332 goto enospc; in inc_valid_block_count()
2340 goto enospc; in inc_valid_block_count()
2354 enospc: in inc_valid_block_count()
2640 goto enospc; in inc_valid_node_count()
2649 goto enospc; in inc_valid_node_count()
2655 goto enospc; in inc_valid_node_count()
2672 enospc: in inc_valid_node_count()
/openbmc/linux/net/tls/
H A Dtls_sw.c852 bool enospc, policy, redir_ingress; in bpf_exec_tx_verdict() local
870 enospc = sk_msg_full(msg); in bpf_exec_tx_verdict()
877 !enospc && !full_record) { in bpf_exec_tx_verdict()
/openbmc/qemu/qapi/
H A Dblock-core.json1294 # @enospc: same as @stop on ENOSPC, same as @report otherwise.
1304 'data': ['report', 'ignore', 'enospc', 'stop', 'auto'] }
1589 # default 'report'. 'stop' and 'enospc' can only be used if the
2186 # default 'report'. 'stop' and 'enospc' can only be used if the
2507 # default 'report'. 'stop' and 'enospc' can only be used if the
2836 # and 'enospc' can only be used if the block device supports
/openbmc/qemu/
H A Dqemu-options.hx1524 " [,werror=ignore|stop|report|enospc][,id=name]\n"
1609 "enospc" (pause QEMU only if the host disk is full; report the
1611 ``werror=enospc`` and ``rerror=report``.