Searched refs:ETOOSMALL (Results 1 – 16 of 16) sorted by relevance
/Linux-v6.6/drivers/soc/qcom/ |
D | qmi_encdec.c | 260 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/ |
D | errno.h | 28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
|
/Linux-v6.6/fs/nfsd/ |
D | blocklayoutxdr.c | 52 return -ETOOSMALL; in nfsd4_block_encode_volume() 63 return -ETOOSMALL; in nfsd4_block_encode_volume()
|
D | nfs4callback.c | 199 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
D | vfs.c | 96 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
|
/Linux-v6.6/rust/kernel/ |
D | error.rs | 77 declare_err!(ETOOSMALL, "Buffer or request is too small.");
|
/Linux-v6.6/lib/ |
D | errname.c | 198 E(ETOOSMALL),
|
/Linux-v6.6/include/trace/misc/ |
D | nfs.h | 224 { ETOOSMALL, "ETOOSMALL" }, \
|
/Linux-v6.6/drivers/usb/gadget/function/ |
D | storage_common.c | 256 rc = -ETOOSMALL; in fsg_lun_open()
|
/Linux-v6.6/net/rxrpc/ |
D | af_rxrpc.c | 725 return -ETOOSMALL; in rxrpc_getsockopt()
|
/Linux-v6.6/fs/nfs/ |
D | nfs2xdr.c | 1095 { NFSERR_TOOSMALL, -ETOOSMALL },
|
D | nfs42xdr.c | 1199 if (status == -ETOOSMALL) in decode_listxattrs()
|
D | nfs3xdr.c | 2481 { NFSERR_TOOSMALL, -ETOOSMALL },
|
D | dir.c | 1289 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
|
D | nfs4xdr.c | 5923 if (status == -ETOOSMALL) { in decode_getdeviceinfo() 7571 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
/Linux-v6.6/net/ethtool/ |
D | ioctl.c | 2193 return -ETOOSMALL; in ethtool_get_perm_addr()
|