HomeSort by: relevance | last modified time | path
    Searched defs:acval (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/am-utils/dist/libamu/
mount_fs.c 376 int acval = 0; local
386 * acval is set to 0 at the top of the function. If actimeo mount option
387 * exists and defined in mntopts, then its acval is set to it.
389 * If acval is zero, it means it was never defined in mntopts or the
392 * Regardless of the value of acval, mount flags are set based directly
396 err_acval = hasmntvalerr(mntp, MNTTAB_OPT_ACTIMEO, &acval); /* attr cache timeout (sec) */
403 nap->acregmin = acval; /* min ac timeout for reg files (sec) */
424 nap->acregmax = acval; /* max ac timeout for reg files (sec) */
445 nap->acdirmin = acval; /* min ac timeout for dirs (sec) */
466 nap->acdirmax = acval; /* max ac timeout for dirs (sec) *
    [all...]
mount_fs.c 376 int acval = 0; local
386 * acval is set to 0 at the top of the function. If actimeo mount option
387 * exists and defined in mntopts, then its acval is set to it.
389 * If acval is zero, it means it was never defined in mntopts or the
392 * Regardless of the value of acval, mount flags are set based directly
396 err_acval = hasmntvalerr(mntp, MNTTAB_OPT_ACTIMEO, &acval); /* attr cache timeout (sec) */
403 nap->acregmin = acval; /* min ac timeout for reg files (sec) */
424 nap->acregmax = acval; /* max ac timeout for reg files (sec) */
445 nap->acdirmin = acval; /* min ac timeout for dirs (sec) */
466 nap->acdirmax = acval; /* max ac timeout for dirs (sec) *
    [all...]

Completed in 48 milliseconds