Home
last modified time | relevance | path

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

/linux/drivers/block/drbd/
H A Ddrbd_int.h879 u64 ed_uuid; /* UUID of the exposed data */ member
2228 int changed = device->ed_uuid != val; in drbd_set_ed_uuid()
2229 device->ed_uuid = val; in drbd_set_ed_uuid()
H A Ddrbd_nl.c1914 if (device->state.pdsk != D_UP_TO_DATE && device->ed_uuid && in drbd_adm_attach()
1916 (device->ed_uuid & ~((u64)1)) != (nbc->md.uuid[UI_CURRENT] & ~((u64)1))) { in drbd_adm_attach()
1918 (unsigned long long)device->ed_uuid); in drbd_adm_attach()
3325 s->dev_exposed_data_uuid = device->ed_uuid; in device_to_statistics()
3756 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.c866 (unsigned long long)device->ed_uuid); in drbd_print_uuids()
/linux/include/linux/
H A Ddrbd_genl.h201 __u64_field(4, DRBD_GENLA_F_MANDATORY, ed_uuid)