Home
last modified time | relevance | path

Searched refs:DS_GREW (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/block/drbd/
H A Ddrbd_nl.c1069 rv = prev.last_agreed_sect ? DS_GREW : DS_GREW_FROM_ZERO; in drbd_determine_dev_size()
2025 } else if (dd == DS_GREW) in drbd_adm_attach()
2892 if (dd == DS_GREW) in drbd_adm_resize()
H A Ddrbd_int.h1409 DS_GREW = 2, enumerator
H A Ddrbd_receiver.c4217 (dd == DS_GREW && device->state.conn == C_CONNECTED)) { in receive_sizes()