Home
last modified time | relevance | path

Searched refs:region_uuid (Results 1 – 3 of 3) sorted by relevance

/linux/fs/ocfs2/cluster/
H A Dheartbeat.h57 int o2hb_register_callback(const char *region_uuid,
59 void o2hb_unregister_callback(const char *region_uuid,
/linux/drivers/cxl/core/
H A Dtrace.h411 __field_struct(uuid_t, region_uuid)
443 uuid_copy(&__entry->region_uuid, &cxlr->params.uuid);
446 uuid_copy(&__entry->region_uuid, &uuid_null);
458 "hpa=%llx region=%s region_uuid=%pUb " \
473 __entry->hpa, __get_str(region_name), &__entry->region_uuid,
550 __field_struct(uuid_t, region_uuid)
589 uuid_copy(&__entry->region_uuid, &cxlr->params.uuid);
592 uuid_copy(&__entry->region_uuid, &uuid_null);
607 "hpa=%llx region=%s region_uuid=%pUb " \
625 __entry->hpa, __get_str(region_name), &__entry->region_uuid,
[all...]
/linux/drivers/nvdimm/
H A Dlabel.h172 u8 region_uuid[16]; member