Home
last modified time | relevance | path

Searched refs:iomap_zero_range (Results 1 – 7 of 7) sorted by relevance

/linux/fs/ntfs3/
H A Dfile.c236 err = iomap_zero_range(inode, valid, new_valid - valid, NULL, in ntfs_extend_initialized_size()
539 err = iomap_zero_range(inode, from, tmp - from, NULL, in ntfs_fallocate()
557 err = iomap_zero_range(inode, end_a, end - end_a, NULL, in ntfs_fallocate()
/linux/include/linux/
H A Diomap.h361 int iomap_zero_range(struct inode *inode, loff_t pos, loff_t len,
/linux/fs/iomap/
H A Dbuffered-io.c1621 iomap_zero_range(struct inode *inode, loff_t pos, loff_t len, bool *did_zero, in iomap_zero_range() function
1673 EXPORT_SYMBOL_GPL(iomap_zero_range);
1686 return iomap_zero_range(inode, pos, blocksize - off, did_zero, ops, in iomap_truncate_page()
/linux/Documentation/filesystems/
H A Ddax.rst226 * Calling :c:func:`iomap_zero_range()` passing appropriate iomap operations
/linux/fs/xfs/
H A Dxfs_iomap.c2290 return iomap_zero_range(inode, pos, len, did_zero, in xfs_zero_range()
/linux/fs/gfs2/
H A Dbmap.c1320 return iomap_zero_range(inode, from, length, NULL, &gfs2_iomap_ops, in gfs2_block_zero_range()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst273 Filesystems can call ``iomap_zero_range`` to perform zeroing of the