Home
last modified time | relevance | path

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

/linux/fs/nfs_common/
H A Dcommon.c43 { NFSERR_TOOSMALL, -ETOOSMALL },
101 { NFS4ERR_TOOSMALL, -ETOOSMALL },
/linux/include/linux/
H A Derrno.h28 #define ETOOSMALL 525 /* Buffer or request is too small */ macro
/linux/fs/nfsd/
H A Dblocklayoutxdr.c69 return -ETOOSMALL; in nfsd4_block_encode_volume()
80 return -ETOOSMALL; in nfsd4_block_encode_volume()
H A Dnfs4callback.c211 { NFS4ERR_TOOSMALL, -ETOOSMALL },
H A Dvfs.c98 { nfserr_toosmall, -ETOOSMALL }, in nfserrno()
/linux/lib/
H A Derrname.c192 E(ETOOSMALL),
/linux/rust/kernel/
H A Derror.rs83 declare_err!(ETOOSMALL, "Buffer or request is too small.");
/linux/include/trace/misc/
H A Dnfs.h221 { ETOOSMALL, "ETOOSMALL" }, \
/linux/drivers/gpu/drm/msm/
H A Dmsm_drv.c542 ret = -ETOOSMALL; in msm_ioctl_gem_info_get_metadata()
632 ret = -ETOOSMALL; in msm_ioctl_gem_info()
/linux/drivers/usb/gadget/function/
H A Dstorage_common.c256 rc = -ETOOSMALL; in fsg_lun_open()
/linux/net/core/
H A Dscm.c310 return -ETOOSMALL; in put_cmsg_notrunc()
/linux/net/rxrpc/
H A Daf_rxrpc.c765 return -ETOOSMALL; in rxrpc_getsockopt()
/linux/fs/nfs/
H A Dnfs42xdr.c1294 if (status == -ETOOSMALL) in decode_listxattrs()
H A Ddir.c1294 if (res == -ETOOSMALL && desc->plus) { in nfs_readdir()
/linux/sound/soc/intel/avs/
H A Dpath.c330 return ERR_PTR(-ETOOSMALL); in avs_nhlt_config_or_default()
/linux/net/ethtool/
H A Dioctl.c2653 return -ETOOSMALL; in ethtool_get_perm_addr()