Searched refs:write_cache_pages (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/include/linux/ |
D | writeback.h | 369 int write_cache_pages(struct address_space *mapping,
|
/linux-6.6.21/fs/ |
D | mpage.c | 679 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
|
/linux-6.6.21/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-6.6.21/fs/orangefs/ |
D | inode.c | 229 ret = write_cache_pages(mapping, wbc, orangefs_writepages_callback, ow); in orangefs_writepages()
|
/linux-6.6.21/fs/gfs2/ |
D | log.c | 143 ret = write_cache_pages(mapping, wbc, __gfs2_writepage, mapping); in gfs2_ail1_start_one()
|
/linux-6.6.21/fs/iomap/ |
D | buffered-io.c | 1989 ret = write_cache_pages(mapping, wbc, iomap_do_writepage, wpc); in iomap_writepages()
|
/linux-6.6.21/fs/nfs/ |
D | write.c | 740 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, in nfs_writepages()
|
/linux-6.6.21/fs/ntfs3/ |
D | inode.c | 880 return write_cache_pages(mapping, wbc, ntfs_resident_writepage, in ntfs_writepages()
|
/linux-6.6.21/fs/udf/ |
D | inode.c | 208 return write_cache_pages(mapping, wbc, udf_adinicb_writepage, NULL); in udf_writepages()
|
/linux-6.6.21/fs/fuse/ |
D | file.c | 2303 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); in fuse_writepages()
|
/linux-6.6.21/fs/ext4/ |
D | super.c | 584 return write_cache_pages(mapping, &wbc, in ext4_journalled_submit_inode_data_buffers()
|