Searched refs:fs_uuid (Results 1 – 8 of 8) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | e2image.h | 23 char fs_uuid[16]; /* UUID of filesystem */ member
|
/external/autotest/client/site_tests/hardware_UsbBasicFileOperations/ |
D | control | 22 @param device,bus,model,size,fs_uuid: @see client.cros.storage.StorageScanner
|
/external/e2fsprogs/misc/ |
D | mke2fs.c | 110 static char *fs_uuid = NULL; variable 1820 fs_uuid = optarg; in PRS() 2985 if (fs_uuid) { in main() 2986 if ((strcasecmp(fs_uuid, "null") == 0) || in main() 2987 (strcasecmp(fs_uuid, "clear") == 0)) { in main() 2989 } else if (strcasecmp(fs_uuid, "time") == 0) { in main() 2991 } else if (strcasecmp(fs_uuid, "random") == 0) { in main() 2993 } else if (uuid_parse(fs_uuid, fs->super->s_uuid) != 0) { in main() 2995 fs_uuid); in main()
|
D | e2image.c | 290 memcpy(hdr.fs_uuid, fs->super->s_uuid, sizeof(hdr.fs_uuid)); in write_image_file()
|
/external/autotest/client/site_tests/hardware_Usb30Throughput/ |
D | control | 26 @param fs_uuid: UUID for USB storage define volume, if auto detection does not
|
/external/u-boot/fs/ |
D | fs.c | 358 int fs_uuid(char *uuid_str) in fs_uuid() function 671 ret = fs_uuid(uuid); in do_fs_uuid()
|
/external/autotest/client/site_tests/hardware_MultiReaderPowerConsumption/ |
D | control | 32 @param fs_uuid: the UUID for the attached card. Use this parameter is
|
/external/u-boot/cmd/ |
D | Makefile | 141 obj-$(CONFIG_CMD_FS_UUID) += fs_uuid.o
|