Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dnfs4.h368 NFS4ERR_WRONG_CRED = 10082, /* permissions:state change */ enumerator
/linux-2.6.39/fs/nfsd/
Dnfsd.h203 #define nfserr_wrong_cred cpu_to_be32(NFS4ERR_WRONG_CRED)
/linux-2.6.39/fs/nfs/
Dnfs4proc.c5482 case -NFS4ERR_WRONG_CRED: /* What to do here? */ in nfs41_reclaim_complete_handle_errors()