Searched refs:auto_attrcache (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/amd/amd/
H A Damfs_toplvl.c96 if (gopt.auto_attrcache == 0) {
109 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTIMEO, gopt.auto_attrcache);
113 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTDIRMIN, gopt.auto_attrcache);
117 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTDIRMAX, gopt.auto_attrcache);
121 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTREGMIN, gopt.auto_attrcache);
125 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTREGMAX, gopt.auto_attrcache);
232 if (gopt.auto_attrcache == 0) {
H A Damd.c253 gopt.auto_attrcache = 0;
H A Dconf.c160 {"auto_attrcache", gopt_auto_attrcache},
382 gopt.auto_attrcache = atoi(val);
383 if (gopt.auto_attrcache < 0) {
H A Damd.h266 int auto_attrcache; /* attribute cache timeout for auto dirs */ member in struct:amu_global_options

Completed in 85 milliseconds