Searched refs:ETOOSMALL (Results 1 – 18 of 18) sorted by relevance
| /linux/drivers/soc/qcom/ |
| H A D | qmi_encdec.c | 260 return -ETOOSMALL; in qmi_encode_string_elem() 266 return -ETOOSMALL; in qmi_encode_string_elem() 350 return -ETOOSMALL; in qmi_encode() 384 return -ETOOSMALL; in qmi_encode() 559 return -ETOOSMALL; in qmi_decode_string_elem() 691 return -ETOOSMALL; in qmi_decode()
|
| /linux/fs/nfs_common/ |
| H A D | common.c | 44 { NFSERR_TOOSMALL, -ETOOSMALL }, 102 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
| /linux/include/linux/ |
| H A D | errno.h | 28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
|
| /linux/fs/nfsd/ |
| H A D | blocklayoutxdr.c | 51 return -ETOOSMALL; in nfsd4_block_encode_volume() 62 return -ETOOSMALL; in nfsd4_block_encode_volume()
|
| H A D | nfs4callback.c | 211 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
| H A D | vfs.c | 98 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
|
| /linux/rust/kernel/ |
| H A D | error.rs | 83 declare_err!(ETOOSMALL, "Buffer or request is too small.");
|
| /linux/lib/ |
| H A D | errname.c | 192 E(ETOOSMALL),
|
| /linux/include/trace/misc/ |
| H A D | nfs.h | 223 { ETOOSMALL, "ETOOSMALL" }, \
|
| /linux/drivers/gpu/drm/msm/ |
| H A D | msm_drv.c | 542 ret = -ETOOSMALL; in msm_ioctl_gem_info_get_metadata() 630 ret = -ETOOSMALL; in msm_ioctl_gem_info()
|
| /linux/drivers/usb/gadget/function/ |
| H A D | storage_common.c | 256 rc = -ETOOSMALL; in fsg_lun_open()
|
| /linux/net/core/ |
| H A D | scm.c | 316 return -ETOOSMALL; in put_cmsg_notrunc()
|
| /linux/net/rxrpc/ |
| H A D | af_rxrpc.c | 763 return -ETOOSMALL; in rxrpc_getsockopt()
|
| /linux/fs/nfs/ |
| H A D | nfs42xdr.c | 1294 if (status == -ETOOSMALL) in decode_listxattrs()
|
| H A D | dir.c | 1293 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
|
| H A D | nfs4xdr.c | 6007 if (status == -ETOOSMALL) { in decode_getdeviceinfo()
|
| /linux/sound/soc/intel/avs/ |
| H A D | path.c | 328 return ERR_PTR(-ETOOSMALL); in avs_nhlt_config_or_default()
|
| /linux/net/ethtool/ |
| H A D | ioctl.c | 2635 return -ETOOSMALL; in ethtool_get_perm_addr()
|