Searched refs:R_SOFTTERM (Results 1 – 3 of 3) sorted by relevance
369 if (rep->r_flags & R_SOFTTERM) in nfs_reconnect()478 if (rep->r_flags & R_SOFTTERM) { in nfs_send()524 if (rep->r_flags & R_SOFTTERM) in nfs_send()769 if (rep->r_mrep || (rep->r_flags & R_SOFTTERM)) in nfs_timer()772 rep->r_flags |= R_SOFTTERM; in nfs_timer()803 rep->r_flags |= R_SOFTTERM; in nfs_timer()890 if (rep && (rep->r_flags & R_SOFTTERM)) in nfs_sigintr()
137 if (rep->r_mrep || (rep->r_flags & R_SOFTTERM)) { in nfs_receive()180 if (rep->r_flags & R_SOFTTERM) in nfs_receive()255 if (rep->r_flags & R_SOFTTERM) in nfs_receive()
346 #define R_SOFTTERM 0x04 /* soft mnt, too many retries */ macro