Home
last modified time | relevance | path

Searched refs:NFS4ERR_WRONGSEC (Results 1 – 3 of 3) sorted by relevance

/linux/include/trace/misc/
H A Dnfs.h192 TRACE_DEFINE_ENUM(NFS4ERR_WRONGSEC);
342 { NFS4ERR_WRONGSEC, "WRONGSEC" }, \
/linux/include/linux/
H A Dnfs4.h208 NFS4ERR_WRONGSEC = 10016, enumerator
/linux/fs/nfs/
H A Dnfs4proc.c184 case -NFS4ERR_WRONGSEC: in nfs4_map_errors()
4258 case -NFS4ERR_WRONGSEC: in nfs4_lookup_root()
4310 if (status == -NFS4ERR_WRONGSEC || status == -EACCES) in nfs4_find_root_sec()
4319 if (status == -NFS4ERR_WRONGSEC || status == -EACCES) in nfs4_find_root_sec()
4355 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh()
4621 case -NFS4ERR_WRONGSEC: in nfs4_proc_lookup_common()
8590 err = -NFS4ERR_WRONGSEC; in nfs4_proc_secinfo()
8602 if (err == -NFS4ERR_WRONGSEC) in nfs4_proc_secinfo()
10345 err = -NFS4ERR_WRONGSEC; in nfs41_proc_secinfo_no_name()
10358 if (err == -NFS4ERR_WRONGSEC) in nfs41_proc_secinfo_no_name()
[all …]