Lines Matching refs:gopt
98 if (gopt.auto_attrcache == 0) {
111 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTIMEO, gopt.auto_attrcache);
115 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTDIRMIN, gopt.auto_attrcache);
119 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTDIRMAX, gopt.auto_attrcache);
123 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTREGMIN, gopt.auto_attrcache);
127 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTREGMAX, gopt.auto_attrcache);
150 if (gopt.flags & CFM_FORCED_UNMOUNTS) {
217 if (gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL] > 0) {
219 MNTTAB_OPT_TIMEO, gopt.amfs_auto_timeo[AMU_TYPE_TOPLVL]);
222 if (gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL] > 0) {
224 MNTTAB_OPT_RETRANS, gopt.amfs_auto_retrans[AMU_TYPE_TOPLVL]);
234 if (gopt.auto_attrcache == 0) {
307 if (gopt.flags & CFM_FORCED_UNMOUNTS) {