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

/external/e2fsprogs/lib/ext2fs/
H A De2image.h24 char fs_uuid[16]; /* UUID of filesystem */ member in struct:ext2_image_hdr
/external/e2fsprogs/misc/
H A De2image.c142 memcpy(hdr.fs_uuid, fs->super->s_uuid, sizeof(hdr.fs_uuid));
H A Dmke2fs.c97 char *fs_uuid = NULL; variable
1447 fs_uuid = optarg;
2160 if (fs_uuid) {
2161 if (uuid_parse(fs_uuid, fs->super->s_uuid) !=0) {
2163 fs_uuid);

Completed in 65 milliseconds