Searched refs:iomap_writepage (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/fs/iomap/ |
H A D | trace.h | 74 DEFINE_RANGE_EVENT(iomap_writepage); variable
|
H A D | buffered-io.c | 1538 iomap_writepage(struct page *page, struct writeback_control *wbc, in iomap_writepage() function 1550 EXPORT_SYMBOL_GPL(iomap_writepage); variable
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | iomap.h | 239 int iomap_writepage(struct page *page, struct writeback_control *wbc,
|
/kernel/linux/linux-6.6/fs/iomap/ |
H A D | trace.h | 82 DEFINE_RANGE_EVENT(iomap_writepage); variable
|
/kernel/linux/linux-5.10/fs/xfs/ |
H A D | xfs_aops.c | 547 return iomap_writepage(page, wbc, &wpc.ctx, &xfs_writeback_ops); in xfs_vm_writepage()
|
/kernel/linux/linux-5.10/fs/gfs2/ |
H A D | aops.c | 100 return iomap_writepage(page, wbc, &wpc, &gfs2_writeback_ops); in gfs2_writepage()
|
/kernel/linux/linux-5.10/fs/zonefs/ |
H A D | super.c | 193 return iomap_writepage(page, wbc, &wpc, &zonefs_writeback_ops); in zonefs_writepage()
|
Completed in 9 milliseconds