Searched refs:DP_FUA (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/block/drbd/ | ||
| H A D | drbd_protocol.h | 132 #define DP_FUA 16 /* equals REQ_FUA */ macro |
| H A D | drbd_main.c | 1632 (bio->bi_opf & REQ_FUA ? DP_FUA : 0) | in bio_flags_to_wire() |