Searched refs:ETOOSMALL (Results 1 – 13 of 13) sorted by relevance
/linux-4.1.27/include/linux/ |
D | errno.h | 26 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | errno.c | 182 [ETOOSMALL] = LUSTRE_ETOOSMALL, 328 [LUSTRE_ETOOSMALL] = ETOOSMALL,
|
/linux-4.1.27/fs/nfsd/ |
D | blocklayoutxdr.c | 49 return -ETOOSMALL; in nfsd4_block_encode_volume()
|
D | nfsproc.c | 746 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
|
D | nfs4callback.c | 195 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | storage_common.c | 261 rc = -ETOOSMALL; in fsg_lun_open()
|
/linux-4.1.27/drivers/hv/ |
D | channel.c | 900 return -ETOOSMALL; in vmbus_recvpacket()
|
/linux-4.1.27/fs/nfs/ |
D | nfs2xdr.c | 1092 { NFSERR_TOOSMALL, -ETOOSMALL },
|
D | nfs4trace.h | 36 { -ETOOSMALL, "ETOOSMALL" }, \
|
D | nfs3xdr.c | 2467 { NFSERR_TOOSMALL, -ETOOSMALL },
|
D | dir.c | 920 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
|
D | nfs4xdr.c | 5765 if (status == -ETOOSMALL) { in decode_getdeviceinfo() 7315 { NFS4ERR_TOOSMALL, -ETOOSMALL },
|
/linux-4.1.27/net/core/ |
D | ethtool.c | 1401 return -ETOOSMALL; in ethtool_get_perm_addr()
|