Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Diomap.h414 struct iomap_writeback_ops { struct
449 const struct iomap_writeback_ops *ops; argument
463 const struct iomap_writeback_ops *ops);
/linux-6.15/fs/gfs2/
H A Dbmap.h47 extern const struct iomap_writeback_ops gfs2_writeback_ops;
H A Dbmap.c2486 const struct iomap_writeback_ops gfs2_writeback_ops = {
/linux-6.15/fs/xfs/
H A Dxfs_aops.c510 static const struct iomap_writeback_ops xfs_writeback_ops = {
605 static const struct iomap_writeback_ops xfs_zoned_writeback_ops = {
/linux-6.15/fs/zonefs/
H A Dfile.c148 static const struct iomap_writeback_ops zonefs_writeback_ops = {
/linux-6.15/block/
H A Dfops.c530 static const struct iomap_writeback_ops blkdev_writeback_ops = {
/linux-6.15/Documentation/filesystems/iomap/
H A Doperations.rst280 ``struct iomap_writeback_ops``
285 struct iomap_writeback_ops {
/linux-6.15/fs/iomap/
H A Dbuffered-io.c1944 const struct iomap_writeback_ops *ops) in iomap_writepages()