Home
last modified time | relevance | path

Searched refs:time_fudge (Results 1 – 3 of 3) sorted by relevance

/external/e2fsprogs/e2fsck/
Dsuper.c735 ctx->time_fudge = buggy_init_scripts ? 86400 : 0; in check_super_block()
741 if (fs->super->s_mtime > (__u32) ctx->now + ctx->time_fudge) { in check_super_block()
748 if (fs->super->s_wtime > (__u32) ctx->now + ctx->time_fudge) { in check_super_block()
De2fsck.h332 time_t time_fudge; /* For working around buggy init scripts */ member
Dunix.c281 lastcheck -= ctx->time_fudge; in check_if_skip()