Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dnfs4.h231 NFS4ERR_SEQUENCE_POS = 10064, /* [CB_]SEQ. op not 1st op */ enumerator
/linux-4.1.27/fs/nfsd/
Dnfsd.h229 #define nfserr_sequence_pos cpu_to_be32(NFS4ERR_SEQUENCE_POS)
/linux-4.1.27/fs/nfs/
Dnfs4trace.h147 { -NFS4ERR_SEQUENCE_POS, "SEQUENCE_POS" }, \
Dcallback_xdr.c727 return htonl(NFS4ERR_SEQUENCE_POS); in preprocess_nfs41_op()