Home
last modified time | relevance | path

Searched refs:ETOOSMALL (Results 1 – 13 of 13) sorted by relevance

/linux-4.1.27/include/linux/
Derrno.h26 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/
Derrno.c182 [ETOOSMALL] = LUSTRE_ETOOSMALL,
328 [LUSTRE_ETOOSMALL] = ETOOSMALL,
/linux-4.1.27/fs/nfsd/
Dblocklayoutxdr.c49 return -ETOOSMALL; in nfsd4_block_encode_volume()
Dnfsproc.c746 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
Dnfs4callback.c195 { NFS4ERR_TOOSMALL, -ETOOSMALL },
/linux-4.1.27/drivers/usb/gadget/function/
Dstorage_common.c261 rc = -ETOOSMALL; in fsg_lun_open()
/linux-4.1.27/drivers/hv/
Dchannel.c900 return -ETOOSMALL; in vmbus_recvpacket()
/linux-4.1.27/fs/nfs/
Dnfs2xdr.c1092 { NFSERR_TOOSMALL, -ETOOSMALL },
Dnfs4trace.h36 { -ETOOSMALL, "ETOOSMALL" }, \
Dnfs3xdr.c2467 { NFSERR_TOOSMALL, -ETOOSMALL },
Ddir.c920 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
Dnfs4xdr.c5765 if (status == -ETOOSMALL) { in decode_getdeviceinfo()
7315 { NFS4ERR_TOOSMALL, -ETOOSMALL },
/linux-4.1.27/net/core/
Dethtool.c1401 return -ETOOSMALL; in ethtool_get_perm_addr()