Home
last modified time | relevance | path

Searched refs:ETOOSMALL (Results 1 – 17 of 17) sorted by relevance

/linux/fs/nfs_common/
H A Dcommon.c44 { NFSERR_TOOSMALL, -ETOOSMALL },
100 { NFS4ERR_TOOSMALL, -ETOOSMALL },
/linux/drivers/soc/qcom/
H A Dqmi_encdec.c260 return -ETOOSMALL; in qmi_encode_string_elem()
266 return -ETOOSMALL; in qmi_encode_string_elem()
349 return -ETOOSMALL; in qmi_encode()
374 return -ETOOSMALL; in qmi_encode()
540 return -ETOOSMALL; in qmi_decode_string_elem()
661 return -ETOOSMALL; in qmi_decode()
/linux/include/linux/
H A Derrno.h28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
/linux/fs/nfsd/
H A Dblocklayoutxdr.c52 return -ETOOSMALL; in nfsd4_block_encode_volume()
63 return -ETOOSMALL; in nfsd4_block_encode_volume()
H A Dnfs4callback.c189 { NFS4ERR_TOOSMALL, -ETOOSMALL },
H A Dvfs.c95 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
/linux/lib/
H A Derrname.c192 E(ETOOSMALL),
/linux/rust/kernel/
H A Derror.rs73 declare_err!(ETOOSMALL, "Buffer or request is too small.");
/linux/include/trace/misc/
H A Dnfs.h223 { ETOOSMALL, "ETOOSMALL" }, \
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.c615 ret = -ETOOSMALL; in msm_ioctl_gem_info_get_metadata()
703 ret = -ETOOSMALL; in msm_ioctl_gem_info()
/linux/drivers/usb/gadget/function/
H A Dstorage_common.c256 rc = -ETOOSMALL; in fsg_lun_open()
/linux/net/rxrpc/
H A Daf_rxrpc.c771 return -ETOOSMALL; in rxrpc_getsockopt()
/linux/fs/nfs/
H A Dnfs42xdr.c1199 if (status == -ETOOSMALL) in decode_listxattrs()
H A Ddir.c1291 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
H A Dnfs4xdr.c5983 if (status == -ETOOSMALL) { in decode_getdeviceinfo()
/linux/net/ipv4/
H A Dtcp.c2445 err = -ETOOSMALL; in tcp_recvmsg_dmabuf()
2508 err = -ETOOSMALL; in tcp_recvmsg_dmabuf()
/linux/net/ethtool/
H A Dioctl.c2473 return -ETOOSMALL; in ethtool_get_perm_addr()