Home
last modified time | relevance | path

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

/linux/include/linux/
H A Diomap.h349 struct iomap_writeback_ops { struct
382 const struct iomap_writeback_ops *ops; argument
392 const struct iomap_writeback_ops *ops);
/linux/fs/gfs2/
H A Dbmap.h47 extern const struct iomap_writeback_ops gfs2_writeback_ops;
H A Dbmap.c2485 const struct iomap_writeback_ops gfs2_writeback_ops = {
/linux/fs/xfs/
H A Dxfs_aops.c464 static const struct iomap_writeback_ops xfs_writeback_ops = {
/linux/fs/zonefs/
H A Dfile.c148 static const struct iomap_writeback_ops zonefs_writeback_ops = {
/linux/fs/iomap/
H A Dbuffered-io.c2046 const struct iomap_writeback_ops *ops) in iomap_writepages()