Searched refs:E2BIG (Results 251 - 275 of 419) sorted by relevance

<<11121314151617

/linux-master/drivers/virtio/
H A Dvirtio_mmio.c439 err = -E2BIG;
/linux-master/fs/jfs/
H A Dxattr.c746 * return -E2BIG in this case, which is consistent with the
750 rc = -E2BIG;
/linux-master/drivers/accessibility/speakup/
H A Dkobjects.c684 if (ret == -E2BIG)
/linux-master/arch/powerpc/kvm/
H A Dbook3s_xive_native.c352 return -E2BIG;
/linux-master/drivers/input/touchscreen/
H A Dcyttsp5.c247 return -E2BIG;
/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duoutp.c192 return -E2BIG;
/linux-master/fs/debugfs/
H A Dfile.c1015 r = -E2BIG;
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c120 ret = -E2BIG;
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_queue.c1086 return -E2BIG;
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c1379 ret = -E2BIG;
/linux-master/drivers/net/phy/
H A Dadin.c375 return -E2BIG;
H A Ddp83867.c441 return -E2BIG;
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c755 return -E2BIG;
/linux-master/drivers/w1/masters/
H A Dds2490.c647 return -E2BIG;
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c101 if (err != -E2BIG)
/linux-master/drivers/net/phy/aquantia/
H A Daquantia_main.c439 return -E2BIG;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c376 ret = -E2BIG;
/linux-master/net/core/
H A Dpage_pool.c195 return -E2BIG;
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c960 ERRNO_FILTER(valid, E2BIG);
972 EXPECT_EQ(E2BIG, errno);
4134 EXPECT_EQ(errno, E2BIG);
4350 ERRNO_FILTER(block_read, E2BIG);
/linux-master/tools/lib/bpf/
H A Dbtf.c798 return libbpf_err(-E2BIG);
813 return libbpf_err(-E2BIG);
1556 btf = err ? ERR_PTR(-errno) : ERR_PTR(-E2BIG);
2314 return libbpf_err(-E2BIG);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem.c928 return ERR_PTR(-E2BIG);
/linux-master/drivers/spi/
H A Dspi-loopback-test.c1020 return -E2BIG;
/linux-master/fs/xfs/scrub/
H A Dxfarray.c917 return -E2BIG;
/linux-master/lib/
H A Ddynamic_debug.c1010 return -E2BIG;
/linux-master/tools/perf/util/
H A Dprobe-event.c68 ret = -E2BIG;
3091 ret = -E2BIG;
3337 ret = -E2BIG;
3476 ret = -E2BIG;

Completed in 352 milliseconds

<<11121314151617