OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:lastcheck
(Results
1 - 3
of
3
) sorted by null
/external/toybox/toys/
e2fs.h
30
uint32_t
lastcheck
; // time of last check
member in struct:ext2_superblock
/external/e2fsprogs/e2fsck/
unix.c
341
time_t
lastcheck
;
local
359
lastcheck
= fs->super->s_lastcheck;
360
if (
lastcheck
> ctx->now)
361
lastcheck
-= ctx->time_fudge;
378
(ctx->now <
lastcheck
)) {
383
((ctx->now -
lastcheck
) >=
[
all
...]
/external/toybox/toys/pending/
mke2fs.c
270
sb->wtime = sb->
lastcheck
= sb->mkfs_time = SWAP_LE32(time(NULL));
Completed in 3630 milliseconds