Home
last modified time | relevance | path

Searched refs:ENOSPC (Results 1 – 200 of 638) sorted by relevance

1234

/linux-4.1.27/net/sunrpc/auth_gss/
Dgss_rpc_xdr.c30 return -ENOSPC; in gssx_enc_bool()
41 return -ENOSPC; in gssx_dec_bool()
53 return -ENOSPC; in gssx_enc_buffer()
65 return -ENOSPC; in gssx_enc_in_token()
83 return -ENOSPC; in gssx_dec_buffer()
88 return -ENOSPC; in gssx_dec_buffer()
95 return -ENOSPC; in gssx_dec_buffer()
142 return -ENOSPC; in dummy_enc_opt_array()
157 return -ENOSPC; in dummy_dec_opt_array()
192 return -ENOSPC; in gssx_dec_linux_creds()
[all …]
/linux-4.1.27/tools/testing/selftests/powerpc/pmu/ebb/
Dtrace.c94 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()
/linux-4.1.27/drivers/net/ethernet/intel/ixgbe/
Dixgbe_debugfs.c63 return -ENOSPC; in ixgbe_dbg_reg_ops_read()
90 return -ENOSPC; in ixgbe_dbg_reg_ops_write()
168 return -ENOSPC; in ixgbe_dbg_netdev_ops_read()
195 return -ENOSPC; in ixgbe_dbg_netdev_ops_write()
/linux-4.1.27/fs/ocfs2/
Dsuballoc.c466 if (status != -ENOSPC) in ocfs2_block_group_alloc_contig()
506 if (status != -ENOSPC) in ocfs2_block_group_claim_bits()
549 if (status != -ENOSPC) in ocfs2_block_group_grow_discontig()
567 status = -ENOSPC; in ocfs2_block_group_grow_discontig()
622 status = -ENOSPC; in ocfs2_block_group_alloc_discontig()
645 if (status != -ENOSPC) in ocfs2_block_group_alloc_discontig()
708 if (status != -ENOSPC) in ocfs2_block_group_alloc()
731 if (IS_ERR(bg_bh) && (PTR_ERR(bg_bh) == -ENOSPC)) in ocfs2_block_group_alloc()
738 if (status != -ENOSPC) in ocfs2_block_group_alloc()
851 status = -ENOSPC; in ocfs2_reserve_suballoc_bits()
[all …]
Dlocalalloc.c658 status = -ENOSPC; in ocfs2_reserve_local_alloc_bits()
685 if (status != -ENOSPC) in ocfs2_reserve_local_alloc_bits()
696 status = -ENOSPC; in ocfs2_reserve_local_alloc_bits()
751 status = -ENOSPC; in ocfs2_claim_local_alloc_bits()
1129 if (status == -ENOSPC) { in ocfs2_local_alloc_reserve_for_window()
1188 if (status == -ENOSPC) { in ocfs2_local_alloc_new_window()
1204 if (status == -ENOSPC) in ocfs2_local_alloc_new_window()
1218 if (status != -ENOSPC) in ocfs2_local_alloc_new_window()
1269 if (status != -ENOSPC) in ocfs2_local_alloc_slide_window()
1318 if (status != -ENOSPC) in ocfs2_local_alloc_slide_window()
Ddir.c1754 retval = -ENOSPC; in __ocfs2_add_entry()
3272 if (status != -ENOSPC) in ocfs2_extend_dir()
3280 if (status != -ENOSPC) in ocfs2_extend_dir()
3439 ret = -ENOSPC; in ocfs2_find_dir_space_id()
3472 status = -ENOSPC; in ocfs2_find_dir_space_el()
3607 return -ENOSPC; in ocfs2_dx_dir_find_leaf_split()
3757 return -ENOSPC; in ocfs2_dx_dir_rebalance()
3784 if (ret != -ENOSPC) in ocfs2_dx_dir_rebalance()
3962 ret = -ENOSPC; in ocfs2_find_dir_space_dx()
3970 if (ret != -ENOSPC) in ocfs2_find_dir_space_dx()
[all …]
Dmmap.c110 if (ret != -ENOSPC) in __ocfs2_page_mkwrite()
Dslot_map.c242 return -ENOSPC; in ocfs2_slot_map_physical_size()
270 int i, ret = -ENOSPC; in __ocfs2_find_empty_slot()
Dnamei.c307 if (status != -ENOSPC) in ocfs2_mknod()
350 if (status != -ENOSPC) in ocfs2_mknod()
357 if (status != -ENOSPC) in ocfs2_mknod()
1816 if (status != -ENOSPC) in ocfs2_symlink()
1855 if (status != -ENOSPC) in ocfs2_symlink()
1908 if (status != -ENOSPC && status != -EINTR) { in ocfs2_symlink()
1913 status = -ENOSPC; in ocfs2_symlink()
2396 if (ret != -ENOSPC) in ocfs2_prep_new_orphaned_file()
2470 if (status != -ENOSPC) in ocfs2_create_inode_in_orphan()
Dxattr.c746 if (status != -ENOSPC) in ocfs2_xattr_extend_allocation()
1426 return -ENOSPC; in ocfs2_xa_check_space_helper()
1776 return -ENOSPC; in ocfs2_xa_bucket_check_space()
2240 if (ret != -ENOSPC) in ocfs2_xa_set()
2716 ret = -ENOSPC; in ocfs2_xattr_ibody_init()
2768 return -ENOSPC; in ocfs2_xattr_ibody_set()
2774 if (ret != -ENOSPC) in ocfs2_xattr_ibody_set()
2784 if (ret != -ENOSPC) in ocfs2_xattr_ibody_set()
2975 else if ((ret != -ENOSPC) || ctxt->set_abort) in ocfs2_xattr_block_set()
3340 } else if ((ret == -ENOSPC) && !ctxt->set_abort) { in __ocfs2_xattr_set_handle()
[all …]
/linux-4.1.27/fs/afs/
Dmisc.c38 case VDISKFULL: return -ENOSPC; in afs_abort_to_error()
58 case 0x2f6df1b: return -ENOSPC; in afs_abort_to_error()
/linux-4.1.27/fs/ubifs/
Dbudget.c158 if (err != -EAGAIN && err != -ENOSPC) in make_free_space()
168 return -ENOSPC; in make_free_space()
347 return -ENOSPC; in do_budget_space()
356 return -ENOSPC; in do_budget_space()
360 return -ENOSPC; in do_budget_space()
468 return -ENOSPC; in ubifs_budget_space()
500 } else if (err == -ENOSPC) { in ubifs_budget_space()
Dfind.c176 return ERR_PTR(-ENOSPC); in scan_for_dirty()
456 return ERR_PTR(-ENOSPC); in do_find_free_space()
704 err = -ENOSPC; in ubifs_find_free_leb_for_idx()
866 return -ENOSPC; in find_dirty_idx_leb()
934 return -ENOSPC; in find_dirtiest_idx_leb()
976 if (err == -ENOSPC) in ubifs_find_dirty_idx_leb()
980 if (err == -ENOSPC) in ubifs_find_dirty_idx_leb()
Dgc.c698 ret = -ENOSPC; in ubifs_garbage_collect()
711 if (ret == -ENOSPC) in ubifs_garbage_collect()
801 if (ret == -ENOSPC && !list_empty(&c->idx_gc)) { in ubifs_garbage_collect()
820 ubifs_assert(ret != -ENOSPC && ret != -EAGAIN); in ubifs_garbage_collect()
977 return -ENOSPC; in ubifs_get_idx_gc_leb()
Dtnc_commit.c377 if (err != -ENOSPC) { in layout_in_gaps()
445 return -ENOSPC; in layout_in_empty_space()
686 return -ENOSPC; in alloc_idx_lebs()
753 if (err == -ENOSPC) in ubifs_tnc_start_commit()
Djournal.c148 if (err != -ENOSPC) in reserve_space()
162 if (err != -ENOSPC) in reserve_space()
334 if (err == -ENOSPC) { in make_reservation()
367 err = -ENOSPC; in make_reservation()
385 if (err == -ENOSPC) { in make_reservation()
Dxattr.c113 return -ENOSPC; in create_xattr()
125 return -ENOSPC; in create_xattr()
/linux-4.1.27/lib/
Dflex_array.c206 return -ENOSPC; in flex_array_put()
237 return -ENOSPC; in flex_array_clear()
280 return -ENOSPC; in flex_array_prealloc()
287 return -ENOSPC; in flex_array_prealloc()
Didr.c266 return -ENOSPC; in sub_alloc()
462 return -ENOSPC; in idr_alloc()
469 return -ENOSPC; in idr_alloc()
494 if (id == -ENOSPC) in idr_alloc_cyclic()
948 return -ENOSPC; in ida_get_new_above()
982 return -ENOSPC; in ida_get_new_above()
1104 ret = -ENOSPC; in ida_simple_get()
Dtest_firmware.c59 return -ENOSPC; in trigger_request_store()
Dpercpu_ida.c116 int tag = -ENOSPC; in alloc_local_tag()
/linux-4.1.27/drivers/gpu/drm/i915/
Di915_gem_evict.c149 return -ENOSPC; in i915_gem_evict_something()
165 return intel_has_pending_fb_unpin(dev) ? -EAGAIN : -ENOSPC; in i915_gem_evict_something()
265 return -ENOSPC; in i915_gem_evict_everything()
/linux-4.1.27/net/netfilter/
Dnf_conntrack_labels.c39 return -ENOSPC; in nf_connlabel_set()
72 return -ENOSPC; in nf_connlabels_replace()
Dnf_log.c346 return -ENOSPC; in seq_show()
358 return -ENOSPC; in seq_show()
364 return -ENOSPC; in seq_show()
Dnf_conntrack_proto_generic.c129 return -ENOSPC; in generic_timeout_obj_to_nlattr()
Dnf_conntrack_proto_udp.c194 return -ENOSPC; in udp_timeout_obj_to_nlattr()
/linux-4.1.27/fs/hpfs/
Dnamei.c39 err = -ENOSPC; in hpfs_mkdir()
144 err = -ENOSPC; in hpfs_create()
233 err = -ENOSPC; in hpfs_mknod()
310 err = -ENOSPC; in hpfs_symlink()
405 err = -ENOSPC; in hpfs_unlink()
461 err = -ENOSPC; in hpfs_rmdir()
566 err = r == 2 ? -ENOSPC : r == 1 ? -EFSERROR : 0; in hpfs_rename()
574 err = r == 1 ? -ENOSPC : -EFSERROR; in hpfs_rename()
588 err = r == 2 ? -ENOSPC : -EFSERROR; in hpfs_rename()
Dfile.c98 r = -ENOSPC; in hpfs_get_block()
/linux-4.1.27/drivers/pinctrl/
Dpinctrl-utils.c62 return -ENOSPC; in pinctrl_utils_add_map_mux()
82 return -ENOSPC; in pinctrl_utils_add_map_configs()
Dpinctrl-tz1090-pdc.c318 return -ENOSPC; in add_map_mux()
356 return -ENOSPC; in add_map_configs()
/linux-4.1.27/drivers/gpu/drm/omapdrm/
Dtcm-sita.c294 return -ENOSPC; in scan_r2l_t2b()
302 return -ENOSPC; in scan_r2l_t2b()
330 return -ENOSPC; in scan_r2l_t2b()
368 return -ENOSPC; in scan_l2r_t2b()
374 return -ENOSPC; in scan_l2r_t2b()
406 return -ENOSPC; in scan_l2r_t2b()
445 return -ENOSPC; in scan_r2l_b2t_one_dim()
453 return -ENOSPC; in scan_r2l_b2t_one_dim()
/linux-4.1.27/fs/jfs/
Djfs_dmap.c792 != -ENOSPC) { in dbAlloc()
819 != -ENOSPC) { in dbAlloc()
831 != -ENOSPC) { in dbAlloc()
847 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) != -ENOSPC) in dbAlloc()
863 if ((rc = dbAllocAG(bmp, agno, nblocks, l2nb, results)) == -ENOSPC) in dbAlloc()
919 return -ENOSPC; in dbAllocExact()
989 if (rc != -ENOSPC) in dbReAlloc()
1042 return -ENOSPC; in dbExtend()
1073 return -ENOSPC; in dbExtend()
1152 return -ENOSPC; in dbAllocNext()
[all …]
Djfs_extent.c535 if (rc != -ENOSPC) in extBalloc()
612 if (rc != -ENOSPC) in extBrealloc()
Djfs_imap.c1567 if (rc == -ENOSPC) in diAlloc()
1609 if (rc != -ENOSPC) in diAlloc()
1684 if ((rc = diAllocExt(imap, agno, ip)) != -ENOSPC) in diAllocAG()
1735 if (rc != -ENOSPC) in diAllocAny()
1748 if (rc != -ENOSPC) in diAllocAny()
1754 return -ENOSPC; in diAllocAny()
1792 return -ENOSPC; in diAllocIno()
2510 rc = -ENOSPC; in diNewIAG()
/linux-4.1.27/drivers/s390/cio/
Ditcw.c147 return ERR_PTR(-ENOSPC); in fit_chunk()
321 return ERR_PTR(-ENOSPC); in itcw_add_tidaw()
333 return ERR_PTR(-ENOSPC); in itcw_add_tidaw()
Dfcx.c306 return ERR_PTR(-ENOSPC); in tccb_add_dcw()
/linux-4.1.27/arch/ia64/kernel/
Dirq_ia64.c103 return -ENOSPC; in find_unassigned_irq()
122 return -ENOSPC; in find_unassigned_vector()
195 vector = -ENOSPC; in ia64_native_assign_irq_vector()
281 return -ENOSPC; in __irq_prepare_move()
399 irq = vector = -ENOSPC; in create_irq()
/linux-4.1.27/net/9p/
Derror.c84 {"No space left on device", ENOSPC},
173 {"file system is full", ENOSPC},
Dtrans_virtio.c290 if (err == -ENOSPC) { in p9_virtio_request()
475 if (err == -ENOSPC) { in p9_virtio_zc_request()
/linux-4.1.27/arch/powerpc/platforms/pasemi/
Ddma_lib.c134 return -ENOSPC; in pasemi_alloc_tx_chan()
153 return -ENOSPC; in pasemi_alloc_rx_chan()
394 return -ENOSPC; in pasemi_dma_alloc_flag()
459 return -ENOSPC; in pasemi_dma_alloc_fun()
/linux-4.1.27/fs/ext4/
Dinline.c288 if (error == -ENOSPC) in ext4_create_inline_data()
381 return -ENOSPC; in ext4_prepare_inline_data()
385 return -ENOSPC; in ext4_prepare_inline_data()
616 if (ret == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_convert_inline_data_to_extent()
670 if (ret && ret != -ENOSPC) in ext4_try_to_write_inline_data()
674 if (ret == -ENOSPC) { in ext4_try_to_write_inline_data()
871 ret = -ENOSPC; in ext4_da_write_inline_data_begin()
874 if (ret && ret != -ENOSPC) in ext4_da_write_inline_data_begin()
884 if (ret == -ENOSPC) { in ext4_da_write_inline_data_begin()
890 if (ret == -ENOSPC && in ext4_da_write_inline_data_begin()
[all …]
Dxattr.c643 return -ENOSPC; in ext4_xattr_set_entry()
789 return -ENOSPC; in ext4_xattr_block_set()
1018 return -ENOSPC; in ext4_xattr_ibody_inline_set()
1021 if (error == -ENOSPC && in ext4_xattr_ibody_inline_set()
1056 return -ENOSPC; in ext4_xattr_ibody_set()
1151 } else if (error == -ENOSPC) { in ext4_xattr_set_handle()
1217 if (error == -ENOSPC && in ext4_xattr_set()
Dnamei.c60 return ERR_PTR(-ENOSPC); in ext4_append()
1850 res = -ENOSPC; in ext4_find_dest_de()
2189 if (retval != -ENOSPC) in ext4_add_entry()
2253 if (err != -ENOSPC) in ext4_dx_add_entry()
2271 err = -ENOSPC; in ext4_dx_add_entry()
2539 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_create()
2572 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mknod()
2606 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_tmpfile()
2659 if (err < 0 && err != -ENOSPC) in ext4_init_new_dir()
2746 if (err == -ENOSPC && ext4_should_retry_alloc(dir->i_sb, &retries)) in ext4_mkdir()
[all …]
Dacl.c250 if (error == -ENOSPC && ext4_should_retry_alloc(inode->i_sb, &retries)) in ext4_set_acl()
/linux-4.1.27/drivers/usb/dwc2/
Dhcd_queue.c268 status = -ENOSPC; in dwc2_periodic_channel_available()
312 status = -ENOSPC; in dwc2_check_periodic_bandwidth()
349 return -ENOSPC; in dwc2_find_single_uframe()
408 return -ENOSPC; in dwc2_find_multi_uframe()
452 status = -ENOSPC; in dwc2_check_max_xfer_size()
/linux-4.1.27/arch/powerpc/boot/
Dstdio.h8 #define ENOSPC 28 /* No space left on device */ macro
/linux-4.1.27/include/uapi/asm-generic/
Derrno-base.h31 #define ENOSPC 28 /* No space left on device */ macro
/linux-4.1.27/fs/bfs/
Dfile.c95 return -ENOSPC; in bfs_get_block()
119 err = -ENOSPC; in bfs_get_block()
Ddir.c95 return -ENOSPC; in bfs_create()
318 return -ENOSPC; in bfs_add_entry()
/linux-4.1.27/fs/hfsplus/
Dextents.c315 return -ENOSPC; in hfsplus_add_extent()
442 return -ENOSPC; in hfsplus_file_extend()
460 res = -ENOSPC; in hfsplus_file_extend()
485 if (res == -ENOSPC) in hfsplus_file_extend()
500 } else if (res == -ENOSPC) in hfsplus_file_extend()
/linux-4.1.27/drivers/tty/serial/
Dkgdboc.c138 return -ENOSPC; in kgdboc_option_setup()
254 return -ENOSPC; in param_set_kgdboc_var()
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/
Dlinux-crypto.c115 return -ENOSPC; in cfs_crypto_hash_digest()
188 return -ENOSPC; in cfs_crypto_hash_final()
/linux-4.1.27/drivers/net/wireless/rsi/
Drsi_91x_pkt.c54 status = -ENOSPC; in rsi_send_data_pkt()
145 return -ENOSPC; in rsi_send_mgmt_pkt()
/linux-4.1.27/fs/ramfs/
Dinode.c96 int error = -ENOSPC; in ramfs_mknod()
123 int error = -ENOSPC; in ramfs_symlink()
/linux-4.1.27/drivers/crypto/nx/
Dnx-842.c277 return -ENOSPC; in nx842_validate_result()
402 ret = -ENOSPC; in nx842_compress()
449 if (ret && ret != -ENOSPC) in nx842_compress()
453 if (unlikely(ret == -ENOSPC)) { in nx842_compress()
668 if (ret != -ENOSPC && ret != -EINVAL && in nx842_decompress()
1543 ret = -ENOSPC; in sw842_decompress()
1556 ret = -ENOSPC; in sw842_decompress()
1579 ret = -ENOSPC; in sw842_decompress()
/linux-4.1.27/drivers/mtd/devices/
Dphram.c182 return -ENOSPC; in parse_name()
294 return -ENOSPC; in phram_param_call()
/linux-4.1.27/include/xen/interface/io/
Dxs_wire.h54 XSD_ERROR(ENOSPC),
/linux-4.1.27/arch/mips/kernel/
Dirq.c42 return -ENOSPC; in allocate_irqno()
/linux-4.1.27/drivers/s390/char/
Dtape_34xx.c372 return tape_34xx_erp_failed(request, -ENOSPC); in tape_34xx_unit_check()
397 return tape_34xx_erp_failed(request, -ENOSPC); in tape_34xx_unit_check()
453 return tape_34xx_erp_failed(request, -ENOSPC); in tape_34xx_unit_check()
618 return tape_34xx_erp_failed(request, -ENOSPC); in tape_34xx_unit_check()
841 return tape_34xx_erp_failed(request, -ENOSPC); in tape_34xx_irq()
Dtape_3590.c1368 return tape_3590_erp_basic(device, request, irb, -ENOSPC); in tape_3590_unit_check()
1372 return tape_3590_erp_basic(device, request, irb, -ENOSPC); in tape_3590_unit_check()
1375 return tape_3590_erp_basic(device, request, irb, -ENOSPC); in tape_3590_unit_check()
1466 return tape_3590_erp_failed(device, request, irb, -ENOSPC); in tape_3590_irq()
/linux-4.1.27/drivers/infiniband/core/
Ducma.c301 return -ENOSPC; in ucma_get_event()
378 return -ENOSPC; in ucma_create_id()
490 return -ENOSPC; in ucma_destroy_id()
702 return -ENOSPC; in ucma_query_route()
775 return -ENOSPC; in ucma_query_addr()
802 return -ENOSPC; in ucma_query_path()
835 return -ENOSPC; in ucma_query_gid()
1048 return -ENOSPC; in ucma_init_qp_attr()
1235 return -ENOSPC; in ucma_process_join()
1326 return -ENOSPC; in ucma_leave_multicast()
Duverbs_cmd.c300 return -ENOSPC; in ib_uverbs_get_context()
459 return -ENOSPC; in ib_uverbs_query_device()
488 return -ENOSPC; in ib_uverbs_query_port()
540 return -ENOSPC; in ib_uverbs_alloc_pd()
737 return -ENOSPC; in ib_uverbs_open_xrcd()
949 return -ENOSPC; in ib_uverbs_reg_mr()
1059 return -ENOSPC; in ib_uverbs_rereg_mr()
1188 return -ENOSPC; in ib_uverbs_alloc_mw()
1306 return -ENOSPC; in ib_uverbs_create_comp_channel()
1346 return -ENOSPC; in ib_uverbs_create_cq()
[all …]
Ducm.c395 return -ENOSPC; in ib_ucm_event()
480 return -ENOSPC; in ib_ucm_create_id()
527 return -ENOSPC; in ib_ucm_destroy_id()
572 return -ENOSPC; in ib_ucm_attr_id()
605 return -ENOSPC; in ib_ucm_init_qp_attr()
/linux-4.1.27/fs/affs/
Dnamei.c271 return -ENOSPC; in affs_create()
301 return -ENOSPC; in affs_mkdir()
344 return -ENOSPC; in affs_symlink()
/linux-4.1.27/fs/btrfs/
Dxattr.c102 return -ENOSPC; in do_setxattr()
154 ret = -ENOSPC; in do_setxattr()
190 ret = -ENOSPC; in do_setxattr()
Dinode-map.c205 return -ENOSPC; in btrfs_find_free_ino()
468 if (ret != -ENOSPC) in btrfs_save_ino_cache()
559 ret = -ENOSPC; in btrfs_find_free_objectid()
Dfree-space-cache.c220 ret = -ENOSPC; in btrfs_check_trunc_cache_free_space()
323 return -ENOSPC; in io_ctl_init()
526 return -ENOSPC; in io_ctl_add_entry()
553 return -ENOSPC; in io_ctl_add_bitmap()
562 return -ENOSPC; in io_ctl_add_bitmap()
978 return -ENOSPC; in write_cache_extent_entries()
1080 return -ENOSPC; in write_pinned_extent_entries()
1101 return -ENOSPC; in write_bitmap_entries()
2802 return -ENOSPC; in btrfs_bitmap_cluster()
2852 return -ENOSPC; in setup_cluster_no_bitmap()
[all …]
Dextent-tree.c3948 if (ret != -ENOSPC) in btrfs_check_data_free_space()
4008 return -ENOSPC; in btrfs_check_data_free_space()
4153 return -ENOSPC; in do_chunk_alloc()
4169 ret = -ENOSPC; in do_chunk_alloc()
4232 if (ret < 0 && ret != -ENOSPC) in do_chunk_alloc()
4455 return -ENOSPC; in may_commit_transaction()
4461 return -ENOSPC; in may_commit_transaction()
4468 return -ENOSPC; in may_commit_transaction()
4521 if (ret == -ENOSPC) in flush_space()
4528 ret = -ENOSPC; in flush_space()
[all …]
Dvolumes.c1145 ret = -ENOSPC; in find_free_dev_extent()
1259 ret = -ENOSPC; in find_free_dev_extent()
2684 return -ENOSPC; in btrfs_relocate_chunk()
2754 if (ret == -ENOSPC) in btrfs_relocate_sys_chunks()
2770 ret = -ENOSPC; in btrfs_relocate_sys_chunks()
3174 if (ret == -ENOSPC) in __btrfs_balance()
3264 if (ret && ret != -ENOSPC) in __btrfs_balance()
3266 if (ret == -ENOSPC) { in __btrfs_balance()
3290 ret = -ENOSPC; in __btrfs_balance()
3510 if ((ret && ret != -ECANCELED && ret != -ENOSPC) || in btrfs_balance()
[all …]
/linux-4.1.27/fs/hfs/
Dextent.c229 return -ENOSPC; in hfs_add_extent()
404 res = -ENOSPC; in hfs_extend_file()
421 if (res == -ENOSPC) in hfs_extend_file()
437 } else if (res == -ENOSPC) in hfs_extend_file()
/linux-4.1.27/drivers/input/joystick/iforce/
Diforce-ff.c48 return -ENOSPC; in make_magnitude_modifier()
81 return -ENOSPC; in make_period_modifier()
121 return -ENOSPC; in make_envelope_modifier()
158 return -ENOSPC; in make_condition_modifier()
/linux-4.1.27/drivers/net/ethernet/amd/xgbe/
Dxgbe-debugfs.c139 return -ENOSPC; in xgbe_common_read()
159 return -ENOSPC; in xgbe_common_write()
/linux-4.1.27/drivers/xen/
Dgrant-table.c251 return -ENOSPC; in gnttab_grant_foreign_access()
401 return -ENOSPC; in gnttab_grant_foreign_transfer()
492 return -ENOSPC; in gnttab_alloc_grant_references()
510 return -ENOSPC; in gnttab_claim_grant_reference()
1030 return -ENOSPC; in gnttab_expand()
/linux-4.1.27/drivers/video/fbdev/core/
Dfb_sys_fops.c82 err = -ENOSPC; in fb_sys_write()
/linux-4.1.27/drivers/mtd/ubi/
Dfastmap-wl.c201 return -ENOSPC; in ubi_wl_get_peb()
211 ret = -ENOSPC; in ubi_wl_get_peb()
/linux-4.1.27/arch/arm/mach-iop13xx/
Dmsi.c145 return -ENOSPC; in arch_setup_msi_irq()
/linux-4.1.27/drivers/net/ethernet/intel/i40evf/
Di40e_adminq.h132 -ENOSPC, /* I40E_AQ_RC_ENOSPC */ in i40e_aq_rc_to_posix()
/linux-4.1.27/drivers/net/ethernet/intel/i40e/
Di40e_adminq.h132 -ENOSPC, /* I40E_AQ_RC_ENOSPC */ in i40e_aq_rc_to_posix()
/linux-4.1.27/arch/powerpc/platforms/cell/spufs/
Dinode.c136 ret = -ENOSPC; in spufs_new_file()
256 return -ENOSPC; in spufs_mkdir()
266 return -ENOSPC; in spufs_mkdir()
486 ret = -ENOSPC; in spufs_mkgang()
/linux-4.1.27/drivers/firmware/efi/
Dvars.c333 err = -ENOSPC; in efi_status_to_err()
702 return -ENOSPC; in efivar_entry_set_nonblocking()
763 return -ENOSPC; in efivar_entry_set_safe()
957 err = -ENOSPC; in efivar_entry_set_get_size()
/linux-4.1.27/drivers/video/
Dhdmi.c94 return -ENOSPC; in hdmi_avi_infoframe_pack()
201 return -ENOSPC; in hdmi_spd_infoframe_pack()
266 return -ENOSPC; in hdmi_audio_infoframe_pack()
361 return -ENOSPC; in hdmi_vendor_infoframe_pack()
/linux-4.1.27/arch/x86/kernel/cpu/mtrr/
Dcentaur.c44 return -ENOSPC; in centaur_get_free_region()
Dcyrix.c130 return -ENOSPC; in cyrix_get_free_region()
/linux-4.1.27/mm/
Dcma.c179 return -ENOSPC; in cma_init_reserved_mem()
254 return -ENOSPC; in cma_declare_contiguous()
Dshmem.c204 return -ENOSPC; in shmem_reserve_inode()
1157 error = -ENOSPC; in shmem_getpage_gfp()
1163 error = -ENOSPC; in shmem_getpage_gfp()
1261 if (error == -ENOSPC && !once++) { in shmem_getpage_gfp()
2111 error = -ENOSPC; in shmem_fallocate()
2207 int error = -ENOSPC; in shmem_mknod()
2236 int error = -ENOSPC; in shmem_tmpfile()
2433 return -ENOSPC; in shmem_symlink()
3341 res = ERR_PTR(-ENOSPC); in __shmem_file_setup()
/linux-4.1.27/drivers/net/wimax/i2400m/
Ddebugfs.c74 return -ENOSPC; in i2400m_rx_stats_read()
128 return -ENOSPC; in i2400m_tx_stats_read()
Dtx.c718 int result = -ENOSPC; in i2400m_tx()
777 result = -ENOSPC; in i2400m_tx()
/linux-4.1.27/drivers/block/
Dbrd.c203 return -ENOSPC; in copy_to_brd_setup()
207 return -ENOSPC; in copy_to_brd_setup()
383 return -ENOSPC; in brd_direct_access()
/linux-4.1.27/arch/powerpc/sysdev/
Dmpic_pasemi_msi.c120 return -ENOSPC; in pasemi_msi_setup_msi_irqs()
Dmpic_u3msi.c161 return -ENOSPC; in u3msi_setup_msi_irqs()
Dppc4xx_msi.c108 return -ENOSPC; in ppc4xx_setup_msi_irqs()
/linux-4.1.27/drivers/uwb/
Dest.c384 size = -ENOSPC; /* enough data for more? */ in uwb_est_get_size()
439 size = -ENOSPC; in uwb_est_find_size()
/linux-4.1.27/fs/xfs/
Dxfs_inode.c947 return -ENOSPC; in xfs_dir_ialloc()
1176 if (error == -ENOSPC) { in xfs_create()
1181 if (error == -ENOSPC) { in xfs_create()
1218 if (error == -ENOSPC) in xfs_create()
1237 ASSERT(error != -ENOSPC); in xfs_create()
1348 if (error == -ENOSPC) { in xfs_create_tmpfile()
1366 if (error == -ENOSPC) in xfs_create_tmpfile()
1453 if (error == -ENOSPC) { in xfs_link()
1831 if (error == -ENOSPC) { in xfs_inactive_ifree()
2573 if (error == -ENOSPC) { in xfs_remove()
[all …]
Dxfs_iomap.c224 error = -ENOSPC; in xfs_iomap_write_direct()
600 case -ENOSPC: in xfs_iomap_write_delay()
618 return error ? error : -ENOSPC; in xfs_iomap_write_delay()
/linux-4.1.27/fs/jffs2/
Dnodemgmt.c94 ret = -ENOSPC; in jffs2_reserve_space()
128 return -ENOSPC; in jffs2_reserve_space()
152 return -ENOSPC; in jffs2_reserve_space()
320 return -ENOSPC; in jffs2_find_nextblock()
Dbackground.c158 if (jffs2_garbage_collect_pass(c) == -ENOSPC) { in jffs2_garbage_collect_thread()
/linux-4.1.27/drivers/infiniband/hw/cxgb3/
Diwch.h165 BUG_ON(ret == -ENOSPC); in insert_handle()
/linux-4.1.27/fs/ocfs2/cluster/
Dmasklog.h202 _st != AOP_TRUNCATED_PAGE && _st != -ENOSPC && \
/linux-4.1.27/block/partitions/
Dcheck.c183 err = -ENOSPC; in check_partition()
/linux-4.1.27/Documentation/PCI/
DMSI-HOWTO.txt356 * -ENOSPC is the only error code allowed to be analyzed
358 if (rc == -ENOSPC) {
360 return -ENOSPC;
365 return -ENOSPC;
374 any error code other than -ENOSPC indicates a fatal error and should not
415 * -ENOSPC is the only error code allowed to be analyzed
417 if (rc == -ENOSPC) {
419 return -ENOSPC;
424 return -ENOSPC;
/linux-4.1.27/arch/powerpc/kernel/
Dptrace.c1118 return -ENOSPC; in set_instruction_bp()
1150 return -ENOSPC; in set_instruction_bp()
1248 return -ENOSPC; in set_dac()
1267 return -ENOSPC; in set_dac()
1349 return -ENOSPC; in set_dac_range()
1447 return -ENOSPC; in ppc_set_hwdebug()
1469 return -ENOSPC; in ppc_set_hwdebug()
/linux-4.1.27/drivers/isdn/hisax/
Dhfc_usb.h111 {-ENOSPC, "The host controller's bandwidth is already consumed"},
/linux-4.1.27/fs/ceph/
Dlocks.c293 err = -ENOSPC; in ceph_encode_locks_to_buffer()
304 err = -ENOSPC; in ceph_encode_locks_to_buffer()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/core/
Dmm.c156 return -ENOSPC; in nvkm_mm_head()
234 return -ENOSPC; in nvkm_mm_tail()
Dclient.c108 return -ENOSPC; in nvkm_client_notify_new()
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c71 [ENOSPC] = LUSTRE_ENOSPC,
217 [LUSTRE_ENOSPC] = ENOSPC,
/linux-4.1.27/fs/xfs/libxfs/
Dxfs_attr.c304 if (error != -ENOSPC) { in xfs_attr_set()
545 return -ENOSPC; in xfs_attr_shortform_addname()
552 return -ENOSPC; in xfs_attr_shortform_addname()
626 if (retval == -ENOSPC) { in xfs_attr_leaf_addname()
933 if (retval == -ENOSPC) { in xfs_attr_node_addname()
Dxfs_dir2_leaf.c728 return -ENOSPC; in xfs_dir2_leaf_addname()
752 return use_block == -1 ? -ENOSPC : 0; in xfs_dir2_leaf_addname()
760 return -ENOSPC; in xfs_dir2_leaf_addname()
1433 if (error == -ENOSPC && args->total == 0) in xfs_dir2_leaf_removename()
1632 ASSERT(error != -ENOSPC); in xfs_dir2_leaf_trim_data()
1806 ASSERT(error != -ENOSPC); in xfs_dir2_node_to_leaf()
Dxfs_dir2_node.c412 return -ENOSPC; in xfs_dir2_leafn_add()
1128 } else if (error != -ENOSPC || args->total != 0) in xfs_dir3_data_block_free()
1280 else if (!(error == -ENOSPC && args->total == 0)) in xfs_dir2_leafn_remove()
1619 ASSERT(rval == -ENOSPC); in xfs_dir2_node_addname()
1806 return -ENOSPC; in xfs_dir2_node_addname_int()
2269 ASSERT(error != -ENOSPC); in xfs_dir2_node_trim_free()
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
Dllog_cat.c79 return -ENOSPC; in llog_cat_new_log()
83 return -ENOSPC; in llog_cat_new_log()
345 CDEBUG_LIMIT(rc == -ENOSPC ? D_HA : D_ERROR, in llog_cat_add_rec()
348 if (rc == -ENOSPC) { in llog_cat_add_rec()
/linux-4.1.27/lib/xz/
Dxz_dec_test.c113 return -ENOSPC; in xz_dec_test_write()
/linux-4.1.27/fs/ntfs/
Dlcnalloc.c699 err = -ENOSPC; in ntfs_cluster_alloc()
763 if (err == -ENOSPC) in ntfs_cluster_alloc()
781 } else if (err == -ENOSPC) in ntfs_cluster_alloc()
Dmft.c1170 return -ENOSPC; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1215 return -ENOSPC; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1258 return -ENOSPC; in ntfs_mft_bitmap_find_and_alloc_free_rec_nolock()
1434 if (ret != -ENOSPC) { in ntfs_mft_bitmap_extend_allocation_nolock()
1775 return -ENOSPC; in ntfs_mft_data_extend_allocation_nolock()
1786 if (PTR_ERR(rl2) != -ENOSPC || nr == min_nr) { in ntfs_mft_data_extend_allocation_nolock()
1866 if (ret != -ENOSPC) { in ntfs_mft_data_extend_allocation_nolock()
2285 if (bit != -ENOSPC) { in ntfs_mft_record_alloc()
2760 return ERR_PTR(-ENOSPC); in ntfs_mft_record_alloc()
Dattrib.c1447 return -ENOSPC; in ntfs_attr_record_resize()
1487 return -ENOSPC; in ntfs_resident_attr_value_resize()
2089 if (unlikely(err != -EPERM && err != -ENOSPC)) { in ntfs_attr_extend_allocation()
2110 if (err == -ENOSPC) in ntfs_attr_extend_allocation()
2231 if (err != -ENOMEM && err != -ENOSPC) in ntfs_attr_extend_allocation()
2285 BUG_ON(err != -ENOSPC); in ntfs_attr_extend_allocation()
/linux-4.1.27/drivers/gpu/drm/
Ddrm_mm.c213 return -ENOSPC; in drm_mm_reserve_node()
243 return -ENOSPC; in drm_mm_insert_node_generic()
345 return -ENOSPC; in drm_mm_insert_node_in_range_generic()
/linux-4.1.27/net/ipv4/
Dcipso_ipv4.c911 return -ENOSPC; in cipso_v4_map_cat_rbm_hton()
1046 return -ENOSPC; in cipso_v4_map_cat_enum_hton()
1154 return -ENOSPC; in cipso_v4_map_cat_rng_hton()
1162 return -ENOSPC; in cipso_v4_map_cat_rng_hton()
1170 return -ENOSPC; in cipso_v4_map_cat_rng_hton()
1823 return -ENOSPC; in cipso_v4_genopt()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bus/
Dhwsq.c76 ret = -ENOSPC; in nvkm_hwsq_fini()
/linux-4.1.27/fs/udf/
Dialloc.c84 err = -ENOSPC; in udf_new_inode()
/linux-4.1.27/arch/powerpc/platforms/pseries/
Dmsi.c154 return -ENOSPC; in check_req()
474 return -ENOSPC; in rtas_setup_msi_irqs()
Dhotplug-cpu.c249 int err = -ENOSPC, len, nthreads, i; in pseries_add_processor()
/linux-4.1.27/sound/hda/
Dhdac_device.c476 return -ENOSPC; in snd_hdac_get_connections()
484 return -ENOSPC; in snd_hdac_get_connections()
/linux-4.1.27/fs/ext3/
Dnamei.c1276 return -ENOSPC; in add_dirent_to_buf()
1465 if (retval != -ENOSPC) in ext3_add_entry()
1512 if (err != -ENOSPC) { in ext3_dx_add_entry()
1533 err = -ENOSPC; in ext3_dx_add_entry()
1720 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_create()
1757 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_mknod()
1791 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_tmpfile()
1881 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_mkdir()
2318 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_symlink()
2366 if (err == -ENOSPC && ext3_should_retry_alloc(dir->i_sb, &retries)) in ext3_link()
Dxattr.c551 return -ENOSPC; in ext3_xattr_set_entry()
687 return -ENOSPC; in ext3_xattr_block_set()
912 return -ENOSPC; in ext3_xattr_ibody_set()
1007 } else if (error == -ENOSPC) { in ext3_xattr_set_handle()
1068 if (error == -ENOSPC && in ext3_xattr_set()
Dacl.c248 if (error == -ENOSPC && ext3_should_retry_alloc(inode->i_sb, &retries)) in ext3_set_acl()
Dialloc.c381 err = -ENOSPC; in ext3_new_inode()
437 err = -ENOSPC; in ext3_new_inode()
/linux-4.1.27/drivers/gpu/drm/gma500/
Dgem.c112 return -ENOSPC; in psb_gem_create()
/linux-4.1.27/kernel/power/
Dswap.c283 return -ENOSPC; in write_page()
324 if (ret != -ENOSPC) in get_swap_writer()
336 ret = -ENOSPC; in get_swap_writer()
366 return -ENOSPC; in swap_write_page()
831 error = -ENOSPC; in swsusp_write()
Dwakelock.c165 return ERR_PTR(-ENOSPC); in wakelock_lookup_add()
Duser.c319 error = -ENOSPC; in snapshot_ioctl()
/linux-4.1.27/drivers/md/persistent-data/
Ddm-space-map-common.c186 return -ENOSPC; in sm_find_free()
363 if (r == -ENOSPC) { in sm_ll_find_free_block()
384 return -ENOSPC; in sm_ll_find_free_block()
Ddm-space-map-metadata.c528 return -ENOSPC; in sm_metadata_copy_root()
623 return -ENOSPC; in sm_bootstrap_new_block()
Ddm-space-map-disk.c215 return -ENOSPC; in sm_disk_copy_root()
/linux-4.1.27/fs/nfs/
Dnfs4file.c72 case -ENOSPC: in nfs4_file_open()
Dnfs3acl.c144 status = -ENOSPC; in __nfs3_proc_setacls()
/linux-4.1.27/security/selinux/
Dnetif.c99 return -ENOSPC; in sel_netif_insert()
/linux-4.1.27/net/rds/
Dinfo.c228 ret = -ENOSPC; in rds_info_getsockopt()
/linux-4.1.27/Documentation/infiniband/
Duser_mad.txt41 MAD (RMPP), the errno is set to ENOSPC and the length of the
57 if (ret == -ENOSPC)) {
/linux-4.1.27/drivers/input/touchscreen/
Dintel-mid-touch.c468 return -ENOSPC; in mrstouch_chan_parse()
471 return -ENOSPC; in mrstouch_chan_parse()
/linux-4.1.27/arch/x86/kernel/cpu/
Dperf_event_amd_iommu.c169 retval = -ENOSPC; in get_next_avail_iommu_bnk_cntr()
375 if (retval != -ENOSPC) in perf_iommu_add()
/linux-4.1.27/drivers/net/wireless/iwlwifi/mvm/
Dsta.c276 return -ENOSPC; in iwl_mvm_add_sta()
582 return -ENOSPC; in iwl_mvm_allocate_int_sta()
694 return -ENOSPC; in iwl_mvm_send_add_bcast_sta()
801 return -ENOSPC; in iwl_mvm_sta_rx_agg()
829 ret = -ENOSPC; in iwl_mvm_sta_rx_agg()
1443 return -ENOSPC; in iwl_mvm_set_sta_key()
/linux-4.1.27/drivers/mfd/
Dcros_ec_i2c.c105 ret = -ENOSPC; in cros_ec_cmd_xfer_i2c()
Dcros_ec_spi.c294 ret = -ENOSPC; in cros_ec_cmd_xfer_spi()
/linux-4.1.27/drivers/mtd/
Drfd_ftl.c494 return -ENOSPC; in reclaim_block()
558 rc = -ENOSPC; in find_writable_block()
662 rc = -ENOSPC; in do_writesect()
Dmtdswap.c622 return -ENOSPC; in mtdswap_map_free_block()
676 return -ENOSPC; in mtdswap_write_block()
792 return -ENOSPC; in mtdswap_gc_eblock()
1000 if (ret == -ENOSPC) in mtdswap_gc()
1080 return -ENOSPC; in mtdswap_writesect()
/linux-4.1.27/drivers/pci/
Dmsi.c139 return -ENOSPC; in arch_setup_msi_irqs()
1125 return -ENOSPC; in pci_enable_msi_range()
1164 return -ENOSPC; in pci_enable_msix_range()
1241 if (pci_msi_desc_is_multi_msi(desc) && error == -ENOSPC) in pci_msi_domain_handle_error()
/linux-4.1.27/drivers/xen/xenbus/
Dxenbus_probe_backend.c92 return -ENOSPC; in backend_bus_id()
/linux-4.1.27/fs/omfs/
Dbitmap.c158 ret = -ENOSPC; in omfs_allocate_range()
/linux-4.1.27/drivers/misc/
Dds1682.c175 return -ENOSPC; in ds1682_eeprom_write()
Dkgdbts.c1062 return -ENOSPC; in kgdbts_option_setup()
1138 return -ENOSPC; in param_set_kgdbts_var()
/linux-4.1.27/drivers/mtd/tests/
Dstresstest.c192 err = -ENOSPC; in mtd_stresstest_init()
/linux-4.1.27/drivers/md/
Ddm-log-userspace-transfer.c116 pkg->error = -ENOSPC; in fill_pkg()
/linux-4.1.27/net/core/
Dnetprio_cgroup.c61 return -ENOSPC; in extend_netdev_table()
Ddrop_monitor.c366 return -ENOSPC; in init_net_drop_monitor()
/linux-4.1.27/arch/blackfin/kernel/
Dkgdb.c182 return -ENOSPC; in bfin_set_hw_break()
203 return -ENOSPC; in bfin_set_hw_break()
/linux-4.1.27/fs/cifs/
Dnetmisc.c71 {ERRdiskfull, -ENOSPC},
96 {ERRqfull, -ENOSPC},
97 {ERRqtoobig, -ENOSPC},
110 {ERRnoroom, -ENOSPC},
/linux-4.1.27/fs/
Dfhandle.c55 (retval == FILEID_INVALID) || (retval == -ENOSPC)) { in do_sys_name_to_handle()
/linux-4.1.27/kernel/
Dparams.c226 case -ENOSPC: in parse_args()
276 return -ENOSPC; in param_set_charp()
493 return -ENOSPC; in param_set_copystring()
/linux-4.1.27/drivers/pcmcia/
Dcistpl.c469 return -ENOSPC; in pccard_get_first_tuple()
557 return -ENOSPC; in pccard_get_next_tuple()
627 return -ENOSPC; in pccard_get_next_tuple()
645 return -ENOSPC; in pccard_get_tuple_data()
1430 (pccard_read_tuple(s, BIND_FN_ALL, CISTPL_VERS_2, p) != -ENOSPC)) in pccard_validate_cis()
/linux-4.1.27/fs/f2fs/
Dxattr.c341 return -ENOSPC; in write_all_xattrs()
540 error = -ENOSPC; in __f2fs_setxattr()
/linux-4.1.27/fs/ext2/
Dialloc.c462 err = -ENOSPC; in ext2_new_inode()
510 err = -ENOSPC; in ext2_new_inode()
Dballoc.c1234 *errp = -ENOSPC; in ext2_new_blocks()
1265 *errp = -ENOSPC; in ext2_new_blocks()
1362 *errp = -ENOSPC; in ext2_new_blocks()
/linux-4.1.27/fs/devpts/
Dinode.c540 return -ENOSPC; in devpts_new_index()
554 return -ENOSPC; in devpts_new_index()
/linux-4.1.27/drivers/video/fbdev/
Darcfb.c458 return -ENOSPC; in arcfb_write()
463 err = -ENOSPC; in arcfb_write()
Dhecubafb.c182 err = -ENOSPC; in hecubafb_write()
/linux-4.1.27/sound/pci/emu10k1/
Demu10k1_patch.c99 return -ENOSPC; in snd_emu10k1_sample_new()
/linux-4.1.27/fs/sysv/
Dialloc.c157 return ERR_PTR(-ENOSPC); in sysv_new_inode()
/linux-4.1.27/drivers/platform/chrome/
Dcros_ec_lpc.c122 ret = -ENOSPC; in cros_ec_cmd_xfer_lpc()
/linux-4.1.27/sound/oss/
Dpss.c867 return -ENOSPC; in pss_coproc_ioctl()
879 return -ENOSPC; in pss_coproc_ioctl()
903 return -ENOSPC; in pss_coproc_ioctl()
/linux-4.1.27/fs/pstore/
Dram.c299 return -ENOSPC; in ramoops_pstore_write_buf()
302 return -ENOSPC; in ramoops_pstore_write_buf()
/linux-4.1.27/drivers/usb/host/
Dimx21-hcd.h325 /* (for HCD) */ -ENOSPC,
/linux-4.1.27/arch/x86/kernel/apic/
Dmsi.c161 return -ENOSPC; in native_setup_msi_irqs()
/linux-4.1.27/sound/isa/sb/
Demu8000_patch.c183 return -ENOSPC; in snd_emu8000_sample_new()
/linux-4.1.27/drivers/isdn/hardware/mISDN/
Dhfcsusb.h130 {-ENOSPC, "The host controller's bandwidth is already consumed"},
/linux-4.1.27/kernel/events/
Dring_buffer.c203 return -ENOSPC; in perf_output_begin()
406 return -ENOSPC; in perf_aux_output_skip()
/linux-4.1.27/arch/sh/mm/
Dpmb.c231 pos = -ENOSPC; in pmb_alloc_entry()
254 ret = ERR_PTR(-ENOSPC); in pmb_alloc()
/linux-4.1.27/fs/nilfs2/
Dalloc.c380 return -ENOSPC; in nilfs_palloc_find_available_slot()
540 return -ENOSPC; in nilfs_palloc_prepare_alloc_entry()
/linux-4.1.27/drivers/iommu/
Dintel_irq_remapping.c753 return -ENOSPC; in ir_parse_one_hpet_scope()
798 return -ENOSPC; in ir_parse_one_ioapic_scope()
1157 index = -ENOSPC; in intel_msi_alloc_irq()
Dirq_remapping.c62 return -ENOSPC; in do_setup_msi_irqs()
/linux-4.1.27/fs/hugetlbfs/
Dinode.c516 int error = -ENOSPC; in hugetlbfs_mknod()
545 int error = -ENOSPC; in hugetlbfs_symlink()
1010 file = ERR_PTR(-ENOSPC); in hugetlb_file_setup()
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/
Dbase.c105 return -ENOSPC; in nvkm_fifo_channel_create_()
/linux-4.1.27/sound/firewire/fireworks/
Dfireworks_hwdep.c31 return -ENOSPC; in hwdep_read_resp_buf()
/linux-4.1.27/arch/mips/pci/
Dmsi-octeon.c208 return -ENOSPC; in arch_setup_msi_irqs()
/linux-4.1.27/drivers/usb/wusbcore/
Drh.c183 return -ENOSPC; in wusbhc_rh_get_hub_descr()
/linux-4.1.27/drivers/isdn/mISDN/
Dtimerdev.c112 return -ENOSPC; in mISDN_read()
/linux-4.1.27/drivers/gpu/drm/msm/mdp/mdp5/
Dmdp5_smp.c135 ret = -ENOSPC; in smp_request_block()
/linux-4.1.27/fs/minix/
Dbitmap.c228 *error = -ENOSPC; in minix_new_inode()
/linux-4.1.27/drivers/irqchip/
Dirq-gic-v2m.c164 err = -ENOSPC; in gicv2m_irq_domain_alloc()
/linux-4.1.27/arch/tile/kernel/
Dperf_event.c664 return -ENOSPC; in tile_pmu_add()
684 return -ENOSPC; in tile_pmu_add()
/linux-4.1.27/drivers/mtd/maps/
Dpcmciamtd.c346 return -ENOSPC; in pcmciamtd_cistpl_format()
362 return -ENOSPC; in pcmciamtd_cistpl_jedec()
/linux-4.1.27/drivers/staging/gdm72xx/
Dgdm_sdio.c399 return -ENOSPC; in gdm_sdio_send()
433 return -ENOSPC; in gdm_sdio_send()
/linux-4.1.27/drivers/ssb/
Dpcmcia.c694 return -ENOSPC; /* continue with next entry */ in ssb_pcmcia_do_get_invariants()
727 if ((res == 0) || (res == -ENOSPC)) in ssb_pcmcia_get_invariants()
/linux-4.1.27/arch/frv/kernel/
Dgdb-stub.c868 return -ENOSPC; in gdbstub_set_breakpoint()
939 return -ENOSPC; in gdbstub_set_breakpoint()
996 return -ENOSPC; in gdbstub_set_breakpoint()
1149 return -ENOSPC; in gdbstub_clear_breakpoint()
Ddma.c182 ret = -ENOSPC; in frv_dma_open()
/linux-4.1.27/drivers/net/phy/
Dfixed_phy.c280 return ERR_PTR(-ENOSPC); in fixed_phy_register()
/linux-4.1.27/arch/sh/kernel/cpu/sh4/
Dsq.c175 ret = -ENOSPC; in sq_remap()
/linux-4.1.27/drivers/input/
Dff-core.c143 ret = -ENOSPC; in input_ff_upload()
/linux-4.1.27/kernel/irq/
Dmsi.c276 ret = -ENOSPC; in msi_domain_alloc_irqs()
/linux-4.1.27/drivers/pps/
Dpps.c304 if (err == -ENOSPC) { in pps_register_cdev()
/linux-4.1.27/arch/arm/kernel/
Dperf_event_cpu.c362 return -ENOSPC; in cpu_pmu_device_probe()
/linux-4.1.27/drivers/media/pci/zoran/
Dzr36016.c445 return -ENOSPC; in zr36016_setup()

1234