Searched refs:nfs4_try_failover (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4_recovery.c204 if (nfs4_try_failover(ep)) {
2103 * NB: nfs4_try_failover doesn't check for STALE
2110 if (nfs4_try_failover(&e) == 0 && e.stat != NFS4ERR_STALE) {
2680 (nfs4_try_failover(&n4e) ||
3129 try_f = nfs4_try_failover(&recovp->rc_orig_errors) &&
H A Dnfs4_subr.c3014 * nfs4_try_failover - determine whether the client should
3018 nfs4_try_failover(nfs4_error_t *ep) function
3030 * try_failover - internal version of nfs4_try_failover, called
3071 "nfs4_try_failover: %strying failover on error %d",
H A Dnfs4_vfsops.c3330 if (FAILOVER_MOUNT4(mi) && nfs4_try_failover(n4ep)) {
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_clnt.h2093 extern int nfs4_try_failover(nfs4_error_t *);

Completed in 89 milliseconds