Searched refs:E2BIG (Results 276 - 300 of 421) sorted by relevance

<<11121314151617

/linux-master/arch/arm64/kvm/
H A Dsys_regs.c1467 return val ? -E2BIG : 0;
1493 return -E2BIG;
1498 return -E2BIG;
1859 * arm64_check_features() returns -E2BIG to indicate the register's
1865 if (ret == -E2BIG)
/linux-master/lib/
H A Drhashtable.c567 return ERR_PTR(-E2BIG);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbtf_dump.c299 if (!ASSERT_EQ(ret, -E2BIG, "failed to return -E2BIG"))
326 /* overflow test; pass typesize < expected type size, ensure E2BIG returned */
/linux-master/net/core/
H A Dpage_pool.c206 return -E2BIG;
/linux-master/drivers/staging/rtl8192e/
H A Drtllib_wx.c238 err = -E2BIG;
/linux-master/drivers/usb/gadget/function/
H A Du_ether.c1024 return -E2BIG;
/linux-master/drivers/usb/host/
H A Dxhci.c4762 return -E2BIG;
4780 return -E2BIG;
4806 return -E2BIG;
4916 return -E2BIG;
/linux-master/tools/perf/util/
H A Dprobe-event.c69 ret = -E2BIG;
3091 ret = -E2BIG;
3337 ret = -E2BIG;
3476 ret = -E2BIG;
/linux-master/fs/nfs/
H A Dinternal.h894 case -E2BIG:
/linux-master/drivers/input/touchscreen/
H A Dcyttsp5.c247 return -E2BIG;
/linux-master/drivers/virtio/
H A Dvirtio_mmio.c439 err = -E2BIG;
/linux-master/fs/xfs/scrub/
H A Dxfarray.c919 return -E2BIG;
/linux-master/drivers/staging/ks7010/
H A Dks_wlan_net.c367 return -E2BIG;
1314 return -E2BIG;
/linux-master/drivers/net/ethernet/toshiba/
H A Dps3_gelic_wireless.c734 ret = -E2BIG;
1331 ret = -E2BIG;
/linux-master/drivers/net/ethernet/sfc/
H A Dmae.c1987 return -E2BIG;
2058 return -E2BIG;
/linux-master/drivers/staging/rtl8712/
H A Drtl871x_ioctl_linux.c1158 ret = -E2BIG;
1201 return -E2BIG;
/linux-master/tools/testing/selftests/iommu/
H A Diommufd.c103 EXPECT_ERRNO(E2BIG, ioctl(self->fd, _ioctl, &cmd)); \
145 EXPECT_ERRNO(E2BIG, ioctl(self->fd, IOMMU_DESTROY, &cmd));
/linux-master/kernel/bpf/
H A Dhelpers.c1620 return size > DYNPTR_MAX_SIZE ? -E2BIG : 0;
1642 return -E2BIG;
/linux-master/arch/powerpc/kernel/
H A Dprom_init.c249 return -E2BIG;
261 rc = -E2BIG;
/linux-master/fs/nfsd/
H A Dvfs.c70 { nfserr_fbig, -E2BIG },
2269 * E2BIG to nfserr_xattr2big.
2289 case -E2BIG:
/linux-master/kernel/trace/
H A Dtrace_events_user.c2410 return -E2BIG;
2572 return -E2BIG;
/linux-master/drivers/staging/rtl8723bs/os_dep/
H A Dioctl_cfg80211.c1580 ret = -E2BIG;
1669 ret = -E2BIG;
/linux-master/drivers/vhost/
H A Dvhost.c1781 return -E2BIG;
2484 return -E2BIG;
/linux-master/arch/x86/kvm/
H A Dlapic.c255 return -E2BIG;
451 if (r == -E2BIG) {
/linux-master/fs/nilfs2/
H A Dsegment.c454 return -E2BIG; /*
1048 BUG_ON(!err); /* always receive -E2BIG or true error */
1100 /* always receive -E2BIG or true error if n > rest */
1497 if (unlikely(err != -E2BIG))

Completed in 730 milliseconds

<<11121314151617