Home
last modified time | relevance | path

Searched refs:dax_supported (Results 1 – 10 of 10) sorted by relevance

/linux/include/linux/
A Ddax.h29 bool (*dax_supported)(struct dax_device *, struct block_device *, int, member
114 bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev,
133 static inline bool dax_supported(struct dax_device *dax_dev, in dax_supported() function
/linux/drivers/dax/
A Dsuper.c205 bool dax_supported(struct dax_device *dax_dev, struct block_device *bdev, in dax_supported() function
215 if (dax_alive(dax_dev) && dax_dev->ops->dax_supported) in dax_supported()
216 ret = dax_dev->ops->dax_supported(dax_dev, bdev, blocksize, in dax_supported()
221 EXPORT_SYMBOL_GPL(dax_supported);
/linux/drivers/nvdimm/
A Dpmem.c324 .dax_supported = generic_fsdax_supported,
/linux/fs/erofs/
A Dsuper.c656 !dax_supported(sbi->dax_dev, sb->s_bdev, EROFS_BLKSIZ, 0, bdev_nr_sectors(sb->s_bdev))) { in erofs_fc_fill_super()
/linux/drivers/s390/block/
A Ddcssblk.c75 .dax_supported = generic_fsdax_supported,
/linux/fs/ext2/
A Dsuper.c949 if (!dax_supported(dax_dev, sb->s_bdev, blocksize, 0, in ext2_fill_super()
/linux/drivers/md/
A Ddm-table.c814 return !dax_supported(dev->dax_dev, dev->bdev, blocksize, start, len); in device_not_dax_capable()
A Ddm.c3043 .dax_supported = dm_dax_supported,
/linux/fs/xfs/
A Dxfs_super.c339 return dax_supported(bt->bt_daxdev, bt->bt_bdev, sb->s_blocksize, 0, in xfs_buftarg_is_dax()
/linux/fs/ext4/
A Dsuper.c4302 if (dax_supported(dax_dev, sb->s_bdev, blocksize, 0, in ext4_fill_super()

Completed in 116 milliseconds