Searched refs:flush_flags (Results 1 – 7 of 7) sorted by relevance
696 if (q->flush_flags & REQ_FUA) { in iblock_execute_rw()699 else if (!(q->flush_flags & REQ_FLUSH)) in iblock_execute_rw()864 return q->flush_flags & REQ_FLUSH; in iblock_get_write_cache()
374 unsigned int fflags = q->flush_flags; /* may change, cache */ in blk_insert_flush()
845 q->flush_flags = flush & (REQ_FLUSH | REQ_FUA); in blk_queue_flush()
1842 if ((bio->bi_rw & (REQ_FLUSH | REQ_FUA)) && !q->flush_flags) { in generic_make_request_checks()
452 if (q && q->flush_flags) in xen_vbd_create()
1320 return q && (q->flush_flags & flush); in device_flush_capable()
461 unsigned int flush_flags; member