Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:lastcheck

298 	time_t lastcheck;
309 lastcheck = fs->super->s_lastcheck;
310 if (lastcheck > ctx->now)
311 lastcheck -= ctx->time_fudge;
327 } else if (fs->super->s_checkinterval && (ctx->now < lastcheck)) {
332 ((ctx->now - lastcheck) >=