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