Home
last modified time | relevance | path

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

/linux/include/linux/
H A Derrno.h29 #define ESERVERFAULT 526 /* An untranslatable error occurred */ macro
/linux/net/9p/
H A Derror.c225 errno = ESERVERFAULT; in p9_errstr2errno()
/linux/lib/
H A Derrname.c193 E(ESERVERFAULT),
/linux/rust/kernel/
H A Derror.rs80 declare_err!(ESERVERFAULT, "An untranslatable error occurred.");
/linux/fs/nfsd/
H A Dnfs4callback.c214 { NFS4ERR_SERVERFAULT, -ESERVERFAULT },
507 int status = -ESERVERFAULT; in decode_cb_sequence4resok()
1369 case -ESERVERFAULT: in nfsd4_cb_sequence_done()
/linux/net/sunrpc/
H A Dsvc.c1775 return ERR_PTR(-ESERVERFAULT); in svc_fill_symlink_pathname()