Searched refs:dax_supported (Results 1 – 10 of 10) sorted by relevance
| /linux/include/linux/ |
| A D | dax.h | 29 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 D | super.c | 205 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 D | pmem.c | 324 .dax_supported = generic_fsdax_supported,
|
| /linux/fs/erofs/ |
| A D | super.c | 656 !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 D | dcssblk.c | 75 .dax_supported = generic_fsdax_supported,
|
| /linux/fs/ext2/ |
| A D | super.c | 949 if (!dax_supported(dax_dev, sb->s_bdev, blocksize, 0, in ext2_fill_super()
|
| /linux/drivers/md/ |
| A D | dm-table.c | 814 return !dax_supported(dev->dax_dev, dev->bdev, blocksize, start, len); in device_not_dax_capable()
|
| A D | dm.c | 3043 .dax_supported = dm_dax_supported,
|
| /linux/fs/xfs/ |
| A D | xfs_super.c | 339 return dax_supported(bt->bt_daxdev, bt->bt_bdev, sb->s_blocksize, 0, in xfs_buftarg_is_dax()
|
| /linux/fs/ext4/ |
| A D | super.c | 4302 if (dax_supported(dax_dev, sb->s_bdev, blocksize, 0, in ext4_fill_super()
|
Completed in 116 milliseconds