HomeSort by relevance Sort by last modified time
    Searched refs:time_fudge (Results 1 - 3 of 3) sorted by null

  /external/e2fsprogs/e2fsck/
super.c 735 ctx->time_fudge = buggy_init_scripts ? 86400 : 0;
741 if (fs->super->s_mtime > (__u32) ctx->now + ctx->time_fudge) {
748 if (fs->super->s_wtime > (__u32) ctx->now + ctx->time_fudge) {
e2fsck.h 332 time_t time_fudge; /* For working around buggy init scripts */ member in struct:e2fsck_struct
unix.c 281 lastcheck -= ctx->time_fudge;
    [all...]

Completed in 42 milliseconds