OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:time_fudge
(Results
1 - 3
of
3
) sorted by null
/external/e2fsprogs/e2fsck/
super.c
817
ctx->
time_fudge
= accept_time_fudge ? 86400 : 0;
831
if (fs->super->s_mtime <= (__u32) ctx->now + ctx->
time_fudge
)
843
if (fs->super->s_wtime <= (__u32) ctx->now + ctx->
time_fudge
)
e2fsck.h
365
time_t
time_fudge
; /* For working around buggy init scripts */
member in struct:e2fsck_struct
unix.c
361
lastcheck -= ctx->
time_fudge
;
[
all
...]
Completed in 39 milliseconds