Searched refs:amfs_auto_timeo (Results 1 – 6 of 6) sorted by relevance
238 gopt.amfs_auto_timeo[i] = atoi(optarg); in get_args()414 if (gopt.amfs_auto_timeo[i] == 0) in get_args()415 gopt.amfs_auto_timeo[i] = AMFS_AUTO_TIMEO; in get_args()
217 if (gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] > 0) { in amfs_toplvl_mount()219 MNTTAB_OPT_TIMEO, gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL]); in amfs_toplvl_mount()
935 gopt.amfs_auto_timeo[i] = atoi(val); in gopt_nfs_retry_interval()943 gopt.amfs_auto_timeo[AMU_TYPE_UDP] = atoi(val); in gopt_nfs_retry_interval_udp()951 gopt.amfs_auto_timeo[AMU_TYPE_TCP] = atoi(val); in gopt_nfs_retry_interval_tcp()959 gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] = atoi(val); in gopt_nfs_retry_interval_toplvl()
179 …ne AMFS_AUTO_RETRANS(x) ((ALLOWED_MOUNT_TIME*10+5*gopt.amfs_auto_timeo[(x)])/gopt.amfs_auto_timeo[…299 int amfs_auto_timeo[AMU_TYPE_MAX]; /* NFS retry interval */ member
293 gopt.amfs_auto_timeo[i] = -1; /* -1 means "never set before" */ in init_global_options()
834 if (gopt.amfs_auto_timeo[proto] > 0) in mount_nfs_fh()836 MNTTAB_OPT_TIMEO, gopt.amfs_auto_timeo[proto]); in mount_nfs_fh()