Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Diomap.h324 struct iomap_writeback_ops { struct
350 const struct iomap_writeback_ops *ops; argument
359 const struct iomap_writeback_ops *ops);
/openbmc/linux/fs/gfs2/
H A Dbmap.h47 extern const struct iomap_writeback_ops gfs2_writeback_ops;
H A Dbmap.c2482 const struct iomap_writeback_ops gfs2_writeback_ops = {
/openbmc/linux/fs/xfs/
H A Dxfs_aops.c466 static const struct iomap_writeback_ops xfs_writeback_ops = {
/openbmc/linux/fs/zonefs/
H A Dfile.c147 static const struct iomap_writeback_ops zonefs_writeback_ops = {
/openbmc/linux/block/
H A Dfops.c483 static const struct iomap_writeback_ops blkdev_writeback_ops = {
/openbmc/linux/fs/iomap/
H A Dbuffered-io.c1996 const struct iomap_writeback_ops *ops) in iomap_writepages()