Home
last modified time | relevance | path

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

/linux/fs/xfs/
H A Dxfs_aops.c531 error = iomap_writepages(&xc.ctx); in xfs_vm_writepages()
544 return iomap_writepages(&wpc.ctx); in xfs_vm_writepages()
/linux/fs/ntfs/
H A Daops.c288 ret = iomap_writepages(&wpc); in ntfs_writepages()
/linux/include/linux/
H A Diomap.h578 int iomap_writepages(struct iomap_writepage_ctx *wpc);
/linux/fs/iomap/
H A Dbuffered-io.c2070 iomap_writepages(struct iomap_writepage_ctx *wpc) in iomap_writepages() function
2102 EXPORT_SYMBOL_GPL(iomap_writepages);
/linux/block/
H A Dfops.c559 return iomap_writepages(&wpc); in blkdev_writepages()
/linux/fs/ntfs3/
H A Dinode.c1240 return iomap_writepages(&wpc); in ntfs_writepages()
/linux/Documentation/filesystems/iomap/
H A Doperations.rst308 Filesystems can call ``iomap_writepages`` to respond to a request to
/linux/fs/fuse/
H A Dfile.c2316 return iomap_writepages(&wpc); in fuse_writepages()