Searched refs:fs_uuid (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A De2image.h23 char fs_uuid[16]; /* UUID of filesystem */ member in struct:ext2_image_hdr
/external/e2fsprogs/misc/
H A Dmke2fs.c104 static char *fs_uuid = NULL; variable
1586 fs_uuid = optarg;
2468 if (fs_uuid) {
2469 if (uuid_parse(fs_uuid, fs->super->s_uuid) !=0) {
2471 fs_uuid);
H A De2image.c281 memcpy(hdr.fs_uuid, fs->super->s_uuid, sizeof(hdr.fs_uuid));

Completed in 1147 milliseconds