Searched refs:dax_truncate_page (Results 1 – 5 of 5) sorted by relevance
/linux/include/linux/ |
H A D | dax.h | 209 int dax_truncate_page(struct inode *inode, loff_t pos, bool *did_zero,
|
/linux/fs/ |
H A D | dax.c | 1593 int dax_truncate_page(struct inode *inode, loff_t pos, bool *did_zero, in dax_truncate_page() function 1604 EXPORT_SYMBOL_GPL(dax_truncate_page);
|
/linux/fs/ext2/ |
H A D | inode.c | 1290 error = dax_truncate_page(inode, newsize, NULL, in ext2_setsize()
|
/linux/fs/xfs/ |
H A D | xfs_iomap.c | 2217 return dax_truncate_page(inode, pos, did_zero, in xfs_truncate_page()
|
/linux/Documentation/filesystems/iomap/ |
H A D | operations.rst | 658 * ``dax_truncate_page``
|