Home
last modified time | relevance | path

Searched refs:writeback_range (Results 1 – 8 of 8) sorted by relevance

/linux/fs/xfs/
H A Dxfs_aops.c549 .writeback_range = xfs_writeback_range,
665 .writeback_range = xfs_zoned_writeback_range,
/linux/include/linux/
H A Diomap.h448 ssize_t (*writeback_range)(struct iomap_writepage_ctx *wpc, member
/linux/fs/zonefs/
H A Dfile.c154 .writeback_range = zonefs_writeback_range,
/linux/Documentation/filesystems/iomap/
H A Doperations.rst319 ``->writeback_range`` machinery described below even if the writeback fails.
331 int (*writeback_range)(struct iomap_writepage_ctx *wpc,
338 - ``writeback_range``: Sets ``wpc->iomap`` to the space mapping of the file
/linux/block/
H A Dfops.c570 .writeback_range = blkdev_writeback_range,
/linux/fs/iomap/
H A Dbuffered-io.c1745 ret = wpc->ops->writeback_range(wpc, folio, pos, rlen, end_pos); in iomap_writeback_range()
/linux/fs/gfs2/
H A Dbmap.c2495 .writeback_range = gfs2_writeback_range,
/linux/fs/fuse/
H A Dfile.c2270 .writeback_range = fuse_iomap_writeback_range,