Searched defs:blk_flush_queue (Results 1 – 7 of 7) sorted by relevance
38954 struct blk_flush_queue { struct38955 unsigned int flush_pending_idx: 1;38956 unsigned int flush_running_idx: 1;38957 blk_status_t rq_status;38958 long unsigned int flush_pending_since;38959 struct list_head flush_queue[2];38960 struct list_head flush_data_in_flight;38961 struct request *flush_rq;38962 struct lock_class_key key;38963 spinlock_t mq_flush_lock;
33402 struct blk_flush_queue { struct33403 unsigned int flush_pending_idx: 1;33404 unsigned int flush_running_idx: 1;33405 blk_status_t rq_status;33406 long unsigned int flush_pending_since;33407 struct list_head flush_queue[2];33408 struct list_head flush_data_in_flight;33409 struct request *flush_rq;33410 spinlock_t mq_flush_lock;
33119 struct blk_flush_queue { struct33120 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;[all …]
28582 struct blk_flush_queue { struct28583 unsigned int flush_pending_idx: 1;28584 unsigned int flush_running_idx: 1;28585 blk_status_t rq_status;28586 long unsigned int flush_pending_since;28587 struct list_head flush_queue[2];28588 struct list_head flush_data_in_flight;28589 struct request *flush_rq;28590 struct lock_class_key key;28591 spinlock_t mq_flush_lock;