Home
last modified time | relevance | path

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

/linux-6.15/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-6.15/fs/nfs_common/
H A Dcommon.c44 { NFSERR_TOOSMALL, -ETOOSMALL },
102 { NFS4ERR_TOOSMALL, -ETOOSMALL },
/linux-6.15/include/linux/
H A Derrno.h28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
/linux-6.15/fs/nfsd/
H A Dblocklayoutxdr.c52 return -ETOOSMALL; in nfsd4_block_encode_volume()
63 return -ETOOSMALL; in nfsd4_block_encode_volume()
H A Dnfs4callback.c211 { NFS4ERR_TOOSMALL, -ETOOSMALL },
H A Dvfs.c93 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
/linux-6.15/lib/
H A Derrname.c192 E(ETOOSMALL),
/linux-6.15/rust/kernel/
H A Derror.rs80 declare_err!(ETOOSMALL, "Buffer or request is too small.");
/linux-6.15/include/trace/misc/
H A Dnfs.h223 { ETOOSMALL, "ETOOSMALL" }, \
/linux-6.15/drivers/gpu/drm/msm/
H A Dmsm_drv.c616 ret = -ETOOSMALL; in msm_ioctl_gem_info_get_metadata()
704 ret = -ETOOSMALL; in msm_ioctl_gem_info()
/linux-6.15/net/core/
H A Dscm.c290 return -ETOOSMALL; in put_cmsg_notrunc()
/linux-6.15/drivers/usb/gadget/function/
H A Dstorage_common.c256 rc = -ETOOSMALL; in fsg_lun_open()
/linux-6.15/net/rxrpc/
H A Daf_rxrpc.c772 return -ETOOSMALL; in rxrpc_getsockopt()
/linux-6.15/sound/soc/intel/avs/
H A Dpath.c277 return ERR_PTR(-ETOOSMALL); in avs_nhlt_config_or_default()
/linux-6.15/fs/nfs/
H A Dnfs42xdr.c1261 if (status == -ETOOSMALL) in decode_listxattrs()
H A Ddir.c1293 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
H A Dnfs4xdr.c5983 if (status == -ETOOSMALL) { in decode_getdeviceinfo()
/linux-6.15/net/ethtool/
H A Dioctl.c2498 return -ETOOSMALL; in ethtool_get_perm_addr()