Home
last modified time | relevance | path

Searched refs:nm_retry (Results 1 – 5 of 5) sorted by relevance

/NextBSD/sys/nfsclient/
HDnfsmount.h101 #define nm_retry nm_com.nmcom_retry macro
/NextBSD/sys/fs/nfsclient/
HDnfsmount.h97 #define nm_retry nm_com.nmcom_retry macro
HDnfs_clvfsops.c593 nmp->nm_retry = INT_MAX; in nfs_decode_args()
595 nmp->nm_retry = NFS_RETRANS_TCP; in nfs_decode_args()
624 nmp->nm_retry = argp->retrans; in nfs_decode_args()
625 if (nmp->nm_retry > NFS_MAXREXMIT) in nfs_decode_args()
626 nmp->nm_retry = NFS_MAXREXMIT; in nfs_decode_args()
1331 nmp->nm_retry = NFS_RETRANS; in mountnfs()
1884 nfscl_printoptval(nmp, nmp->nm_retry, ",retrans", &buf, &blen); in nfscl_retopts()
/NextBSD/sys/fs/nfs/
HDnfs_commonkrpc.c279 retries = nmp->nm_retry; in newnfs_connect()
716 timeo = nmp->nm_retry * nmp->nm_timeo / 2; in newnfs_request()
/NextBSD/sys/nlm/
HDnlm_advlock.c239 retries = nmp->nm_retry; in nlm_advlock_internal()