Searched refs:type_guid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/drivers/nvdimm/ |
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() 1019 if (namespace_label_has(ndd, type_guid)) { in __blk_label_update() 1038 if (namespace_label_has(ndd, type_guid)) in __blk_label_update() 1039 guid_copy(&nd_label->type_guid, &nd_set->type_guid); in __blk_label_update()
|
D | label.h | 99 guid_t type_guid; member
|
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()
|
/Linux-v5.10/include/linux/ |
D | libnvdimm.h | 107 guid_t type_guid; member
|
/Linux-v5.10/drivers/acpi/nfit/ |
D | core.c | 2357 import_guid(&nd_set->type_guid, spa->range_guid); in acpi_nfit_init_interleave_set()
|