Searched refs:write_cache_pages (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | writeback.h | 377 int write_cache_pages(struct address_space *mapping,
|
| /linux-6.15/fs/ |
| H A D | mpage.c | 663 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
|
| /linux-6.15/fs/jfs/ |
| H A D | jfs_metapage.c | 474 err = write_cache_pages(mapping, wbc, metapage_write_folio, NULL); in metapage_writepages()
|
| /linux-6.15/block/ |
| H A D | fops.c | 458 err = write_cache_pages(mapping, wbc, block_write_full_folio, in blkdev_writepages()
|
| /linux-6.15/mm/ |
| H A D | page-writeback.c | 2605 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 D | fs-io-buffered.c | 675 ret = write_cache_pages(mapping, wbc, __bch2_writepage, &w); in bch2_writepages()
|
| /linux-6.15/fs/ubifs/ |
| H A D | file.c | 1053 return write_cache_pages(mapping, wbc, ubifs_writepage, NULL); in ubifs_writepages()
|
| /linux-6.15/fs/nfs/ |
| H A D | write.c | 755 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, in nfs_writepages()
|
| /linux-6.15/fs/ntfs3/ |
| H A D | inode.c | 899 return write_cache_pages(mapping, wbc, ntfs_resident_writepage, in ntfs_writepages()
|
| /linux-6.15/fs/udf/ |
| H A D | inode.c | 208 return write_cache_pages(mapping, wbc, udf_adinicb_writepage, NULL); in udf_writepages()
|
| /linux-6.15/fs/fuse/ |
| H A D | file.c | 2467 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); in fuse_writepages()
|
| /linux-6.15/fs/ext4/ |
| H A D | super.c | 567 return write_cache_pages(mapping, &wbc, in ext4_journalled_submit_inode_data_buffers()
|