Lines Matching defs:guid
732 static enum nvdimm_claim_class guid_to_nvdimm_cclass(guid_t *guid)
734 if (guid_equal(guid, &nvdimm_btt_guid))
736 else if (guid_equal(guid, &nvdimm_btt2_guid))
738 else if (guid_equal(guid, &nvdimm_pfn_guid))
740 else if (guid_equal(guid, &nvdimm_dax_guid))
742 else if (guid_equal(guid, &guid_null))
779 * know the claim_class, don't touch the existing guid.
820 struct nd_namespace_label *nd_label, guid_t *guid)
823 guid_copy(&nd_label->efi.type_guid, guid);
827 struct nd_namespace_label *nd_label, guid_t *guid)
831 if (!guid_equal(&nd_label->efi.type_guid, guid)) {
832 dev_dbg(ndd->dev, "expect type_guid %pUb got %pUb\n", guid,