Home
last modified time | relevance | path

Searched refs:write_cache_pages (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/include/linux/
Dwriteback.h369 int write_cache_pages(struct address_space *mapping,
/linux-6.6.21/fs/
Dmpage.c679 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
/linux-6.6.21/mm/
Dpage-writeback.c2394 int write_cache_pages(struct address_space *mapping, in write_cache_pages() function
2531 EXPORT_SYMBOL(write_cache_pages);
2558 ret = write_cache_pages(mapping, wbc, writepage_cb, in do_writepages()
/linux-6.6.21/fs/orangefs/
Dinode.c229 ret = write_cache_pages(mapping, wbc, orangefs_writepages_callback, ow); in orangefs_writepages()
/linux-6.6.21/fs/gfs2/
Dlog.c143 ret = write_cache_pages(mapping, wbc, __gfs2_writepage, mapping); in gfs2_ail1_start_one()
/linux-6.6.21/fs/iomap/
Dbuffered-io.c1989 ret = write_cache_pages(mapping, wbc, iomap_do_writepage, wpc); in iomap_writepages()
/linux-6.6.21/fs/nfs/
Dwrite.c740 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, in nfs_writepages()
/linux-6.6.21/fs/ntfs3/
Dinode.c880 return write_cache_pages(mapping, wbc, ntfs_resident_writepage, in ntfs_writepages()
/linux-6.6.21/fs/udf/
Dinode.c208 return write_cache_pages(mapping, wbc, udf_adinicb_writepage, NULL); in udf_writepages()
/linux-6.6.21/fs/fuse/
Dfile.c2303 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); in fuse_writepages()
/linux-6.6.21/fs/ext4/
Dsuper.c584 return write_cache_pages(mapping, &wbc, in ext4_journalled_submit_inode_data_buffers()