Searched defs:lastcheck (Results 1 - 1 of 1) sorted by relevance

/external/e2fsprogs/e2fsck/
H A Dunix.c341 time_t lastcheck; local
359 lastcheck = fs->super->s_lastcheck;
360 if (lastcheck > ctx->now)
361 lastcheck -= ctx->time_fudge;
378 (ctx->now < lastcheck)) {
383 ((ctx->now - lastcheck) >=

Completed in 83 milliseconds