Lines Matching defs:blk_flush_queue
33119 struct blk_flush_queue { struct
33120 unsigned int flush_queue_delayed: 1;
33121 unsigned int flush_pending_idx: 1;
33122 unsigned int flush_running_idx: 1;
33123 blk_status_t rq_status;
33124 long unsigned int flush_pending_since;
33125 struct list_head flush_queue[2];
33126 struct list_head flush_data_in_flight;
33127 struct request *flush_rq;
33128 struct request *orig_rq;
33129 struct lock_class_key key;
33130 spinlock_t mq_flush_lock;