Home
last modified time | relevance | path

Searched refs:NFS4ERR_RETRY_UNCACHED_REP (Results 1 – 7 of 7) sorted by relevance

/linux/include/trace/misc/
H A Dnfs.h175 TRACE_DEFINE_ENUM(NFS4ERR_RETRY_UNCACHED_REP);
325 { NFS4ERR_RETRY_UNCACHED_REP, "RETRY_UNCACHED_REP" }, \
/linux/fs/nfs/
H A Dcallback_proc.c427 ret = cpu_to_be32(NFS4ERR_RETRY_UNCACHED_REP); in validate_seqid()
590 if (status == htonl(NFS4ERR_RETRY_UNCACHED_REP)) { in nfs4_callback_sequence()
H A Dnfs4proc.c587 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_do_handle_exception()
911 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs41_sequence_process()
9264 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_get_lease_time_done()
9719 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs41_reclaim_complete_handle_errors()
10481 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_handle_delay_or_session_error()
/linux/fs/nfsd/
H A Dnfsd.h305 #define nfserr_retry_uncached_rep cpu_to_be32(NFS4ERR_RETRY_UNCACHED_REP)
/linux/include/linux/
H A Dnfs4.h262 NFS4ERR_RETRY_UNCACHED_REP = 10068, /* retry & rep. uncached */ enumerator
/linux/fs/nfs/filelayout/
H A Dfilelayout.c154 case -NFS4ERR_RETRY_UNCACHED_REP: in filelayout_async_handle_error()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1135 case -NFS4ERR_RETRY_UNCACHED_REP: in ff_layout_async_handle_error_v4()