Searched refs:enospc (Results 1 – 7 of 7) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 248.out | 3 {"execute": "blockdev-mirror", "arguments": {"device": "drive0", "on-target-error": "enospc", "sync…
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_bpf.c | 387 bool cork = false, enospc = sk_msg_full(msg), redir_ingress; in tcp_bpf_send_verdict() local 406 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 D | i915_gem_mman.c | 664 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 D | f2fs.h | 2336 goto enospc; in inc_valid_block_count() 2344 goto enospc; in inc_valid_block_count() 2358 enospc: in inc_valid_block_count() 2648 goto enospc; in inc_valid_node_count() 2657 goto enospc; in inc_valid_node_count() 2663 goto enospc; in inc_valid_node_count() 2680 enospc: in inc_valid_node_count()
|
/openbmc/linux/net/tls/ |
H A D | tls_sw.c | 852 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 D | block-core.json | 1294 # @enospc: same as @stop on ENOSPC, same as @report otherwise. 1304 'data': ['report', 'ignore', 'enospc', 'stop', 'auto'] } 1594 # default 'report'. 'stop' and 'enospc' can only be used if the 2190 # default 'report'. 'stop' and 'enospc' can only be used if the 2510 # default 'report'. 'stop' and 'enospc' can only be used if the 2839 # and 'enospc' can only be used if the block device supports
|
/openbmc/qemu/ |
H A D | qemu-options.hx | 1524 " [,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``.
|