Searched refs:type_guid (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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() 1026 * Use the presence of the type_guid as a flag to in __blk_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() 1867 dev_dbg(ndd->dev, "expect type_guid %pUb got %pUb\n", 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() 2270 dev_dbg(ndd->dev, "expect type_guid in create_namespace_blk() [all...] |
/kernel/linux/linux-6.6/drivers/nvdimm/ |
H A D | label.c | 822 if (efi_namespace_label_has(ndd, type_guid)) in nsl_set_type_guid() 823 guid_copy(&nd_label->efi.type_guid, guid); in nsl_set_type_guid() 829 if (ndd->cxl || !efi_namespace_label_has(ndd, type_guid)) in nsl_validate_type_guid() 831 if (!guid_equal(&nd_label->efi.type_guid, guid)) { in nsl_validate_type_guid() 832 dev_dbg(ndd->dev, "expect type_guid %pUb got %pUb\n", guid, in nsl_validate_type_guid() 833 &nd_label->efi.type_guid); in nsl_validate_type_guid() 924 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 | 1582 &nd_set->type_guid)) in has_uuid_at_pos()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | libnvdimm.h | 107 guid_t type_guid; member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | libnvdimm.h | 114 guid_t type_guid; member
|
/kernel/linux/linux-5.10/drivers/acpi/nfit/ |
H A D | core.c | 2362 import_guid(&nd_set->type_guid, spa->range_guid); in acpi_nfit_init_interleave_set()
|
/kernel/linux/linux-6.6/drivers/acpi/nfit/ |
H A D | core.c | 2270 import_guid(&nd_set->type_guid, spa->range_guid); in acpi_nfit_init_interleave_set()
|
Completed in 22 milliseconds