Searched refs:E2BIG (Results 101 - 125 of 421) sorted by relevance

1234567891011>>

/linux-master/security/keys/trusted-keys/
H A Dtrusted_dcp.c206 return -E2BIG;
/linux-master/fs/xfs/
H A Dxfs_acl.c257 error = -E2BIG;
H A Dxfs_ioctl32.c385 return -E2BIG;
391 error = -E2BIG;
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sysctl.c268 .descr = "sysctl_get_name sysctl_value:base E2BIG truncated",
288 BPF_JMP_IMM(BPF_JNE, BPF_REG_0, -E2BIG, 6),
365 .descr = "sysctl_get_name sysctl:full E2BIG truncated",
386 BPF_JMP_IMM(BPF_JNE, BPF_REG_0, -E2BIG, 10),
414 .descr = "sysctl_get_name sysctl:full E2BIG truncated small",
434 BPF_JMP_IMM(BPF_JNE, BPF_REG_0, -E2BIG, 6),
531 .descr = "sysctl_get_current_value sysctl:read E2BIG truncated",
548 BPF_JMP_IMM(BPF_JNE, BPF_REG_0, -E2BIG, 6),
763 .descr = "sysctl_get_new_value sysctl:write E2BIG",
780 BPF_JMP_IMM(BPF_JNE, BPF_REG_0, -E2BIG,
[all...]
H A Dnetwork_helpers.c613 err = bytes > a->bytes ? -E2BIG : -EINTR;
661 err = bytes > total_bytes ? -E2BIG : -EINTR;
/linux-master/kernel/bpf/
H A Dringbuf.c686 return -E2BIG;
691 return -E2BIG;
H A Dstackmap.c98 return ERR_PTR(-E2BIG);
644 return -E2BIG;
H A Dcpumap.c98 return ERR_PTR(-E2BIG);
542 return -E2BIG;
/linux-master/drivers/xen/xenbus/
H A Dxenbus_dev_frontend.c432 return -E2BIG;
608 rc = -E2BIG;
/linux-master/block/
H A Dbio-integrity.c327 return -E2BIG;
337 return -E2BIG;
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_shmem.c76 return -E2BIG;
558 * To handle the same error as other code that returns -E2BIG when
559 * the size is too large, we add a code that returns -E2BIG when the
563 * If BITS_PER_LONG is 32, E2BIG checks are processed when
568 return -E2BIG;
H A Di915_gem_dmabuf.c305 return ERR_PTR(-E2BIG);
/linux-master/lib/
H A Dtest_user_copy.c152 /* New userspace (-E2BIG) case -- (usize > ksize). */
157 ret |= test(copy_struct_from_user(kmem, ksize, umem, usize) != -E2BIG,
158 "copy_struct_from_user(usize > ksize) didn't give E2BIG");
/linux-master/drivers/thunderbolt/
H A Ddma_port.c380 return -E2BIG;
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c136 return -E2BIG;
/linux-master/tools/bootconfig/
H A Dmain.c215 return -E2BIG;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dscatterlist.c225 return -E2BIG;
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dusdt.c271 ASSERT_EQ(err, -E2BIG, "usdt_300_attach_err");
/linux-master/drivers/hwmon/
H A Dscmi-hwmon.c61 return -E2BIG;
/linux-master/net/xdp/
H A Dxskmap.c175 return -E2BIG;
/linux-master/net/atm/
H A Dresources.c208 return -E2BIG;
/linux-master/tools/lib/bpf/
H A Drelo_core.c297 return -E2BIG;
514 return -E2BIG;
659 return -E2BIG;
745 return -E2BIG;
/linux-master/drivers/media/dvb-frontends/
H A Dhorus3a.c63 return -E2BIG;
/linux-master/drivers/md/
H A Ddm-verity-target.c1069 return -E2BIG;
1449 r = -E2BIG;
1462 r = -E2BIG;
1496 r = -E2BIG;
/linux-master/tools/testing/selftests/user_events/
H A Dabi_test.c150 ret = -E2BIG;

Completed in 423 milliseconds

1234567891011>>