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/fs/nfs/
H A Dnfs4proc.c184 case -NFS4ERR_WRONGSEC: in nfs4_map_errors()
4279 case -NFS4ERR_WRONGSEC: in nfs4_lookup_root()
4307 * NFSv4.0: the PUTROOTFH operation returns NFS4ERR_WRONGSEC
4333 if (status == -NFS4ERR_WRONGSEC || status == -EACCES) in nfs4_find_root_sec()
4342 if (status == -NFS4ERR_WRONGSEC || status == -EACCES) in nfs4_find_root_sec()
4377 if (auth_probe || status == NFS4ERR_WRONGSEC) in nfs4_proc_get_rootfh()
4638 case -NFS4ERR_WRONGSEC: in nfs4_proc_lookup_common()
8648 err = -NFS4ERR_WRONGSEC; in nfs4_proc_secinfo()
8656 * integrity protection returns NFS4ERR_WRONGSEC (which is in nfs4_proc_secinfo()
8660 if (err == -NFS4ERR_WRONGSEC) in nfs4_proc_secinfo()
[all...]
H A Dnfs4state.c2336 case -NFS4ERR_WRONGSEC: in nfs4_discover_server_trunking()