Home
last modified time | relevance | path

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

/linux-6.15/fs/ocfs2/cluster/
H A Dheartbeat.h57 int o2hb_register_callback(const char *region_uuid,
59 void o2hb_unregister_callback(const char *region_uuid,
H A Dheartbeat.c141 static int o2hb_region_pin(const char *region_uuid);
2281 if (region_uuid) { in o2hb_region_pin()
2282 if (strcmp(region_uuid, uuid)) in o2hb_region_pin()
2332 if (region_uuid) { in o2hb_region_unpin()
2333 if (strcmp(region_uuid, uuid)) in o2hb_region_unpin()
2356 ret = o2hb_region_pin(region_uuid); in o2hb_region_inc_user()
2383 o2hb_region_unpin(region_uuid); in o2hb_region_dec_user()
2415 if (region_uuid) { in o2hb_register_callback()
2416 ret = o2hb_region_inc_user(region_uuid); in o2hb_register_callback()
2455 if (region_uuid) in o2hb_unregister_callback()
[all …]
/linux-6.15/drivers/cxl/core/
H A Dtrace.h460 __field_struct(uuid_t, region_uuid)
493 uuid_copy(&__entry->region_uuid, &cxlr->params.uuid);
496 uuid_copy(&__entry->region_uuid, &uuid_null);
523 __entry->hpa, __entry->hpa_alias0, __get_str(region_name), &__entry->region_uuid,
602 __field_struct(uuid_t, region_uuid)
642 uuid_copy(&__entry->region_uuid, &cxlr->params.uuid);
645 uuid_copy(&__entry->region_uuid, &uuid_null);
678 __entry->hpa, __entry->hpa_alias0, __get_str(region_name), &__entry->region_uuid,
/linux-6.15/drivers/nvdimm/
H A Dlabel.h172 u8 region_uuid[16]; member