/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | verifier_log.c | 88 * we get -ENOSPC and beginning of the full verifier log. This only in verif_log_subtest() 96 * Long story short, we do the following -ENOSPC test only for in verif_log_subtest() 106 if (!ASSERT_EQ(prog_fd, -ENOSPC, "unexpected_log_fixed_prog_load_result")) { in verif_log_subtest() 141 if (!ASSERT_EQ(prog_fd, -ENOSPC, op_name)) { in verif_log_subtest() 183 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_fixed"); in verif_log_subtest() 194 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_fixed_null"); in verif_log_subtest() 203 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_rolling"); in verif_log_subtest() 214 ASSERT_NEQ(res, -ENOSPC, "prog_load_res_rolling_null"); in verif_log_subtest() 217 /* (FIXED) expect -ENOSPC for one byte short log */ in verif_log_subtest() 223 ASSERT_EQ(res, -ENOSPC, "prog_load_res_too_short_fixed"); in verif_log_subtest() [all …]
|
/openbmc/linux/net/sunrpc/auth_gss/ |
H A D | gss_rpc_xdr.c | 17 return -ENOSPC; in gssx_enc_bool() 28 return -ENOSPC; in gssx_dec_bool() 40 return -ENOSPC; in gssx_enc_buffer() 52 return -ENOSPC; in gssx_enc_in_token() 70 return -ENOSPC; in gssx_dec_buffer() 75 return -ENOSPC; in gssx_dec_buffer() 82 return -ENOSPC; in gssx_dec_buffer() 129 return -ENOSPC; in dummy_enc_opt_array() 144 return -ENOSPC; in dummy_dec_opt_array() 179 return -ENOSPC; in gssx_dec_linux_creds() [all …]
|
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_gem_gtt.c | 53 return -ENOSPC; in i915_gem_gtt_prepare_pages() 94 * Returns: 0 on success, -ENOSPC if no suitable hole is found, -EINTR if 117 if (err != -ENOSPC) in i915_gem_gtt_reserve() 121 return -ENOSPC; in i915_gem_gtt_reserve() 187 * Returns: 0 on success, -ENOSPC if no suitable hole is found, -EINTR if 213 return -ENOSPC; in i915_gem_gtt_insert() 216 return -ENOSPC; in i915_gem_gtt_insert() 237 if (err != -ENOSPC) in i915_gem_gtt_insert() 245 if (err != -ENOSPC) in i915_gem_gtt_insert() 250 return -ENOSPC; in i915_gem_gtt_insert() [all …]
|
/openbmc/u-boot/drivers/usb/common/ |
H A D | fsl-dt-fixup.c | 129 return -ENOSPC; in fsl_fdt_fixup_erratum() 204 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb() 209 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb() 214 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb() 219 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb() 224 if (ret == -ENOSPC) in fsl_fdt_fixup_dr_usb()
|
/openbmc/u-boot/drivers/pwm/ |
H A D | sandbox_pwm.c | 43 return -ENOSPC; in sandbox_pwm_get_config() 60 return -ENOSPC; in sandbox_pwm_set_config() 75 return -ENOSPC; in sandbox_pwm_set_enable() 89 return -ENOSPC; in sandbox_pwm_set_invert()
|
/openbmc/linux/fs/ocfs2/ |
H A D | suballoc.c | 432 if (status != -ENOSPC) in ocfs2_block_group_alloc_contig() 472 if (status != -ENOSPC) in ocfs2_block_group_claim_bits() 515 if (status != -ENOSPC) in ocfs2_block_group_grow_discontig() 533 status = -ENOSPC; in ocfs2_block_group_grow_discontig() 588 status = -ENOSPC; in ocfs2_block_group_alloc_discontig() 611 if (status != -ENOSPC) in ocfs2_block_group_alloc_discontig() 674 if (status != -ENOSPC) in ocfs2_block_group_alloc() 697 if (PTR_ERR(bg_bh) == -ENOSPC) in ocfs2_block_group_alloc() 704 if (status != -ENOSPC) in ocfs2_block_group_alloc() 817 status = -ENOSPC; in ocfs2_reserve_suballoc_bits() [all …]
|
H A D | localalloc.c | 645 status = -ENOSPC; in ocfs2_reserve_local_alloc_bits() 670 if (status != -ENOSPC) in ocfs2_reserve_local_alloc_bits() 679 * here and return -ENOSPC if necessary. in ocfs2_reserve_local_alloc_bits() 681 status = -ENOSPC; in ocfs2_reserve_local_alloc_bits() 736 status = -ENOSPC; in ocfs2_claim_local_alloc_bits() 1052 * ENOSPC and fragmentation are treated similarly for now. in ocfs2_recalc_la_window() 1113 if (status == -ENOSPC) { in ocfs2_local_alloc_reserve_for_window() 1172 if (status == -ENOSPC) { in ocfs2_local_alloc_new_window() 1188 if (status == -ENOSPC) in ocfs2_local_alloc_new_window() 1202 if (status != -ENOSPC) in ocfs2_local_alloc_new_window() [all …]
|
/openbmc/linux/fs/sysv/ |
H A D | balloc.c | 112 goto Enospc; in sysv_new_block() 115 goto Enospc; in sysv_new_block() 124 goto Enospc; in sysv_new_block() 135 goto Enospc; in sysv_new_block() 141 goto Enospc; in sysv_new_block() 154 Enospc: in sysv_new_block()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | sfi.c | 66 return -ENOSPC; in sfi_write_system_header() 82 return -ENOSPC; in sfi_write_cpus() 108 return -ENOSPC; in sfi_write_apic() 122 return -ENOSPC; in sfi_write_xsdt()
|
/openbmc/u-boot/include/ |
H A D | cpu.h | 60 * @return 0 if OK, -ENOSPC if buffer is too small, other -ve on error 87 * @return 0 if OK, -ENOSPC if buffer is too small, other -ve on error 100 * Return: 0 if OK, -ENOSPC if buffer is too small, other -ve on error 127 * Return: 0 if OK, -ENOSPC if buffer is too small, other -ve on error
|
/openbmc/linux/drivers/net/ethernet/microchip/sparx5/ |
H A D | sparx5_pool.c | 49 return -ENOSPC; in sparx5_pool_get() 59 int i, ret = -ENOSPC; in sparx5_pool_get_with_idx() 63 if (e_itr->ref_cnt == 0 && ret == -ENOSPC) in sparx5_pool_get_with_idx()
|
/openbmc/linux/tools/testing/selftests/powerpc/pmu/ebb/ |
H A D | trace.c | 94 return -ENOSPC; in trace_log_reg() 111 return -ENOSPC; in trace_log_counter() 131 return -ENOSPC; in trace_log_string() 148 return -ENOSPC; in trace_log_indent() 161 return -ENOSPC; in trace_log_outdent()
|
/openbmc/linux/fs/ubifs/ |
H A D | budget.c | 114 * Returns %-ENOSPC if it couldn't do more free space, and other negative error 143 if (err != -EAGAIN && err != -ENOSPC) in make_free_space() 153 return -ENOSPC; in make_free_space() 287 * This function returns zero in case of success, and %-ENOSPC in case of 331 return -ENOSPC; in do_budget_space() 340 return -ENOSPC; in do_budget_space() 344 return -ENOSPC; in do_budget_space() 419 * %-ENOSPC if there is no free space and other negative error codes in case of 452 return -ENOSPC; in ubifs_budget_space() 484 } else if (err == -ENOSPC) { in ubifs_budget_space() [all …]
|
/openbmc/u-boot/fs/ubifs/ |
H A D | budget.c | 122 * Returns %-ENOSPC if it couldn't do more free space, and other negative error 151 if (err != -EAGAIN && err != -ENOSPC) in make_free_space() 161 return -ENOSPC; in make_free_space() 298 * This function returns zero in case of success, and %-ENOSPC in case of 342 return -ENOSPC; in do_budget_space() 351 return -ENOSPC; in do_budget_space() 355 return -ENOSPC; in do_budget_space() 430 * %-ENOSPC if there is no free space and other negative error codes in case of 463 return -ENOSPC; in ubifs_budget_space() 495 } else if (err == -ENOSPC) { in ubifs_budget_space() [all …]
|
/openbmc/linux/fs/hpfs/ |
H A D | namei.c | 40 err = -ENOSPC; in hpfs_mkdir() 144 err = -ENOSPC; in hpfs_create() 230 err = -ENOSPC; in hpfs_mknod() 306 err = -ENOSPC; in hpfs_symlink() 400 err = -ENOSPC; in hpfs_unlink() 456 err = -ENOSPC; in hpfs_rmdir() 564 err = -ENOSPC; in hpfs_rename() 572 err = r == 1 ? -ENOSPC : -EFSERROR; in hpfs_rename() 586 err = r == 2 ? -ENOSPC : -EFSERROR; in hpfs_rename()
|
/openbmc/linux/drivers/gpu/drm/i915/selftests/ |
H A D | scatterlist.c | 249 return -ENOSPC; in alloc_table() 301 if (err == -ENOSPC) in igt_sg_alloc() 319 alloc_error = -ENOSPC; in igt_sg_alloc() 343 if (err == -ENOSPC) in igt_sg_trim() 370 alloc_error = -ENOSPC; in igt_sg_trim()
|
/openbmc/webui-vue/src/utilities/ |
H A D | NBDServer.js | 24 const ENOSPC = 28; constant 247 if (err == ENOSPC) { 258 if (offset > Number.MAX_SAFE_INTEGER) return ENOSPC; 259 if (offset + req.length > Number.MAX_SAFE_INTEGER) return ENOSPC; 260 if (offset + req.length > file.size) return ENOSPC;
|
/openbmc/linux/drivers/net/ethernet/pensando/ionic/ |
H A D | ionic_rx_filter.c | 341 * we start max_vlans at 0 until we hit the ENOSPC error. in ionic_lif_filter_add() 348 err = -ENOSPC; in ionic_lif_filter_add() 355 err = -ENOSPC; in ionic_lif_filter_add() 359 if (err != -ENOSPC) in ionic_lif_filter_add() 370 /* If -ENOSPC we won't waste time trying to sync again in ionic_lif_filter_add() 373 if (err != -ENOSPC) in ionic_lif_filter_add() 380 if (err == -ENOSPC && in ionic_lif_filter_add() 389 case -ENOSPC: in ionic_lif_filter_add()
|
/openbmc/u-boot/fs/yaffs2/ |
H A D | yaffs_error.c | 30 { ENOSPC , "ENOSPC"},
|
/openbmc/u-boot/arch/x86/include/asm/ |
H A D | cpu_x86.h | 29 * @return: 0 if OK, -ENOSPC if buffer is too small, other -ve on error 42 * @return: 0 if OK, -ENOSPC if buffer is too small, other -ve on error
|
/openbmc/linux/drivers/nvdimm/ |
H A D | nd_virtio.c | 73 * If virtqueue_add_sgs returns -ENOSPC then req_vq virtual in virtio_pmem_flush() 79 GFP_ATOMIC)) == -ENOSPC) { in virtio_pmem_flush() 93 * virtqueue_add_sgs failed with error different than -ENOSPC, we can't in virtio_pmem_flush()
|
/openbmc/linux/fs/btrfs/ |
H A D | block-rsv.c | 68 * truncate() in order to help users recover from ENOSPC conditions. 99 * ENOSPC from btrfs_use_block_rsv() to signal that we need to unwind and try 234 int ret = -ENOSPC; in btrfs_block_rsv_check() 249 int ret = -ENOSPC; in btrfs_block_rsv_refill() 299 int ret = -ENOSPC; in btrfs_block_rsv_use_bytes() 538 * pessimistic, so instead of possibly having an ENOSPC abort here, try in btrfs_use_block_rsv() 562 ret = -ENOSPC; in btrfs_check_trunc_cache_free_space()
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | spin_table.c | 51 return -ENOSPC; in spin_table_update_dt() 56 return -ENOSPC; in spin_table_update_dt()
|
/openbmc/u-boot/arch/x86/cpu/ |
H A D | cpu_x86.c | 34 return -ENOSPC; in cpu_x86_get_vendor() 46 return -ENOSPC; in cpu_x86_get_desc()
|
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 248 | 4 # Test resume mirror after auto pause on ENOSPC 56 on_target_error='enospc')
|