Searched refs:fs_put_dax (Results 1 – 6 of 6) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | dax.h | 136 void fs_put_dax(struct dax_device *dax_dev, void *holder); 151 static inline void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() function
|
| /Linux-v6.6/drivers/dax/ |
| 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-v6.6/fs/erofs/ |
| D | super.c | 808 fs_put_dax(dif->dax_dev, NULL); in erofs_release_device_info() 895 fs_put_dax(sbi->dax_dev, NULL); in erofs_kill_sb()
|
| /Linux-v6.6/fs/ext2/ |
| D | super.c | 174 fs_put_dax(sbi->s_daxdev, NULL); in ext2_put_super() 1218 fs_put_dax(sbi->s_daxdev, NULL); in ext2_fill_super()
|
| /Linux-v6.6/fs/xfs/ |
| D | xfs_buf.c | 1955 fs_put_dax(btp->bt_daxdev, btp->bt_mount); in xfs_free_buftarg()
|
| /Linux-v6.6/fs/ext4/ |
| D | super.c | 1383 fs_put_dax(sbi->s_daxdev, NULL); in ext4_put_super() 4320 fs_put_dax(sbi->s_daxdev, NULL); in ext4_free_sbi() 4345 fs_put_dax(sbi->s_daxdev, NULL); in ext4_alloc_sbi()
|