Searched refs:auto_attrcache (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/bsd/am-utils/dist/amd/ |
H A D | amfs_toplvl.c | 98 if (gopt.auto_attrcache == 0) { in set_auto_attrcache_timeout() 111 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTIMEO, gopt.auto_attrcache); in set_auto_attrcache_timeout() 115 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTDIRMIN, gopt.auto_attrcache); in set_auto_attrcache_timeout() 119 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTDIRMAX, gopt.auto_attrcache); in set_auto_attrcache_timeout() 123 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTREGMIN, gopt.auto_attrcache); in set_auto_attrcache_timeout() 127 xsnprintf(preopts, l, ",%s=%d", MNTTAB_OPT_ACTREGMAX, gopt.auto_attrcache); in set_auto_attrcache_timeout() 234 if (gopt.auto_attrcache == 0) { in amfs_toplvl_mount()
|
H A D | amd.c | 251 gopt.auto_attrcache = 0; in init_global_options()
|
H A D | conf.c | 384 gopt.auto_attrcache = atoi(val); in gopt_auto_attrcache() 385 if (gopt.auto_attrcache < 0) { in gopt_auto_attrcache()
|
H A D | amd.h | 268 int auto_attrcache; /* attribute cache timeout for auto dirs */ member
|
/netbsd-src/external/bsd/am-utils/dist/scripts/ |
H A D | amd.conf-sample | 59 auto_attrcache = 0
|
/netbsd-src/external/bsd/am-utils/dist/ |
H A D | BUGS | 297 workaround which would minimize this effect is to set auto_attrcache=1 in
|
H A D | AUTHORS | 178 and auto_attrcache. Patch to cleanup NFS attribute-cache flag computation.
|
H A D | ChangeLog | 758 * doc/am-utils.texi (auto_attrcache Parameter): revise discussion 1162 * BUGS, NEWS, doc/am-utils.texi (auto_attrcache Parameter), 3291 add "noac" if amd.conf option auto_attrcache was set to 0. This 3304 domain_strip and auto_attrcache. 3307 auto_attrcache. Add warning to auto_attrcache use in case of 3311 options domain_strip and auto_attrcache. Add warning to 3312 auto_attrcache use in case of ESTALE. 3315 option auto_attrcache.
|
H A D | NEWS | 387 - new amd.conf [global] parameter: auto_attrcache (default to 0). Sets
|
/netbsd-src/external/bsd/am-utils/dist/doc/ |
H A D | am-utils.texi | 4422 * auto_attrcache Parameter:: 4478 @node arch Parameter, auto_attrcache Parameter, Global Parameters, Global Parameters 4488 @node auto_attrcache Parameter, auto_dir Parameter, arch Parameter, Global Parameters 4490 @subsection @t{auto_attrcache} Parameter 4491 @cindex auto_attrcache Parameter 4516 smallest possible non-zero value (set @samp{auto_attrcache=1} in your 4552 auto_attrcache = 1 4564 @node auto_dir Parameter, cache_duration Parameter, auto_attrcache Parameter, Global Parameters
|