Lines Matching refs:NMFLAG
711 timeo.tv_sec = (NMFLAG(nmp, SOFT) || nfs_can_squish(nmp)) ? 5 : 60; in nfs_socket_options()
742 if (!NMFLAG(nmp, INTR)) { in nfs_socket_options()
888 ((nss->nss_protocol == NFS_PROG) && NMFLAG(nmp, RESVPORT)), &nso); in nfs_connect_search_new_socket()
930 if ((nso->nso_sotype != SOCK_STREAM) && NMFLAG(nmp, NOCONNECT)) { in nfs_connect_search_socket_connect()
1526 NFS_PROG, nfsvers, NMFLAG(nmp, RESVPORT), &nsonfs); in nfs_connect()
1787 if (!NMFLAG(nmp, NOCALLBACK)) { in nfs_connect()
2316 (nmp->nm_state & NFSSTA_MOUNTED) && NMFLAG(nmp, CALLUMNT) && in nfs_mount_sock_thread()
3396 if (NMFLAG(nmp, INTR) && !(req->r_flags & R_NOINTR)) { in nfs_send()
3421 if ((NMFLAG(nmp, SOFT) || (req->r_flags & R_SOFT)) && (nmp->nm_reconnect_start > 0)) { in nfs_send()
3471 slpflag = (NMFLAG(nmp, INTR) && req->r_thread) ? PCATCH : 0; in nfs_send()
3963 if (req->r_nmp && NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) { in nfs_wait_reply()
4314 if (NMFLAG(nmp, SOFT) || (req->r_flags & R_SOFT)) { in nfs_request_add_header()
4485 (nmp && (NMFLAG(nmp, SOFT) || (req->r_flags & R_SOFT)) && in nfs_request_finish()
4588 int delay, slpflag = (NMFLAG(nmp, INTR) && !(req->r_flags & R_NOINTR)) ? PCATCH : 0; in nfs_request_finish()
4614 if ((NMFLAG(nmp, SOFT) || (req->r_flags & R_SOFT)) && (req->r_delay == 30) && in nfs_request_finish()
5018 …int slpflag = (req->r_nmp && NMFLAG(req->r_nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINT… in nfs_request_async()
5353 if (!(NMFLAG(nmp, SOFT) || (req->r_flags & R_SOFT)) && !nfs_can_squish(nmp)) { in nfs_request_timer()
5374 } else if (NMFLAG(nmp, DUMBTIMER)) { in nfs_request_timer()
5467 if ((NMFLAG(nmp, SOFT) || (req->r_flags & (R_SETUP | R_RECOVER | R_SOFT))) && in nfs_request_timer()
5644 if (NMFLAG(nmp, INTR) && ((p = get_bsdthreadtask_info(thd))) && in nfs_sigintr()
5672 if (NMFLAG(nmp, INTR) && req->r_thread && !(req->r_flags & R_NOINTR)) { in nfs_sndlock()
6137 int softsquish = ((nfs_squishy_flags & NFS_SQUISH_SOFT) & NMFLAG(nmp, SOFT)); in nfs_can_squish()
6273 int cache_ok = (nfs_is_mobile || NMFLAG(nmp, SOFT) || in nfs_use_cache()
6308 if (NMFLAG(nmp, MUTEJUKEBOX)) { /* jukebox timeouts don't count as unresponsive if muted */ in nfs_down()
6314 softnobrowse = (NMFLAG(nmp, SOFT) && (vfs_flags(nmp->nm_mountp) & MNT_DONTBROWSE)); in nfs_down()
6376 if (NMFLAG(nmp, MUTEJUKEBOX)) { /* jukebox timeouts don't count as unresponsive if muted */ in nfs_up()
6382 softnobrowse = (NMFLAG(nmp, SOFT) && (vfs_flags(nmp->nm_mountp) & MNT_DONTBROWSE)); in nfs_up()