Home
last modified time | relevance | path

Searched refs:s_mtime (Results 1 – 19 of 19) sorted by relevance

/external/e2fsprogs/lib/support/
Dplausible.c101 if (sb->s_mtime) { in print_ext2_info()
102 tm = sb->s_mtime; in print_ext2_info()
/external/syslinux/libinstaller/
Dbin2c.pl76 printf "\nconst int %s_mtime = %d;\n", $table_name, $st[9];
/external/e2fsprogs/ext2ed/
Dsuper_com.c48 …show_pad,11,40);wprintw (show_pad,"%s",ctime ((time_t *) &type_data.u.t_ext2_super_block.s_mtime)); in type_ext2_super_block___show()
Dext2.descriptors130 __u32 s_mtime; /* Mount time */
/external/e2fsprogs/e2fsck/
Dsuper.c890 fs->super->s_mtime > (__u32) ctx->now) { in check_super_block()
891 pctx.num = fs->super->s_mtime; in check_super_block()
893 if (fs->super->s_mtime <= (__u32) ctx->now + ctx->time_fudge) in check_super_block()
896 fs->super->s_mtime = ctx->now; in check_super_block()
Dpass1.c1228 (fs->super->s_mtime < fs->super->s_inodes_count) || in e2fsck_pass1()
/external/e2fsprogs/lib/ext2fs/
Dtst_super_size.c66 check_field(s_mtime, 4); in main()
Dswapfs.c39 sb->s_mtime = ext2fs_swab32(sb->s_mtime); in ext2fs_swap_super()
Dext2_fs.h640 __u32 s_mtime; /* Mount time */ member
/external/e2fsprogs/misc/
Dfindsuper.c236 tm = ext2.s_mtime; in main()
De2undo.c147 if (fs_super->s_mtime != undo_super->s_mtime) in print_undo_mismatch()
Dtune2fs.c420 (fs->super->s_lastcheck < fs->super->s_mtime)) { in check_fsck_needed()
473 fs->super->s_lastcheck < fs->super->s_mtime)) in convert_64bit()
Dfuse2fs.c738 fs->super->s_mtime = time(NULL); in op_init()
/external/e2fsprogs/lib/e2p/
Dls.c318 tm = sb->s_mtime; in list_super2()
320 sb->s_mtime ? ctime(&tm) : "n/a\n"); in list_super2()
/external/syslinux/core/fs/ext2/
Dext2_fs.h81 uint32_t s_mtime; /* Mount time */ member
/external/kernel-headers/original/uapi/linux/
Dnilfs2_ondisk.h170 /*60*/ __le64 s_mtime; /* Mount time */ member
/external/e2fsprogs/resize/
Dmain.c439 if ((fs->super->s_lastcheck < fs->super->s_mtime) && in main()
/external/syslinux/libinstaller/ext2fs/
Dext2_fs.h552 __u32 s_mtime; /* Mount time */ member
/external/e2fsprogs/debugfs/
Dset_fields.c96 { "mtime", &set_sb.s_mtime, NULL, 4, parse_time },