Home
last modified time | relevance | path

Searched refs:NFS4ERR_RETRY_UNCACHED_REP (Results 1 – 6 of 6) 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.c599 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_do_handle_exception()
932 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs41_sequence_process()
9322 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_get_lease_time_done()
9777 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs41_reclaim_complete_handle_errors()
10538 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_handle_delay_or_session_error()
/linux/fs/nfsd/
H A Dnfsd.h303 #define nfserr_retry_uncached_rep cpu_to_be32(NFS4ERR_RETRY_UNCACHED_REP)
/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.c1146 case NFS4ERR_RETRY_UNCACHED_REP: in ff_layout_async_handle_error_v4()