Searched refs:dax_truncate_page (Results 1 – 4 of 4) sorted by relevance
/openbmc/linux/include/linux/ |
H A D | dax.h | 212 int dax_truncate_page(struct inode *inode, loff_t pos, bool *did_zero,
|
/openbmc/linux/fs/ |
H A D | dax.c | 1421 int dax_truncate_page(struct inode *inode, loff_t pos, bool *did_zero, in dax_truncate_page() function 1432 EXPORT_SYMBOL_GPL(dax_truncate_page);
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_iomap.c | 1443 return dax_truncate_page(inode, pos, did_zero, in xfs_truncate_page()
|
/openbmc/linux/fs/ext2/ |
H A D | inode.c | 1281 error = dax_truncate_page(inode, newsize, NULL, in ext2_setsize()
|