Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_int.h882 u64 ed_uuid; /* UUID of the exposed data */ member
2201 int changed = device->ed_uuid != val; in drbd_set_ed_uuid()
2202 device->ed_uuid = val; in drbd_set_ed_uuid()
H A Ddrbd_debugfs.c740 seq_printf(m, "0x%016llX\n", (unsigned long long)device->ed_uuid); in device_ed_gen_id_show()
H A Ddrbd_receiver.c4074 (device->ed_uuid & ~((u64)1)) != (p_uuid[UI_CURRENT] & ~((u64)1))) { in receive_uuids()
4076 (unsigned long long)device->ed_uuid); in receive_uuids()
H A Ddrbd_state.c1093 if (device->ed_uuid == device->ldev->md.uuid[UI_CURRENT]) { in sanitize_state()
H A Ddrbd_main.c860 (unsigned long long)device->ed_uuid); in drbd_print_uuids()