Home
last modified time | relevance | path

Searched refs:s_last_mounted (Results 1 – 10 of 10) sorted by relevance

/third_party/e2fsprogs/lib/support/
Dplausible.c118 if (sb->s_last_mounted[0]) in print_ext2_info()
120 EXT2_LEN_STR(sb->s_last_mounted), ctime(&tm)); in print_ext2_info()
/third_party/e2fsprogs/misc/
De2label.c47 char s_last_mounted[64]; member
Dtune2fs.c3221 memset(sb->s_last_mounted, 0, sizeof(sb->s_last_mounted)); in main()
3222 strncpy((char *)sb->s_last_mounted, new_last_mounted, in main()
3223 sizeof(sb->s_last_mounted)); in main()
Dmke2fs.c3228 memset(fs->super->s_last_mounted, 0, in main()
3229 sizeof(fs->super->s_last_mounted)); in main()
3230 strncpy((char *) fs->super->s_last_mounted, mount_dir, in main()
3231 sizeof(fs->super->s_last_mounted)); in main()
/third_party/e2fsprogs/lib/ext2fs/
Dtst_super_size.c88 check_field(s_last_mounted, 64); in main()
Dext2_fs.h700 /*088*/ __u8 s_last_mounted[64] __nonstring; /* directory last mounted on, no NUL? */ member
/third_party/e2fsprogs/lib/e2p/
Dls.c240 if (sb->s_last_mounted[0]) in list_super2()
242 EXT2_LEN_STR(sb->s_last_mounted)); in list_super2()
/third_party/e2fsprogs/lib/blkid/
Dprobe.h70 char s_last_mounted[64]; member
/third_party/e2fsprogs/debugfs/
Dset_fields.c124 { "last_mounted", &set_sb.s_last_mounted, NULL, 64, parse_string },
/third_party/e2fsprogs/ext2ed/
Dext2.descriptors152 char[64] s_last_mounted; /* directory where last mounted */