Home
last modified time | relevance | path

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

/linux/include/linux/
A Ddax.h137 void fs_put_dax(struct dax_device *dax_dev, void *holder);
152 static inline void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() function
/linux/drivers/dax/
A Dsuper.c115 void fs_put_dax(struct dax_device *dax_dev, void *holder) in fs_put_dax() function
122 EXPORT_SYMBOL_GPL(fs_put_dax);
/linux/fs/erofs/
A Dsuper.c758 fs_put_dax(dif->dax_dev, NULL); in erofs_release_device_info()
829 fs_put_dax(sbi->dax_dev, NULL); in erofs_kill_sb()
/linux/fs/ext2/
A Dsuper.c174 fs_put_dax(sbi->s_daxdev, NULL); in ext2_put_super()
1218 fs_put_dax(sbi->s_daxdev, NULL); in ext2_fill_super()
/linux/fs/xfs/
A Dxfs_buf.c2033 fs_put_dax(btp->bt_daxdev, btp->bt_mount); in xfs_free_buftarg()
/linux/fs/ext4/
A Dsuper.c1379 fs_put_dax(sbi->s_daxdev, NULL); in ext4_put_super()
4286 fs_put_dax(sbi->s_daxdev, NULL); in ext4_free_sbi()
4311 fs_put_dax(sbi->s_daxdev, NULL); in ext4_alloc_sbi()

Completed in 35 milliseconds