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/nfsd/
H A Dnfsd.h303 #define nfserr_retry_uncached_rep cpu_to_be32(NFS4ERR_RETRY_UNCACHED_REP)
/linux/include/linux/
H A Dnfs4.h263 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/
H A Dnfs4proc.c599 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_do_handle_exception()
932 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs41_sequence_process()
9323 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_get_lease_time_done()
9778 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs41_reclaim_complete_handle_errors()
10539 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_handle_delay_or_session_error()
/linux/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1151 case NFS4ERR_RETRY_UNCACHED_REP: in ff_layout_async_handle_error_v4()