Searched refs:ETOOSMALL (Results 1 – 15 of 15) sorted by relevance
/linux/drivers/soc/qcom/ |
A 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/include/linux/ |
A D | errno.h | 28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
|
/linux/fs/nfsd/ |
A D | blocklayoutxdr.c | 51 return -ETOOSMALL; in nfsd4_block_encode_volume() 62 return -ETOOSMALL; in nfsd4_block_encode_volume()
|
A D | nfsproc.c | 878 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
|
A D | nfs4callback.c | 188 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
/linux/lib/ |
A D | errname.c | 192 E(ETOOSMALL),
|
/linux/include/trace/events/ |
A D | nfs.h | 224 { ETOOSMALL, "ETOOSMALL" }, \
|
/linux/drivers/usb/gadget/function/ |
A D | storage_common.c | 255 rc = -ETOOSMALL; in fsg_lun_open()
|
/linux/fs/nfs/ |
A D | nfs2xdr.c | 1096 { NFSERR_TOOSMALL, -ETOOSMALL },
|
A D | nfs42xdr.c | 570 if (status == -ETOOSMALL) in decode_listxattrs()
|
A D | nfs3xdr.c | 2489 { NFSERR_TOOSMALL, -ETOOSMALL },
|
A D | dir.c | 1130 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
|
A D | nfs4xdr.c | 5859 if (status == -ETOOSMALL) { in decode_getdeviceinfo() 7508 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
/linux/net/rxrpc/ |
A D | af_rxrpc.c | 705 return -ETOOSMALL; in rxrpc_getsockopt()
|
/linux/net/ethtool/ |
A D | ioctl.c | 2144 return -ETOOSMALL; in ethtool_get_perm_addr()
|
Completed in 74 milliseconds