Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dwriteback.h377 int write_cache_pages(struct address_space *mapping,
/linux/fs/
H A Dmpage.c673 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
/linux/block/
H A Dfops.c424 err = write_cache_pages(mapping, wbc, block_write_full_folio, in blkdev_writepages()
/linux/mm/
H A Dpage-writeback.c2583 int write_cache_pages(struct address_space *mapping, in write_cache_pages() function
2600 EXPORT_SYMBOL(write_cache_pages);
/linux/fs/orangefs/
H A Dinode.c229 ret = write_cache_pages(mapping, wbc, orangefs_writepages_callback, ow); in orangefs_writepages()
/linux/fs/gfs2/
H A Dlog.c143 ret = write_cache_pages(mapping, wbc, __gfs2_writepage, mapping); in gfs2_ail1_start_one()
/linux/fs/bcachefs/
H A Dfs-io-buffered.c650 ret = write_cache_pages(mapping, wbc, __bch2_writepage, &w); in bch2_writepages()
/linux/fs/ubifs/
H A Dfile.c1078 return write_cache_pages(mapping, wbc, ubifs_writepage, NULL); in ubifs_writepages()
/linux/fs/nfs/
H A Dwrite.c723 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, in nfs_writepages()
/linux/fs/ntfs3/
H A Dinode.c893 return write_cache_pages(mapping, wbc, ntfs_resident_writepage, in ntfs_writepages()
/linux/fs/reiserfs/
H A Dinode.c2728 return write_cache_pages(mapping, wbc, reiserfs_write_folio, NULL); in reiserfs_writepages()
/linux/fs/udf/
H A Dinode.c208 return write_cache_pages(mapping, wbc, udf_adinicb_writepage, NULL); in udf_writepages()
/linux/fs/fuse/
H A Dfile.c2372 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); in fuse_writepages()
/linux/fs/ext4/
H A Dsuper.c575 return write_cache_pages(mapping, &wbc, in ext4_journalled_submit_inode_data_buffers()