Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/block/drbd/
H A Ddrbd_protocol.h132 #define DP_FUA 16 /* equals REQ_FUA */ macro
H A Ddrbd_main.c1663 (bio->bi_opf & REQ_FUA ? DP_FUA : 0) | in bio_flags_to_wire()
H A Ddrbd_receiver.c2436 (dpf & DP_FUA ? REQ_FUA : 0) | in wire_flags_to_bio_flags()
/kernel/linux/linux-6.6/drivers/block/drbd/
H A Ddrbd_protocol.h132 #define DP_FUA 16 /* equals REQ_FUA */ macro
H A Ddrbd_main.c1650 (bio->bi_opf & REQ_FUA ? DP_FUA : 0) | in bio_flags_to_wire()
H A Ddrbd_receiver.c2415 (dpf & DP_FUA ? REQ_FUA : 0) | in wire_flags_to_bio()

Completed in 26 milliseconds