Home
last modified time | relevance | path

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

/Linux-v6.1/include/trace/events/
Dnfs.h193 TRACE_DEFINE_ENUM(NFS4ERR_WRONGSEC);
342 { NFS4ERR_WRONGSEC, "WRONGSEC" }, \
/Linux-v6.1/include/linux/
Dnfs4.h206 NFS4ERR_WRONGSEC = 10016, enumerator
/Linux-v6.1/fs/nfs/
Dnfs4proc.c169 case -NFS4ERR_WRONGSEC: in nfs4_map_errors()
4102 case -NFS4ERR_WRONGSEC: in nfs4_lookup_root()
4154 if (status == -NFS4ERR_WRONGSEC || status == -EACCES) in nfs4_find_root_sec()
4163 if (status == -NFS4ERR_WRONGSEC || status == -EACCES) in nfs4_find_root_sec()
4199 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh()
4466 case -NFS4ERR_WRONGSEC: in nfs4_proc_lookup_common()
8372 err = -NFS4ERR_WRONGSEC; in nfs4_proc_secinfo()
8384 if (err == -NFS4ERR_WRONGSEC) in nfs4_proc_secinfo()
10091 err = -NFS4ERR_WRONGSEC; in nfs41_proc_secinfo_no_name()
10104 if (err == -NFS4ERR_WRONGSEC) in nfs41_proc_secinfo_no_name()
[all …]
Dnfs4state.c2327 case -NFS4ERR_WRONGSEC: in nfs4_discover_server_trunking()