Home
last modified time | relevance | path

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

/linux-6.6.21/include/trace/misc/
Dnfs.h176 TRACE_DEFINE_ENUM(NFS4ERR_RETRY_UNCACHED_REP);
325 { NFS4ERR_RETRY_UNCACHED_REP, "RETRY_UNCACHED_REP" }, \
/linux-6.6.21/fs/nfs/
Dcallback_proc.c418 ret = cpu_to_be32(NFS4ERR_RETRY_UNCACHED_REP); in validate_seqid()
576 if (status == htonl(NFS4ERR_RETRY_UNCACHED_REP)) { in nfs4_callback_sequence()
Dnfs4proc.c566 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_do_handle_exception()
865 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs41_sequence_process()
9066 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_get_lease_time_done()
9521 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs41_reclaim_complete_handle_errors()
10257 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_handle_delay_or_session_error()
/linux-6.6.21/include/linux/
Dnfs4.h260 NFS4ERR_RETRY_UNCACHED_REP = 10068, /* retry & rep. uncached */ enumerator
/linux-6.6.21/fs/nfsd/
Dnfsd.h282 #define nfserr_retry_uncached_rep cpu_to_be32(NFS4ERR_RETRY_UNCACHED_REP)
/linux-6.6.21/fs/nfs/filelayout/
Dfilelayout.c154 case -NFS4ERR_RETRY_UNCACHED_REP: in filelayout_async_handle_error()
/linux-6.6.21/fs/nfs/flexfilelayout/
Dflexfilelayout.c1111 case -NFS4ERR_RETRY_UNCACHED_REP: in ff_layout_async_handle_error_v4()