Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/soc/qcom/
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-v5.15/include/linux/
Derrno.h28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
/Linux-v5.15/fs/nfsd/
Dblocklayoutxdr.c51 return -ETOOSMALL; in nfsd4_block_encode_volume()
62 return -ETOOSMALL; in nfsd4_block_encode_volume()
Dnfsproc.c879 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
Dnfs4callback.c188 { NFS4ERR_TOOSMALL, -ETOOSMALL },
/Linux-v5.15/lib/
Derrname.c192 E(ETOOSMALL),
/Linux-v5.15/drivers/usb/gadget/function/
Dstorage_common.c255 rc = -ETOOSMALL; in fsg_lun_open()
/Linux-v5.15/net/rxrpc/
Daf_rxrpc.c705 return -ETOOSMALL; in rxrpc_getsockopt()
/Linux-v5.15/fs/nfs/
Dnfs2xdr.c1096 { NFSERR_TOOSMALL, -ETOOSMALL },
Dnfs4trace.h33 TRACE_DEFINE_ENUM(ETOOSMALL);
185 { ETOOSMALL, "ETOOSMALL" }, \
Dnfs42xdr.c570 if (status == -ETOOSMALL) in decode_listxattrs()
Dnfs3xdr.c2489 { NFSERR_TOOSMALL, -ETOOSMALL },
Ddir.c1132 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
Dnfs4xdr.c5875 if (status == -ETOOSMALL) { in decode_getdeviceinfo()
7525 { NFS4ERR_TOOSMALL, -ETOOSMALL },
/Linux-v5.15/net/ethtool/
Dioctl.c2121 return -ETOOSMALL; in ethtool_get_perm_addr()