Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Ddax.h71 static inline bool bdev_dax_supported(struct block_device *bdev, int blocksize) in bdev_dax_supported() function
94 static inline bool bdev_dax_supported(struct block_device *bdev, in bdev_dax_supported() function
/Linux-v4.19/fs/xfs/
Dxfs_super.c1671 datadev_is_dax = bdev_dax_supported(mp->m_ddev_targp->bt_bdev, in xfs_fs_fill_super()
1674 rtdev_is_dax = bdev_dax_supported( in xfs_fs_fill_super()
Dxfs_ioctl.c1092 !bdev_dax_supported(xfs_find_bdev_for_inode(VFS_I(ip)), in xfs_ioctl_setattr_dax_invalidate()
/Linux-v4.19/fs/ext2/
Dsuper.c968 if (!bdev_dax_supported(sb->s_bdev, blocksize)) { in ext2_fill_super()
/Linux-v4.19/drivers/md/
Ddm-table.c888 return bdev_dax_supported(dev->bdev, PAGE_SIZE); in device_supports_dax()
/Linux-v4.19/fs/ext4/
Dsuper.c3828 if (!bdev_dax_supported(sb->s_bdev, blocksize)) { in ext4_fill_super()