Searched refs:fs_dax_get_by_bdev (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/include/linux/ |
D | dax.h | 135 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off, 146 static inline struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, in fs_dax_get_by_bdev() function
|
/linux-6.12.1/drivers/dax/ |
D | super.c | 82 struct dax_device *fs_dax_get_by_bdev(struct block_device *bdev, u64 *start_off, in fs_dax_get_by_bdev() function 113 EXPORT_SYMBOL_GPL(fs_dax_get_by_bdev);
|
/linux-6.12.1/fs/erofs/ |
D | super.c | 195 dif->dax_dev = fs_dax_get_by_bdev(file_bdev(file), in erofs_init_device() 620 sbi->dax_dev = fs_dax_get_by_bdev(sb->s_bdev, in erofs_fc_fill_super()
|
/linux-6.12.1/fs/ext2/ |
D | super.c | 835 sbi->s_daxdev = fs_dax_get_by_bdev(sb->s_bdev, &sbi->s_dax_part_off, in ext2_fill_super()
|
/linux-6.12.1/fs/xfs/ |
D | xfs_buf.c | 2115 btp->bt_daxdev = fs_dax_get_by_bdev(btp->bt_bdev, &btp->bt_dax_part_off, in xfs_alloc_buftarg()
|
/linux-6.12.1/drivers/md/ |
D | dm.c | 762 td->dm_dev.dax_dev = fs_dax_get_by_bdev(bdev, &part_off, in open_table_device()
|
/linux-6.12.1/fs/ext4/ |
D | super.c | 4298 sbi->s_daxdev = fs_dax_get_by_bdev(sb->s_bdev, &sbi->s_dax_part_off, in ext4_alloc_sbi()
|