Searched refs:type_guid (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/nvdimm/ |
| H A D | label.c | 810 if (namespace_label_has(ndd, type_guid)) in __pmem_label_update() 811 guid_copy(&nd_label->type_guid, &nd_set->type_guid); in __pmem_label_update() 1030 if (namespace_label_has(ndd, type_guid)) { in __blk_label_update() 1049 if (namespace_label_has(ndd, type_guid)) in __blk_label_update() 1050 guid_copy(&nd_label->type_guid, &nd_set->type_guid); in __blk_label_update()
|
| H A D | label.h | 99 guid_t type_guid; member
|
| H A D | namespace_devs.c | 1864 if (namespace_label_has(ndd, type_guid) in has_uuid_at_pos() 1865 && !guid_equal(&nd_set->type_guid, in has_uuid_at_pos() 1866 &nd_label->type_guid)) { in has_uuid_at_pos() 1868 &nd_set->type_guid, in has_uuid_at_pos() 1869 &nd_label->type_guid); in has_uuid_at_pos() 2268 if (namespace_label_has(ndd, type_guid)) { in create_namespace_blk() 2269 if (!guid_equal(&nd_set->type_guid, &nd_label->type_guid)) { in create_namespace_blk() 2271 &nd_set->type_guid, in create_namespace_blk() 2272 &nd_label->type_guid); in create_namespace_blk()
|
| /OK3568_Linux_fs/u-boot/disk/ |
| H A D | part.c | 359 info->type_guid[0] = 0; in part_get_info() 394 info->type_guid[0] = 0; in part_get_info_whole_disk() 492 info->type_guid[0] = 0; in blk_get_device_part_str()
|
| H A D | part_efi.c | 345 info->type_guid, UUID_STR_FORMAT_GUID); in part_get_info_efi() 657 str_type_guid = partitions[i].type_guid; in gpt_fill_pte()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | part.h | 73 char type_guid[UUID_STR_LEN + 1]; /* type GUID as string, if exists */ member
|
| /OK3568_Linux_fs/u-boot/cmd/ |
| H A D | gpt.c | 480 if (strnlen(p, max_str_part) >= sizeof(parts[i].type_guid)) { in set_gpt_info() 486 strncpy((char *)parts[i].type_guid, p, max_str_part); in set_gpt_info()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | libnvdimm.h | 107 guid_t type_guid; member
|
| /OK3568_Linux_fs/kernel/drivers/acpi/nfit/ |
| H A D | core.c | 2361 import_guid(&nd_set->type_guid, spa->range_guid); in acpi_nfit_init_interleave_set()
|