| /src/external/bsd/am-utils/dist/amd/ |
| amfs_toplvl.c | 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); 234 if (gopt.auto_attrcache == 0) {
|
| amd.c | 251 gopt.auto_attrcache = 0;
|
| conf.c | 162 {"auto_attrcache", gopt_auto_attrcache}, 384 gopt.auto_attrcache = atoi(val); 385 if (gopt.auto_attrcache < 0) {
|
| amd.h | 268 int auto_attrcache; /* attribute cache timeout for auto dirs */ member in struct:amu_global_options
|