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

/external/e2fsprogs/e2fsck/
H A Dsuper.c823 ctx->time_fudge = accept_time_fudge ? 86400 : 0;
837 if (fs->super->s_mtime <= (__u32) ctx->now + ctx->time_fudge)
849 if (fs->super->s_wtime <= (__u32) ctx->now + ctx->time_fudge)
H A De2fsck.h346 time_t time_fudge; /* For working around buggy init scripts */ member in struct:e2fsck_struct
H A Dunix.c319 lastcheck -= ctx->time_fudge;

Completed in 108 milliseconds