Searched refs:fs_uuid (Results 1 – 3 of 3) sorted by relevance
23 char fs_uuid[16]; /* UUID of filesystem */ member
111 static char *fs_uuid = NULL; variable1886 fs_uuid = optarg; in PRS()3132 if (fs_uuid) { in main()3133 if ((strcasecmp(fs_uuid, "null") == 0) || in main()3134 (strcasecmp(fs_uuid, "clear") == 0)) { in main()3136 } else if (strcasecmp(fs_uuid, "time") == 0) { in main()3138 } else if (strcasecmp(fs_uuid, "random") == 0) { in main()3140 } else if (uuid_parse(fs_uuid, fs->super->s_uuid) != 0) { in main()3142 fs_uuid); in main()
293 memcpy(hdr.fs_uuid, fs->super->s_uuid, sizeof(hdr.fs_uuid)); in write_image_file()