Searched refs:fs_uuid (Results 1 – 6 of 6) sorted by relevance
23 char fs_uuid[16]; /* UUID of filesystem */ member
22 @param device,bus,model,size,fs_uuid: @see client.cros.storage.StorageScanner
26 @param fs_uuid: UUID for USB storage define volume, if auto detection does not
32 @param fs_uuid: the UUID for the attached card. Use this parameter is
104 static char *fs_uuid = NULL; variable1586 fs_uuid = optarg; in PRS()2468 if (fs_uuid) { in main()2469 if (uuid_parse(fs_uuid, fs->super->s_uuid) !=0) { in main()2471 fs_uuid); in main()
281 memcpy(hdr.fs_uuid, fs->super->s_uuid, sizeof(hdr.fs_uuid)); in write_image_file()