Searched refs:blk_queue_dax (Results 1 – 3 of 3) sorted by relevance
68 if (!blk_queue_dax(bdev->bd_queue)) in fs_dax_get_by_bdev()103 if (!q || !blk_queue_dax(q)) { in __bdev_dax_supported()
516 return queue_var_show(blk_queue_dax(q), page); in queue_dax_show()
731 #define blk_queue_dax(q) test_bit(QUEUE_FLAG_DAX, &(q)->queue_flags) macro