Home
last modified time | relevance | path

Searched refs:mmp_time (Results 1 – 8 of 8) sorted by relevance

/third_party/e2fsprogs/misc/
Ddumpe2fs.c445 time_t mmp_time = mmp->mmp_time; in check_mmp() local
452 ctime(&mmp_time)); in check_mmp()
469 time_t mmp_time; in print_mmp_block() local
494 mmp_time = mmp->mmp_time; in print_mmp_block()
499 printf(" mmp_update_date: %s", ctime(&mmp_time)); in print_mmp_block()
501 (unsigned long long) mmp->mmp_time); in print_mmp_block()
Dutil.c318 time_t t = mmp->mmp_time; in dump_mmp_msg()
/third_party/e2fsprogs/lib/ext2fs/
Dmmp.c134 mmp_s->mmp_time = tv.tv_sec; in ext2fs_mmp_write()
213 mmp_s->mmp_time = 0; in ext2fs_mmp_reset()
472 mmp->mmp_time = tv.tv_sec; in ext2fs_mmp_update2()
Dswapfs.c403 mmp->mmp_time = ext2fs_swab64(mmp->mmp_time); in ext2fs_swap_mmp()
Dext2_fs.h1151 __u64 mmp_time; /* Time last updated (seconds) */ member
/third_party/e2fsprogs/e2fsck/
Dutil.c766 time_t t = mmp->mmp_time; in dump_mmp_msg()
775 (long long) mmp->mmp_time); in dump_mmp_msg()
/third_party/e2fsprogs/debugfs/
Ddebugfs.c2460 t = mmp_s->mmp_time; in do_dump_mmp()
2468 (unsigned long long) mmp_s->mmp_time, ctime(&t)); in do_dump_mmp()
Dset_fields.c290 { "time", &set_mmp.mmp_time, NULL, 8, parse_uint },