Searched refs:dpf (Results 1 – 1 of 1) sorted by relevance
2320 static unsigned long wire_flags_to_bio_flags(u32 dpf) in wire_flags_to_bio_flags() argument2322 return (dpf & DP_RW_SYNC ? REQ_SYNC : 0) | in wire_flags_to_bio_flags()2323 (dpf & DP_FUA ? REQ_FUA : 0) | in wire_flags_to_bio_flags()2324 (dpf & DP_FLUSH ? REQ_PREFLUSH : 0); in wire_flags_to_bio_flags()2327 static unsigned long wire_flags_to_bio_op(u32 dpf) in wire_flags_to_bio_op() argument2329 if (dpf & DP_DISCARD) in wire_flags_to_bio_op()