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

/linux-master/include/linux/
H A Ddrbd_genl.h201 __u64_field(4, DRBD_GENLA_F_MANDATORY, ed_uuid)
/linux-master/drivers/block/drbd/
H A Ddrbd_int.h884 u64 ed_uuid; /* UUID of the exposed data */ member in struct:drbd_device
2240 int changed = device->ed_uuid != val;
2241 device->ed_uuid = val;
H A Ddrbd_debugfs.c740 seq_printf(m, "0x%016llX\n", (unsigned long long)device->ed_uuid);
H A Ddrbd_nl.c1914 if (device->state.pdsk != D_UP_TO_DATE && device->ed_uuid &&
1916 (device->ed_uuid & ~((u64)1)) != (nbc->md.uuid[UI_CURRENT] & ~((u64)1))) {
1918 (unsigned long long)device->ed_uuid);
3325 s->dev_exposed_data_uuid = device->ed_uuid;
3756 nla_put_u64_0pad(skb, T_ed_uuid, device->ed_uuid) ||
H A Ddrbd_state.c1093 if (device->ed_uuid == device->ldev->md.uuid[UI_CURRENT]) {
H A Ddrbd_receiver.c4258 (device->ed_uuid & ~((u64)1)) != (p_uuid[UI_CURRENT] & ~((u64)1))) {
4260 (unsigned long long)device->ed_uuid);
H A Ddrbd_main.c880 (unsigned long long)device->ed_uuid);

Completed in 133 milliseconds