Home
last modified time | relevance | path

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

/linux-6.1.9/include/linux/
Dwriteback.h376 int write_cache_pages(struct address_space *mapping,
/linux-6.1.9/fs/
Dmpage.c664 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
/linux-6.1.9/mm/
Dpage-writeback.c2282 int write_cache_pages(struct address_space *mapping, in write_cache_pages() function
2415 EXPORT_SYMBOL(write_cache_pages);
2451 ret = write_cache_pages(mapping, wbc, __writepage, mapping); in generic_writepages()
/linux-6.1.9/fs/orangefs/
Dinode.c236 ret = write_cache_pages(mapping, wbc, orangefs_writepages_callback, ow); in orangefs_writepages()
/linux-6.1.9/fs/iomap/
Dbuffered-io.c1540 ret = write_cache_pages(mapping, wbc, iomap_do_writepage, wpc); in iomap_writepages()
/linux-6.1.9/fs/nfs/
Dwrite.c735 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, in nfs_writepages()
/linux-6.1.9/fs/fuse/
Dfile.c2271 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); in fuse_writepages()
/linux-6.1.9/fs/ext4/
Dsuper.c531 return write_cache_pages(mapping, &wbc, in ext4_journalled_submit_inode_data_buffers()