Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-sysfs.c310 return queue_var_show(!!blk_queue_passthrough_stat(disk->queue), page); in queue_iostats_passthrough_show()
H A Dblk-mq.c1068 if (!blk_queue_passthrough_stat(req->q)) in blk_rq_passthrough_stats()
/linux/include/linux/
H A Dblkdev.h675 #define blk_queue_passthrough_stat(q) \ macro