Home
last modified time | relevance | path

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

/linux/include/linux/
H A Derrno.h29 #define ESERVERFAULT 526 /* An untranslatable error occurred */ macro
/linux/net/9p/
H A Derror.c222 errno = ESERVERFAULT; in p9_errstr2errno()
/linux/fs/nfs_common/
H A Dcommon.c171 { NFS4ERR_SERVERFAULT, -ESERVERFAULT },
/linux/rust/kernel/
H A Derror.rs84 declare_err!(ESERVERFAULT, "An untranslatable error occurred.");
/linux/lib/
H A Derrname.c193 E(ESERVERFAULT),
/linux/fs/nfsd/
H A Dnfs4callback.c212 { NFS4ERR_SERVERFAULT, -ESERVERFAULT },
533 int status = -ESERVERFAULT; in decode_cb_sequence4resok()
1489 case -ESERVERFAULT: in nfsd4_cb_sequence_done()
H A Dvfs.c99 { nfserr_serverfault, -ESERVERFAULT }, in nfserrno()
/linux/net/sunrpc/
H A Dsvc.c1738 return ERR_PTR(-ESERVERFAULT); in svc_fill_symlink_pathname()
/linux/fs/nfs/
H A Dnfs4state.c2000 return -ESERVERFAULT; in nfs4_handle_reclaim_lease_error()