Lines Matching refs:feature_flush
148 unsigned int feature_flush; member
658 switch (info->feature_flush & in blkif_queue_rw_req()
742 !(info->feature_flush & REQ_FLUSH)) || in blkif_request_flush_invalid()
744 !(info->feature_flush & REQ_FUA))); in blkif_request_flush_invalid()
840 static const char *flush_info(unsigned int feature_flush) in flush_info() argument
842 switch (feature_flush & ((REQ_FLUSH | REQ_FUA))) { in flush_info()
854 blk_queue_flush(info->rq, info->feature_flush); in xlvbd_flush()
856 info->gd->disk_name, flush_info(info->feature_flush), in xlvbd_flush()
1375 info->feature_flush = 0; in blkif_interrupt()
1936 info->feature_flush = 0; in blkfront_gather_backend_features()
1950 info->feature_flush = REQ_FLUSH | REQ_FUA; in blkfront_gather_backend_features()
1960 info->feature_flush = REQ_FLUSH; in blkfront_gather_backend_features()