Home
last modified time | relevance | path

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

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