Searched refs:dpf (Results 1 – 1 of 1) sorted by relevance
2381 static blk_opf_t wire_flags_to_bio_flags(u32 dpf) in wire_flags_to_bio_flags() argument2383 return (dpf & DP_RW_SYNC ? REQ_SYNC : 0) | in wire_flags_to_bio_flags()2384 (dpf & DP_FUA ? REQ_FUA : 0) | in wire_flags_to_bio_flags()2385 (dpf & DP_FLUSH ? REQ_PREFLUSH : 0); in wire_flags_to_bio_flags()2388 static enum req_op wire_flags_to_bio_op(u32 dpf) in wire_flags_to_bio_op() argument2390 if (dpf & DP_ZEROES) in wire_flags_to_bio_op()2392 if (dpf & DP_DISCARD) in wire_flags_to_bio_op()