Searched refs:type_guid (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/nvdimm/ |
D | label.c | 677 if (namespace_label_has(ndd, type_guid)) in __pmem_label_update() 678 guid_copy(&nd_label->type_guid, &nd_set->type_guid); in __pmem_label_update() 895 if (namespace_label_has(ndd, type_guid)) { in __blk_label_update() 914 if (namespace_label_has(ndd, type_guid)) in __blk_label_update() 915 guid_copy(&nd_label->type_guid, &nd_set->type_guid); in __blk_label_update()
|
D | label.h | 109 guid_t type_guid; member
|
D | namespace_devs.c | 1811 if (namespace_label_has(ndd, type_guid) in has_uuid_at_pos() 1812 && !guid_equal(&nd_set->type_guid, in has_uuid_at_pos() 1813 &nd_label->type_guid)) { in has_uuid_at_pos() 1815 nd_set->type_guid.b, in has_uuid_at_pos() 1816 nd_label->type_guid.b); in has_uuid_at_pos() 2218 if (namespace_label_has(ndd, type_guid)) { in create_namespace_blk() 2219 if (!guid_equal(&nd_set->type_guid, &nd_label->type_guid)) { in create_namespace_blk() 2221 nd_set->type_guid.b, in create_namespace_blk() 2222 nd_label->type_guid.b); in create_namespace_blk()
|
/Linux-v4.19/include/linux/ |
D | libnvdimm.h | 108 guid_t type_guid; member
|
/Linux-v4.19/drivers/acpi/nfit/ |
D | core.c | 2108 guid_copy(&nd_set->type_guid, (guid_t *) spa->range_guid); in acpi_nfit_init_interleave_set()
|