Searched refs:R_DONTRECOVER (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/sys/fs/nfs/
H A Dnfs.h483 #define R_DONTRECOVER 0x00000100 /* don't initiate recovery when this macro
H A Dnfs_commonkrpc.c640 * Now only used for the R_DONTRECOVER case, but until that is
884 * If R_DONTRECOVER is set, replace the stale error
889 rep != NULL && (rep->r_flags & R_DONTRECOVER))
/freebsd-9.3-release/sys/fs/nfsclient/
H A Dnfs_clstate.c1898 * translated to NFSERR_STALEDONTRECOVER when R_DONTRECOVER is set.
1904 rep->r_flags |= R_DONTRECOVER;

Completed in 105 milliseconds