Home
last modified time | relevance | path

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

/linux-6.6.21/include/trace/misc/
Dnfs.h193 TRACE_DEFINE_ENUM(NFS4ERR_WRONGSEC);
342 { NFS4ERR_WRONGSEC, "WRONGSEC" }, \
/linux-6.6.21/include/linux/
Dnfs4.h206 NFS4ERR_WRONGSEC = 10016, enumerator
/linux-6.6.21/fs/nfs/
Dnfs4proc.c175 case -NFS4ERR_WRONGSEC: in nfs4_map_errors()
4114 case -NFS4ERR_WRONGSEC: in nfs4_lookup_root()
4166 if (status == -NFS4ERR_WRONGSEC || status == -EACCES) in nfs4_find_root_sec()
4175 if (status == -NFS4ERR_WRONGSEC || status == -EACCES) in nfs4_find_root_sec()
4211 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh()
4478 case -NFS4ERR_WRONGSEC: in nfs4_proc_lookup_common()
8394 err = -NFS4ERR_WRONGSEC; in nfs4_proc_secinfo()
8406 if (err == -NFS4ERR_WRONGSEC) in nfs4_proc_secinfo()
10121 err = -NFS4ERR_WRONGSEC; in nfs41_proc_secinfo_no_name()
10134 if (err == -NFS4ERR_WRONGSEC) in nfs41_proc_secinfo_no_name()
[all …]
Dnfs4state.c2344 case -NFS4ERR_WRONGSEC: in nfs4_discover_server_trunking()