Home
last modified time | relevance | path

Searched refs:ESERVERFAULT (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/include/linux/
H A Derrno.h29 #define ESERVERFAULT 526 /* An untranslatable error occurred */ macro
/openbmc/u-boot/include/linux/
H A Derrno.h162 #define ESERVERFAULT 526 /* An untranslatable error occurred */ macro
/openbmc/linux/net/9p/
H A Derror.c225 errno = ESERVERFAULT; in p9_errstr2errno()
/openbmc/linux/lib/
H A Derrname.c193 E(ESERVERFAULT),
/openbmc/linux/rust/kernel/
H A Derror.rs78 declare_err!(ESERVERFAULT, "An untranslatable error occurred.");
/openbmc/linux/fs/nfsd/
H A Dnfs4callback.c200 { NFS4ERR_SERVERFAULT, -ESERVERFAULT },
420 int status = -ESERVERFAULT; in decode_cb_sequence4resok()
1196 case -ESERVERFAULT: in nfsd4_cb_sequence_done()
H A Dvfs.c97 { nfserr_serverfault, -ESERVERFAULT }, in nfserrno()
/openbmc/linux/net/sunrpc/
H A Dsvc.c1744 return ERR_PTR(-ESERVERFAULT); in svc_fill_symlink_pathname()
/openbmc/linux/fs/nfs/
H A Dnfs4state.c2011 return -ESERVERFAULT; in nfs4_handle_reclaim_lease_error()