Searched refs:type_guid (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/nvdimm/ |
H A D | label.c | 823 if (efi_namespace_label_has(ndd, type_guid)) in nsl_set_type_guid() 824 guid_copy(&nd_label->efi.type_guid, guid); in nsl_set_type_guid() 830 if (ndd->cxl || !efi_namespace_label_has(ndd, type_guid)) in nsl_validate_type_guid() 832 if (!guid_equal(&nd_label->efi.type_guid, guid)) { in nsl_validate_type_guid() 833 dev_dbg(ndd->dev, "expect type_guid %pUb got %pUb\n", guid, in nsl_validate_type_guid() 834 &nd_label->efi.type_guid); in nsl_validate_type_guid() 925 nsl_set_type_guid(ndd, nd_label, &nd_set->type_guid); in __pmem_label_update()
|
H A D | label.h | 115 * @type_guid: copy of struct acpi_nfit_system_address.range_guid 137 guid_t type_guid; member
|
H A D | namespace_devs.c | 1590 &nd_set->type_guid)) in has_uuid_at_pos()
|
/linux/include/linux/ |
H A D | libnvdimm.h | 116 guid_t type_guid; member
|
/linux/drivers/acpi/nfit/ |
H A D | core.c | 2279 import_guid(&nd_set->type_guid, spa->range_guid); in acpi_nfit_init_interleave_set()
|