Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dnfs4.h274 NFS4ERR_WRONG_CRED = 10082, /* permissions:state change */ enumerator
/kernel/linux/linux-5.10/fs/nfsd/
Dnfsd.h276 #define nfserr_wrong_cred cpu_to_be32(NFS4ERR_WRONG_CRED)
/kernel/linux/linux-5.10/fs/nfs/
Dnfs4trace.h154 TRACE_DEFINE_ENUM(NFS4ERR_WRONG_CRED);
309 { NFS4ERR_WRONG_CRED, "WRONG_CRED" }, \
Dnfs4proc.c177 case -NFS4ERR_WRONG_CRED: in nfs4_map_errors()
9257 case -NFS4ERR_WRONG_CRED: /* What to do here? */ in nfs41_reclaim_complete_handle_errors()