HomeSort by: relevance | last modified time | path
    Searched refs:autofs_cache (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/autofs/
autofs.c 119 int autofs_cache = 600; variable in typeref:typename:int
401 if (!error && !request_error && autofs_cache > 0) {
404 callout_reset(&anp->an_callout, autofs_cache * hz,
autofs.h 78 extern int autofs_cache;
autofs_vfsops.c 423 CTLTYPE_INT, "autofs_cache",
425 NULL, 0, &autofs_cache, 0,

Completed in 11 milliseconds