Searched refs:fs_put_dax (Results 1 – 6 of 6) sorted by relevance
| /linux/include/linux/ |
| H A D | dax.h | 133 void fs_put_dax(struct dax_device *dax_dev, void *holder); 148 static inline void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() function
|
| /linux/drivers/dax/ |
| H A D | super.c | 114 void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() function 121 EXPORT_SYMBOL_GPL(fs_put_dax);
|
| /linux/fs/erofs/ |
| H A D | super.c | 848 fs_put_dax(dif->dax_dev, NULL); in erofs_release_device_info() 937 fs_put_dax(sbi->dif0.dax_dev, NULL); in erofs_kill_sb()
|
| /linux/fs/ext2/ |
| H A D | super.c | 201 fs_put_dax(sbi->s_daxdev, NULL); in ext2_put_super() 1255 fs_put_dax(sbi->s_daxdev, NULL); in ext2_fill_super()
|
| /linux/fs/xfs/ |
| H A D | xfs_buf.c | 1601 fs_put_dax(btp->bt_daxdev, btp->bt_mount); in xfs_buftarg_drain() 1759 fs_put_dax(btp->bt_daxdev, mp); in xfs_init_buftarg()
|
| /linux/fs/ext4/ |
| H A D | super.c | 1377 fs_put_dax(sbi->s_daxdev, NULL); in ext4_put_super() 4349 fs_put_dax(sbi->s_daxdev, NULL); in ext4_free_sbi() 4374 fs_put_dax(sbi->s_daxdev, NULL); in ext4_alloc_sbi()
|