Home
last modified time | relevance | path

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

/openbmc/linux/include/trace/misc/
H A Dnfs.h193 TRACE_DEFINE_ENUM(NFS4ERR_WRONGSEC);
342 { NFS4ERR_WRONGSEC, "WRONGSEC" }, \
/openbmc/linux/include/linux/
H A Dnfs4.h206 NFS4ERR_WRONGSEC = 10016, enumerator
/openbmc/linux/fs/nfs/
H A Dnfs4proc.c175 case -NFS4ERR_WRONGSEC: in nfs4_map_errors()
4137 case -NFS4ERR_WRONGSEC: in nfs4_lookup_root()
4189 if (status == -NFS4ERR_WRONGSEC || status == -EACCES) in nfs4_find_root_sec()
4198 if (status == -NFS4ERR_WRONGSEC || status == -EACCES) in nfs4_find_root_sec()
4234 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh()
4501 case -NFS4ERR_WRONGSEC: in nfs4_proc_lookup_common()
8418 err = -NFS4ERR_WRONGSEC; in nfs4_proc_secinfo()
8430 if (err == -NFS4ERR_WRONGSEC) in nfs4_proc_secinfo()
10148 err = -NFS4ERR_WRONGSEC; in nfs41_proc_secinfo_no_name()
10161 if (err == -NFS4ERR_WRONGSEC) in nfs41_proc_secinfo_no_name()
[all …]
H A Dnfs4state.c2343 case -NFS4ERR_WRONGSEC: in nfs4_discover_server_trunking()