Home
last modified time | relevance | path

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

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_int.h882 u64 ed_uuid; /* UUID of the exposed data */ member
2238 int changed = device->ed_uuid != val; in drbd_set_ed_uuid()
2239 device->ed_uuid = val; in drbd_set_ed_uuid()
H A Ddrbd_nl.c1921 if (device->state.pdsk != D_UP_TO_DATE && device->ed_uuid && in drbd_adm_attach()
1923 (device->ed_uuid & ~((u64)1)) != (nbc->md.uuid[UI_CURRENT] & ~((u64)1))) { in drbd_adm_attach()
1925 (unsigned long long)device->ed_uuid); in drbd_adm_attach()
3334 s->dev_exposed_data_uuid = device->ed_uuid; in device_to_statistics()
3765 nla_put_u64_0pad(skb, T_ed_uuid, device->ed_uuid) || in nla_put_status_info()
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_state.c1093 if (device->ed_uuid == device->ldev->md.uuid[UI_CURRENT]) { in sanitize_state()
H A Ddrbd_receiver.c4258 (device->ed_uuid & ~((u64)1)) != (p_uuid[UI_CURRENT] & ~((u64)1))) { in receive_uuids()
4260 (unsigned long long)device->ed_uuid); in receive_uuids()
H A Ddrbd_main.c880 (unsigned long long)device->ed_uuid); in drbd_print_uuids()
/openbmc/linux/include/linux/
H A Ddrbd_genl.h201 __u64_field(4, DRBD_GENLA_F_MANDATORY, ed_uuid)