Home
last modified time | relevance | path

Searched refs:dax_clear_blocks (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/linux/
Ddax.h10 int dax_clear_blocks(struct inode *, sector_t block, long size);
/linux-4.4.14/fs/
Ddax.c37 int dax_clear_blocks(struct inode *inode, sector_t block, long size) in dax_clear_blocks() function
69 EXPORT_SYMBOL_GPL(dax_clear_blocks);
/linux-4.4.14/fs/ext2/
Dinode.c740 err = dax_clear_blocks(inode, le32_to_cpu(chain[depth-1].key), in ext2_get_blocks()
/linux-4.4.14/fs/xfs/
Dxfs_bmap_util.c78 return dax_clear_blocks(VFS_I(ip), block, size); in xfs_zero_extent()