Searched refs:type_guid (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/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 | 1821 if (namespace_label_has(ndd, type_guid) in has_uuid_at_pos() 1822 && !guid_equal(&nd_set->type_guid, in has_uuid_at_pos() 1823 &nd_label->type_guid)) { in has_uuid_at_pos() 1825 &nd_set->type_guid, in has_uuid_at_pos() 1826 &nd_label->type_guid); in has_uuid_at_pos() 2227 if (namespace_label_has(ndd, type_guid)) { in create_namespace_blk() 2228 if (!guid_equal(&nd_set->type_guid, &nd_label->type_guid)) { in create_namespace_blk() 2230 &nd_set->type_guid, in create_namespace_blk() 2231 &nd_label->type_guid); in create_namespace_blk()
|
/Linux-v5.4/include/linux/ |
D | libnvdimm.h | 110 guid_t type_guid; member
|
/Linux-v5.4/drivers/acpi/nfit/ |
D | core.c | 2300 guid_copy(&nd_set->type_guid, (guid_t *) spa->range_guid); in acpi_nfit_init_interleave_set()
|