Home
last modified time | relevance | path

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

/linux-4.4.14/fs/nfs/
Dcallback_proc.c342 return htonl(NFS4ERR_RETRY_UNCACHED_REP); in validate_seqid()
488 if (status == htonl(NFS4ERR_RETRY_UNCACHED_REP)) { in nfs4_callback_sequence()
Dnfs4trace.h142 { -NFS4ERR_RETRY_UNCACHED_REP, "RETRY_UNCACHED_REP" }, \
Dnfs4proc.c419 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_do_handle_exception()
7234 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs4_get_lease_time_done()
7674 case -NFS4ERR_RETRY_UNCACHED_REP: in nfs41_reclaim_complete_handle_errors()
/linux-4.4.14/include/linux/
Dnfs4.h236 NFS4ERR_RETRY_UNCACHED_REP = 10068, /* retry & rep. uncached */ enumerator
/linux-4.4.14/fs/nfsd/
Dnfsd.h233 #define nfserr_retry_uncached_rep cpu_to_be32(NFS4ERR_RETRY_UNCACHED_REP)
/linux-4.4.14/fs/nfs/filelayout/
Dfilelayout.c172 case -NFS4ERR_RETRY_UNCACHED_REP: in filelayout_async_handle_error()
/linux-4.4.14/fs/nfs/flexfilelayout/
Dflexfilelayout.c1017 case -NFS4ERR_RETRY_UNCACHED_REP: in ff_layout_async_handle_error_v4()