Searched refs:writeback_range (Results 1 – 8 of 8) sorted by relevance
| /linux/fs/xfs/ |
| H A D | xfs_aops.c | 549 .writeback_range = xfs_writeback_range, 665 .writeback_range = xfs_zoned_writeback_range,
|
| /linux/include/linux/ |
| H A D | iomap.h | 448 ssize_t (*writeback_range)(struct iomap_writepage_ctx *wpc, member
|
| /linux/fs/zonefs/ |
| H A D | file.c | 154 .writeback_range = zonefs_writeback_range,
|
| /linux/Documentation/filesystems/iomap/ |
| H A D | operations.rst | 319 ``->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 D | fops.c | 570 .writeback_range = blkdev_writeback_range,
|
| /linux/fs/iomap/ |
| H A D | buffered-io.c | 1745 ret = wpc->ops->writeback_range(wpc, folio, pos, rlen, end_pos); in iomap_writeback_range()
|
| /linux/fs/gfs2/ |
| H A D | bmap.c | 2495 .writeback_range = gfs2_writeback_range,
|
| /linux/fs/fuse/ |
| H A D | file.c | 2270 .writeback_range = fuse_iomap_writeback_range,
|