Searched refs:flush_flags (Results 1 – 8 of 8) sorted by relevance
656 if (q->flush_flags & REQ_FUA) { in iblock_execute_rw()659 else if (!(q->flush_flags & REQ_FLUSH)) in iblock_execute_rw()805 return q->flush_flags & REQ_FLUSH; in iblock_get_write_cache()
387 unsigned int fflags = q->flush_flags; /* may change, cache */ in blk_insert_flush()
839 q->flush_flags = flush & (REQ_FLUSH | REQ_FUA); in blk_queue_flush()
1956 if ((bio->bi_rw & (REQ_FLUSH | REQ_FUA)) && !q->flush_flags) { in generic_make_request_checks()
416 if (q && q->flush_flags) in xen_vbd_create()
1145 log->need_cache_flush = (rdev->bdev->bd_disk->queue->flush_flags != 0); in r5l_init_log()
1330 return q && (q->flush_flags & flush); in device_flush_capable()
434 unsigned int flush_flags; member