Home
last modified time | relevance | path

Searched refs:NFS4ERR_SEQ_FALSE_RETRY (Results 1 – 8 of 8) sorted by relevance

/linux/include/trace/misc/
H A Dnfs.h180 TRACE_DEFINE_ENUM(NFS4ERR_SEQ_FALSE_RETRY);
330 { NFS4ERR_SEQ_FALSE_RETRY, "SEQ_FALSE_RETRY" }, \
/linux/fs/nfsd/
H A Dnfsd.h307 #define nfserr_seq_false_retry cpu_to_be32(NFS4ERR_SEQ_FALSE_RETRY)
/linux/include/linux/
H A Dnfs4.h268 NFS4ERR_SEQ_FALSE_RETRY = 10076, /* retry not original */ enumerator
/linux/fs/nfs/
H A Dcallback_proc.c427 ret = cpu_to_be32(NFS4ERR_SEQ_FALSE_RETRY); in validate_seqid()
H A Dnfs4state.c1903 case -NFS4ERR_SEQ_FALSE_RETRY: in nfs4_recovery_handle_error()
H A Dnfs4proc.c542 case -NFS4ERR_SEQ_FALSE_RETRY: in nfs4_do_handle_exception()
891 case -NFS4ERR_SEQ_FALSE_RETRY: in nfs41_sequence_process()
/linux/fs/nfs/filelayout/
H A Dfilelayout.c143 case -NFS4ERR_SEQ_FALSE_RETRY: in filelayout_async_handle_error()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1092 case -NFS4ERR_SEQ_FALSE_RETRY: in ff_layout_async_handle_error_v4()