Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Diomap.h348 int iomap_zero_range(struct inode *inode, loff_t pos, loff_t len,
/linux-6.15/fs/iomap/
H A Dbuffered-io.c1389 iomap_zero_range(struct inode *inode, loff_t pos, loff_t len, bool *did_zero, in iomap_zero_range() function
1455 EXPORT_SYMBOL_GPL(iomap_zero_range);
1467 return iomap_zero_range(inode, pos, blocksize - off, did_zero, ops, in iomap_truncate_page()
/linux-6.15/Documentation/filesystems/
H A Ddax.rst227 * Calling :c:func:`iomap_zero_range()` passing appropriate iomap operations
/linux-6.15/fs/xfs/
H A Dxfs_iomap.c2014 return iomap_zero_range(inode, pos, len, did_zero, in xfs_zero_range()
/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst228 Filesystems can call ``iomap_zero_range`` to perform zeroing of the
/linux-6.15/fs/gfs2/
H A Dbmap.c1303 return iomap_zero_range(inode, from, length, NULL, &gfs2_iomap_ops, in gfs2_block_zero_range()