Home
last modified time | relevance | path

Searched refs:DRBD_FF_WZEROES (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/block/drbd/
H A Ddrbd_protocol.h244 #define DRBD_FF_WZEROES 8 macro
H A Ddrbd_receiver.c42 #define PRO_FEATURES (DRBD_FF_TRIM|DRBD_FF_THIN_RESYNC|DRBD_FF_WSAME|DRBD_FF_WZEROES)
2424 if (0 == (connection->agreed_features & DRBD_FF_WZEROES)) in receive_Data()
5139 connection->agreed_features & DRBD_FF_WZEROES ? " WRITE_ZEROES" : in drbd_do_features()
H A Ddrbd_main.c1640 ((connection->agreed_features & DRBD_FF_WZEROES) ? in bio_flags_to_wire()
H A Ddrbd_nl.c1347 if (connection->agreed_features & DRBD_FF_WZEROES) in drbd_reconsider_queue_parameters()