Home
last modified time | relevance | path

Searched refs:s_lastcheck (Results 1 – 14 of 14) sorted by relevance

/third_party/e2fsprogs/ext2ed/
Dsuper_com.c50 …_pad,19,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_lastcheck)); in type_ext2_super_block___show()
Dext2.descriptors138 __u32 s_lastcheck; /* time of last check */
/third_party/e2fsprogs/lib/ext2fs/
Dtst_super_size.c74 check_field(s_lastcheck, 4); in main()
Dswapfs.c48 sb->s_lastcheck = ext2fs_swab32(sb->s_lastcheck); in ext2fs_swap_super()
Dinitialize.c221 super->s_mkfs_time = super->s_lastcheck = fs->now ? fs->now : time(NULL); in ext2fs_initialize()
Dext2_fs.h673 /*040*/ __u32 s_lastcheck; /* time of last check */ member
/third_party/e2fsprogs/lib/e2p/
Dls.c327 tm = sb->s_lastcheck; in list_super2()
335 next = sb->s_lastcheck + sb->s_checkinterval; in list_super2()
/third_party/e2fsprogs/e2fsck/
Dunix.c372 lastcheck = fs->super->s_lastcheck; in check_if_skip()
399 reason_arg = (ctx->now - fs->super->s_lastcheck)/(3600*24); in check_if_skip()
400 if (batt && ((ctx->now - fs->super->s_lastcheck) < in check_if_skip()
459 ((ctx->now - fs->super->s_lastcheck) >= fs->super->s_checkinterval)) in check_if_skip()
2006 sb->s_lastcheck = ctx->now; in main()
/third_party/e2fsprogs/debugfs/
Djournal.c257 if (fs->super->s_lastcheck >= fs->super->s_mtime) in ext2fs_clear_recover()
258 fs->super->s_lastcheck = fs->super->s_mtime - 1; in ext2fs_clear_recover()
Dset_fields.c110 { "lastcheck", &set_sb.s_lastcheck, NULL, 4, parse_time },
/third_party/e2fsprogs/doc/RelNotes/
Dv1.21.txt55 The debugfs set_super_value command can now modify the s_lastcheck field.
/third_party/e2fsprogs/resize/
Dmain.c442 if ((fs->super->s_lastcheck < fs->super->s_mtime) && in main()
/third_party/e2fsprogs/misc/
Dtune2fs.c438 (fs->super->s_lastcheck < fs->super->s_mtime)) { in check_fsck_needed()
492 fs->super->s_lastcheck < fs->super->s_mtime)) in convert_64bit()
3201 sb->s_lastcheck = last_check_time; in main()
Dfuse2fs.c3839 (time_t) (global_fs->super->s_lastcheck + in main()