Lines Matching refs:flags
97 struct blk_flush_queue *fq, unsigned int flags);
220 unsigned long flags = 0; in flush_end_io() local
224 spin_lock_irqsave(&fq->mq_flush_lock, flags); in flush_end_io()
228 spin_unlock_irqrestore(&fq->mq_flush_lock, flags); in flush_end_io()
265 spin_unlock_irqrestore(&fq->mq_flush_lock, flags); in flush_end_io()
287 unsigned int flags) in blk_kick_flush() argument
336 flush_rq->cmd_flags |= (flags & REQ_DRV) | (flags & REQ_FAILFAST_MASK); in blk_kick_flush()
357 unsigned long flags; in mq_flush_data_end_io() local
369 spin_lock_irqsave(&fq->mq_flush_lock, flags); in mq_flush_data_end_io()
371 spin_unlock_irqrestore(&fq->mq_flush_lock, flags); in mq_flush_data_end_io()
472 gfp_t flags) in blk_alloc_flush_queue() argument
478 fq = kzalloc_node(sizeof(*fq), flags, node); in blk_alloc_flush_queue()
484 trace_android_vh_blk_alloc_flush_queue(&skip, cmd_size, flags, node, in blk_alloc_flush_queue()
488 fq->flush_rq = kzalloc_node(rq_sz, flags, node); in blk_alloc_flush_queue()