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