Searched refs:AMU_TYPE_TOPLVL (Results 1 – 3 of 3) sorted by relevance
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()222 if (gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] > 0) { in amfs_toplvl_mount()224 MNTTAB_OPT_RETRANS, gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL]); in amfs_toplvl_mount()
924 gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] = atoi(val); in gopt_nfs_retransmit_counter_toplvl()959 gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] = atoi(val); in gopt_nfs_retry_interval_toplvl()
296 #define AMU_TYPE_TOPLVL 2 /* for amfs_auto_{timeo,retrans,toplvl} */ macro