Home
last modified time | relevance | path

Searched refs:DP_RW_SYNC (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_protocol.h129 #define DP_RW_SYNC 2 /* equals REQ_SYNC */ macro
H A Ddrbd_main.c1662 return (bio->bi_opf & REQ_SYNC ? DP_RW_SYNC : 0) | in bio_flags_to_wire()
1673 return bio->bi_opf & REQ_SYNC ? DP_RW_SYNC : 0; in bio_flags_to_wire()
H A Ddrbd_receiver.c2435 return (dpf & DP_RW_SYNC ? REQ_SYNC : 0) | in wire_flags_to_bio_flags()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_protocol.h129 #define DP_RW_SYNC 2 /* equals REQ_SYNC */ macro
H A Ddrbd_main.c1649 return (bio->bi_opf & REQ_SYNC ? DP_RW_SYNC : 0) | in bio_flags_to_wire()
1659 return bio->bi_opf & REQ_SYNC ? DP_RW_SYNC : 0; in bio_flags_to_wire()
H A Ddrbd_receiver.c2414 (dpf & DP_RW_SYNC ? REQ_SYNC : 0) | in wire_flags_to_bio()

Completed in 26 milliseconds