Home
last modified time | relevance | path

Searched refs:ESERVERFAULT (Results 1 – 7 of 7) 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.c170 { NFS4ERR_SERVERFAULT, -ESERVERFAULT },
/linux/lib/
H A Derrname.c193 E(ESERVERFAULT),
/linux/rust/kernel/
H A Derror.rs85 declare_err!(ESERVERFAULT, "An untranslatable error occurred.");
/linux/net/sunrpc/
H A Dsvc.c1807 return ERR_PTR(-ESERVERFAULT); in svc_fill_symlink_pathname()
/linux/fs/nfs/
H A Dnfs4state.c1932 return -ESERVERFAULT; in nfs4_handle_reclaim_lease_error()