Home
last modified time | relevance | path

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

/Linux-v6.6/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-v6.6/include/linux/
Derrno.h28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
/Linux-v6.6/fs/nfsd/
Dblocklayoutxdr.c52 return -ETOOSMALL; in nfsd4_block_encode_volume()
63 return -ETOOSMALL; in nfsd4_block_encode_volume()
Dnfs4callback.c199 { NFS4ERR_TOOSMALL, -ETOOSMALL },
Dvfs.c96 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
/Linux-v6.6/rust/kernel/
Derror.rs77 declare_err!(ETOOSMALL, "Buffer or request is too small.");
/Linux-v6.6/lib/
Derrname.c198 E(ETOOSMALL),
/Linux-v6.6/include/trace/misc/
Dnfs.h224 { ETOOSMALL, "ETOOSMALL" }, \
/Linux-v6.6/drivers/usb/gadget/function/
Dstorage_common.c256 rc = -ETOOSMALL; in fsg_lun_open()
/Linux-v6.6/net/rxrpc/
Daf_rxrpc.c725 return -ETOOSMALL; in rxrpc_getsockopt()
/Linux-v6.6/fs/nfs/
Dnfs2xdr.c1095 { NFSERR_TOOSMALL, -ETOOSMALL },
Dnfs42xdr.c1199 if (status == -ETOOSMALL) in decode_listxattrs()
Dnfs3xdr.c2481 { NFSERR_TOOSMALL, -ETOOSMALL },
Ddir.c1289 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
Dnfs4xdr.c5923 if (status == -ETOOSMALL) { in decode_getdeviceinfo()
7571 { NFS4ERR_TOOSMALL, -ETOOSMALL },
/Linux-v6.6/net/ethtool/
Dioctl.c2193 return -ETOOSMALL; in ethtool_get_perm_addr()