Searched refs:blk_queue_dax (Results 1 – 3 of 3) 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()
548 return queue_var_show(blk_queue_dax(q), page); in queue_dax_show()
654 #define blk_queue_dax(q) test_bit(QUEUE_FLAG_DAX, &(q)->queue_flags) macro