Searched refs:E2BIG (Results 151 - 175 of 419) sorted by relevance

1234567891011>>

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_create.c111 return ERR_PTR(-E2BIG);
H A Di915_gem_ttm.c842 return -E2BIG;
1338 * that returns -E2BIG when the size is too large, it converts -ENOSPC to
1339 * -E2BIG.
1342 ret = -E2BIG;
/linux-master/net/netfilter/
H A Dnft_dynset.c268 err = -E2BIG;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_ttm_vram_mgr.c64 return -E2BIG; /* don't trigger eviction for the impossible */
H A Dxe_gsc_proxy.c156 return -E2BIG;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dkprobe_multi_test.c321 if (!ASSERT_EQ(saved_error, -E2BIG, "fail_6_error"))
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_linux.c129 return -E2BIG;
/linux-master/drivers/hid/bpf/
H A Dhid_bpf_jmp_table.c424 err = -E2BIG;
/linux-master/tools/lib/bpf/
H A Dbpf.c277 return libbpf_err(-E2BIG);
330 while (errno == E2BIG && (!finfo || !linfo)) {
339 errno = E2BIG;
352 errno = E2BIG;
/linux-master/drivers/mfd/
H A Dmc13xxx-core.c378 return -E2BIG;
/linux-master/arch/arm64/kvm/vgic/
H A Dvgic-init.c113 ret = -E2BIG;
/linux-master/drivers/greybus/
H A Dgb-beagleplay.c377 return dev_err_probe(&hd->dev, -E2BIG, "Greybus message too big");
/linux-master/fs/bcachefs/
H A Dacl.c227 return ERR_PTR(-E2BIG);
/linux-master/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c214 ret = -E2BIG;
243 ret = -E2BIG;
/linux-master/lib/
H A Dtest_rhashtable.c456 if (err == -E2BIG) {
460 ht.max_elems, -E2BIG, err);
H A Dnlattr.c769 * * -E2BIG - If @dstsize is 0 or greater than U16_MAX or @nla length greater
780 return -E2BIG;
787 ret = -E2BIG;
/linux-master/fs/hostfs/
H A Dhostfs_kern.c159 n = -E2BIG;
906 err = -E2BIG;
/linux-master/fs/f2fs/
H A Dxattr.c651 return -E2BIG;
725 error = -E2BIG;
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_drv.c348 * * -%E2BIG if the indicated length of the allocation is less than is
388 * * -%E2BIG if the indicated length of the allocation is less than is
444 * * -%E2BIG if the indicated length of the allocation is less than is
500 return -E2BIG;
538 * * -%E2BIG if the indicated length of the allocation is less than is
583 return -E2BIG;
614 * * -%E2BIG if the indicated size of the receiving struct is less than is
/linux-master/kernel/bpf/
H A Dbpf_struct_ops.c565 return -E2BIG;
607 return -E2BIG;
H A Ddevmap.c917 return -E2BIG;
989 return -E2BIG;
H A Dtrampoline.c443 err = -E2BIG;
550 return -E2BIG;
/linux-master/drivers/gpu/drm/radeon/
H A Datombios_dp.c169 return -E2BIG;
187 return -E2BIG;
/linux-master/drivers/staging/rtl8192e/rtl8192e/
H A Drtl_wx.c373 return -E2BIG;
792 return -E2BIG;
/linux-master/net/wireless/
H A Dwext-core.c789 return -E2BIG;
875 err = -E2BIG;

Completed in 428 milliseconds

1234567891011>>