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

/linux-master/include/linux/
H 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) function
/linux-master/drivers/dax/
H A Dsuper.c115 void fs_put_dax(struct dax_device *dax_dev, void *holder) function
122 EXPORT_SYMBOL_GPL(fs_put_dax); variable
/linux-master/fs/erofs/
H A Dsuper.c729 fs_put_dax(dif->dax_dev, NULL);
800 fs_put_dax(sbi->dax_dev, NULL);
/linux-master/fs/ext2/
H A Dsuper.c174 fs_put_dax(sbi->s_daxdev, NULL);
1218 fs_put_dax(sbi->s_daxdev, NULL);
/linux-master/fs/xfs/
H A Dxfs_buf.c2030 fs_put_dax(btp->bt_daxdev, btp->bt_mount);
/linux-master/fs/ext4/
H A Dsuper.c1391 fs_put_dax(sbi->s_daxdev, NULL);
4319 fs_put_dax(sbi->s_daxdev, NULL);
4344 fs_put_dax(sbi->s_daxdev, NULL);

Completed in 197 milliseconds