Home
last modified time | relevance | path

Searched refs:blk_op_is_passthrough (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/include/linux/
H A Dblk-mq.h200 return blk_op_is_passthrough(rq->cmd_flags); in blk_rq_is_passthrough()
H A Dblkdev.h273 static inline bool blk_op_is_passthrough(blk_opf_t op) in blk_op_is_passthrough() function
/openbmc/linux/block/
H A Dblk-mq.c467 !blk_op_is_passthrough(data->cmd_flags)) { in __blk_mq_alloc_requests()