Searched refs:write_cache_pages (Results 1 – 11 of 11) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | writeback.h | 369 int write_cache_pages(struct address_space *mapping,
|
| /Linux-v6.6/fs/ |
| D | mpage.c | 679 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
|
| /Linux-v6.6/mm/ |
| D | page-writeback.c | 2394 int write_cache_pages(struct address_space *mapping, in write_cache_pages() function 2531 EXPORT_SYMBOL(write_cache_pages); 2558 ret = write_cache_pages(mapping, wbc, writepage_cb, in do_writepages()
|
| /Linux-v6.6/fs/orangefs/ |
| D | inode.c | 229 ret = write_cache_pages(mapping, wbc, orangefs_writepages_callback, ow); in orangefs_writepages()
|
| /Linux-v6.6/fs/gfs2/ |
| D | log.c | 143 ret = write_cache_pages(mapping, wbc, __gfs2_writepage, mapping); in gfs2_ail1_start_one()
|
| /Linux-v6.6/fs/nfs/ |
| D | write.c | 738 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, in nfs_writepages()
|
| /Linux-v6.6/fs/iomap/ |
| D | buffered-io.c | 1989 ret = write_cache_pages(mapping, wbc, iomap_do_writepage, wpc); in iomap_writepages()
|
| /Linux-v6.6/fs/ntfs3/ |
| D | inode.c | 871 return write_cache_pages(mapping, wbc, ntfs_resident_writepage, in ntfs_writepages()
|
| /Linux-v6.6/fs/udf/ |
| D | inode.c | 208 return write_cache_pages(mapping, wbc, udf_adinicb_writepage, NULL); in udf_writepages()
|
| /Linux-v6.6/fs/fuse/ |
| D | file.c | 2301 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); in fuse_writepages()
|
| /Linux-v6.6/fs/ext4/ |
| D | super.c | 584 return write_cache_pages(mapping, &wbc, in ext4_journalled_submit_inode_data_buffers()
|