Home
last modified time | relevance | path

Searched refs:type_guid (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/drivers/nvdimm/
Dlabel.c810 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()
Dlabel.h99 guid_t type_guid; member
Dnamespace_devs.c1864 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/
Dlibnvdimm.h107 guid_t type_guid; member
/Linux-v5.10/drivers/acpi/nfit/
Dcore.c2357 import_guid(&nd_set->type_guid, spa->range_guid); in acpi_nfit_init_interleave_set()