Searched refs:blk_queue_dax (Results 1 – 3 of 3) sorted by relevance
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()
580 #define blk_queue_dax(q) test_bit(QUEUE_FLAG_DAX, &(q)->queue_flags) macro