Home
last modified time | relevance | path

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

/external/e2fsprogs/lib/e2p/
Dls.c214 if (sb->s_last_mounted[0]) { in list_super2()
216 strncpy(buf, sb->s_last_mounted, sizeof(sb->s_last_mounted)); in list_super2()
/external/e2fsprogs/misc/
De2label.c46 char s_last_mounted[64]; member
Dtune2fs.c2114 memset(sb->s_last_mounted, 0, sizeof(sb->s_last_mounted)); in main()
2115 strncpy(sb->s_last_mounted, new_last_mounted, in main()
2116 sizeof(sb->s_last_mounted)); in main()
Dmke2fs.c2546 memset(fs->super->s_last_mounted, 0, in main()
2547 sizeof(fs->super->s_last_mounted)); in main()
2548 strncpy(fs->super->s_last_mounted, mount_dir, in main()
2549 sizeof(fs->super->s_last_mounted)); in main()
/external/e2fsprogs/lib/ext2fs/
Dtst_super_size.c87 check_field(s_last_mounted, 64); in main()
Dext2_fs.h628 char s_last_mounted[64]; /* directory where last mounted */ member
/external/e2fsprogs/lib/blkid/
Dprobe.h68 char s_last_mounted[64]; member
/external/e2fsprogs/debugfs/
Dset_fields.c111 { "last_mounted", &set_sb.s_last_mounted, NULL, 64, parse_string },
/external/e2fsprogs/ext2ed/
Dext2.descriptors152 char[64] s_last_mounted; /* directory where last mounted */