HomeSort by relevance Sort by last modified time
    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 345 time_t lastcheck; local
366 lastcheck = fs->super->s_lastcheck;
367 if (lastcheck > ctx->now)
368 lastcheck -= ctx->time_fudge;
385 (ctx->now < lastcheck)) {
390 ((ctx->now - lastcheck) >=
    [all...]
  /external/toybox/toys/pending/
mke2fs.c 270 sb->wtime = sb->lastcheck = sb->mkfs_time = SWAP_LE32(time(NULL));

Completed in 136 milliseconds