Searched refs:blk_queue_dax (Results 1 – 6 of 6) sorted by relevance
63 if (!blk_queue_dax(bdev->bd_disk->queue)) in fs_dax_get_by_bdev()177 if (!q || !blk_queue_dax(q)) { in __bdev_dax_supported()
88 if (!blk_queue_dax(bdev->bd_disk->queue)) in fs_dax_get_by_bdev()
473 return queue_var_show(blk_queue_dax(q), page); in queue_dax_show()
549 return queue_var_show(blk_queue_dax(q), page); in queue_dax_show()
593 #define blk_queue_dax(q) test_bit(QUEUE_FLAG_DAX, &(q)->queue_flags) macro
661 #define blk_queue_dax(q) test_bit(QUEUE_FLAG_DAX, &(q)->queue_flags) macro