Home
last modified time | relevance | path

Searched refs:bdev_dax_supported (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/include/linux/
Ddax.h126 static inline bool bdev_dax_supported(struct block_device *bdev, int blocksize) in bdev_dax_supported() function
156 static inline bool bdev_dax_supported(struct block_device *bdev, in bdev_dax_supported() function
/Linux-v5.10/fs/xfs/
Dxfs_super.c1530 datadev_is_dax = bdev_dax_supported(mp->m_ddev_targp->bt_bdev, in xfs_fc_fill_super()
1533 rtdev_is_dax = bdev_dax_supported( in xfs_fc_fill_super()
/Linux-v5.10/fs/ext2/
Dsuper.c952 if (!bdev_dax_supported(sb->s_bdev, blocksize)) { in ext2_fill_super()
/Linux-v5.10/fs/ext4/
Dsuper.c4443 if (bdev_dax_supported(sb->s_bdev, blocksize)) in ext4_fill_super()