Searched refs:time_fudge (Results 1 – 3 of 3) sorted by relevance
1032 ctx->time_fudge = accept_time_fudge ? 86400 : 0; in check_super_block()1046 if (fs->super->s_mtime <= (__u32) ctx->now + ctx->time_fudge) in check_super_block()1058 if (fs->super->s_wtime <= (__u32) ctx->now + ctx->time_fudge) in check_super_block()
385 time_t time_fudge; /* For working around buggy init scripts */ member
371 lastcheck -= ctx->time_fudge; in check_if_skip()