Home
last modified time | relevance | path

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

/linux-6.12.1/include/linux/
Dwriteback.h381 int write_cache_pages(struct address_space *mapping,
/linux-6.12.1/fs/
Dmpage.c666 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
/linux-6.12.1/fs/jfs/
Djfs_metapage.c474 err = write_cache_pages(mapping, wbc, metapage_write_folio, NULL); in metapage_writepages()
/linux-6.12.1/block/
Dfops.c437 err = write_cache_pages(mapping, wbc, block_write_full_folio, in blkdev_writepages()
/linux-6.12.1/mm/
Dpage-writeback.c2632 int write_cache_pages(struct address_space *mapping, in write_cache_pages() function
2649 EXPORT_SYMBOL(write_cache_pages);
/linux-6.12.1/fs/orangefs/
Dinode.c227 ret = write_cache_pages(mapping, wbc, orangefs_writepages_callback, ow); in orangefs_writepages()
/linux-6.12.1/fs/bcachefs/
Dfs-io-buffered.c639 ret = write_cache_pages(mapping, wbc, __bch2_writepage, &w); in bch2_writepages()
/linux-6.12.1/fs/ubifs/
Dfile.c1077 return write_cache_pages(mapping, wbc, ubifs_writepage, NULL); in ubifs_writepages()
/linux-6.12.1/fs/nfs/
Dwrite.c744 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, in nfs_writepages()
/linux-6.12.1/fs/ntfs3/
Dinode.c896 return write_cache_pages(mapping, wbc, ntfs_resident_writepage, in ntfs_writepages()
/linux-6.12.1/fs/reiserfs/
Dinode.c2726 return write_cache_pages(mapping, wbc, reiserfs_write_folio, NULL); in reiserfs_writepages()
/linux-6.12.1/fs/udf/
Dinode.c208 return write_cache_pages(mapping, wbc, udf_adinicb_writepage, NULL); in udf_writepages()
/linux-6.12.1/fs/fuse/
Dfile.c2384 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); in fuse_writepages()
/linux-6.12.1/fs/ext4/
Dsuper.c575 return write_cache_pages(mapping, &wbc, in ext4_journalled_submit_inode_data_buffers()