Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dwriteback.h377 int write_cache_pages(struct address_space *mapping,
/linux-6.15/fs/
H A Dmpage.c663 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
/linux-6.15/fs/jfs/
H A Djfs_metapage.c474 err = write_cache_pages(mapping, wbc, metapage_write_folio, NULL); in metapage_writepages()
/linux-6.15/block/
H A Dfops.c458 err = write_cache_pages(mapping, wbc, block_write_full_folio, in blkdev_writepages()
/linux-6.15/mm/
H A Dpage-writeback.c2605 int write_cache_pages(struct address_space *mapping, in write_cache_pages() function
2622 EXPORT_SYMBOL(write_cache_pages);
/linux-6.15/fs/bcachefs/
H A Dfs-io-buffered.c675 ret = write_cache_pages(mapping, wbc, __bch2_writepage, &w); in bch2_writepages()
/linux-6.15/fs/ubifs/
H A Dfile.c1053 return write_cache_pages(mapping, wbc, ubifs_writepage, NULL); in ubifs_writepages()
/linux-6.15/fs/nfs/
H A Dwrite.c755 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, in nfs_writepages()
/linux-6.15/fs/ntfs3/
H A Dinode.c899 return write_cache_pages(mapping, wbc, ntfs_resident_writepage, in ntfs_writepages()
/linux-6.15/fs/udf/
H A Dinode.c208 return write_cache_pages(mapping, wbc, udf_adinicb_writepage, NULL); in udf_writepages()
/linux-6.15/fs/fuse/
H A Dfile.c2467 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); in fuse_writepages()
/linux-6.15/fs/ext4/
H A Dsuper.c567 return write_cache_pages(mapping, &wbc, in ext4_journalled_submit_inode_data_buffers()