Searched refs:ETOOSMALL (Results 1 – 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/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()
|
/kernel/linux/linux-5.10/include/linux/ |
D | errno.h | 28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
|
/kernel/linux/linux-5.10/fs/nfsd/ |
D | blocklayoutxdr.c | 51 return -ETOOSMALL; in nfsd4_block_encode_volume() 62 return -ETOOSMALL; in nfsd4_block_encode_volume()
|
D | nfsproc.c | 841 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
|
D | nfs4callback.c | 188 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
/kernel/linux/linux-5.10/lib/ |
D | errname.c | 191 E(ETOOSMALL),
|
/kernel/linux/linux-5.10/drivers/usb/gadget/function/ |
D | storage_common.c | 255 rc = -ETOOSMALL; in fsg_lun_open()
|
/kernel/linux/linux-5.10/fs/nfs/ |
D | nfs2xdr.c | 1095 { NFSERR_TOOSMALL, -ETOOSMALL },
|
D | nfs4trace.h | 33 TRACE_DEFINE_ENUM(ETOOSMALL); 185 { ETOOSMALL, "ETOOSMALL" }, \
|
D | nfs42xdr.c | 564 if (status == -ETOOSMALL) in decode_listxattrs()
|
D | nfs3xdr.c | 2485 { NFSERR_TOOSMALL, -ETOOSMALL },
|
D | dir.c | 932 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
|
D | nfs4xdr.c | 5829 if (status == -ETOOSMALL) { in decode_getdeviceinfo() 7481 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
/kernel/linux/linux-5.10/net/rxrpc/ |
D | af_rxrpc.c | 704 return -ETOOSMALL; in rxrpc_getsockopt()
|
/kernel/linux/linux-5.10/net/ethtool/ |
D | ioctl.c | 2099 return -ETOOSMALL; in ethtool_get_perm_addr()
|