Home
last modified time | relevance | path

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

/linux/include/trace/misc/
H A Dnfs.h127 TRACE_DEFINE_ENUM(NFS4ERR_ENCR_ALG_UNSUPP);
277 { NFS4ERR_ENCR_ALG_UNSUPP, "ENCR_ALG_UNSUPP" }, \
/linux/Documentation/filesystems/nfs/
H A Dnfs41-server.rst228 NFS4ERR_ENCR_ALG_UNSUPP on EXCHANGE_ID, which should be future-proof.
233 NFS4ERR_ENCR_ALG_UNSUPP on CREATE_SESSION.
/linux/fs/nfsd/
H A Dnfsd.h315 #define nfserr_encr_alg_unsupp cpu_to_be32(NFS4ERR_ENCR_ALG_UNSUPP)
/linux/include/linux/
H A Dnfs4.h273 NFS4ERR_ENCR_ALG_UNSUPP = 10079, /* SSV alg mismatch */ enumerator