Searched refs:write_cache_pages (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/mm/
H A Dpage-writeback.c2087 * tag_pages_for_writeback - tag pages to be written by write_cache_pages
2094 * that write_cache_pages (or whoever calls this function) will then use
2123 * write_cache_pages - walk the list of dirty pages of the given address space and write all of them.
2129 * If a page is already under I/O, write_cache_pages() skips it, even
2144 int write_cache_pages(struct address_space *mapping, write_cache_pages() function
2298 EXPORT_SYMBOL(write_cache_pages); variable
2332 ret = write_cache_pages(mapping, wbc, __writepage, mapping); generic_writepages()
/linux-4.4.14/fs/exofs/
H A Dinode.c686 * within write_cache_pages(), to add one more page to be written to storage.
813 ret = write_cache_pages(mapping, wbc, writepage_strip, &pcol); exofs_writepages()
815 EXOFS_ERR("write_cache_pages => %d\n", ret); exofs_writepages()
/linux-4.4.14/include/linux/
H A Dwriteback.h377 int write_cache_pages(struct address_space *mapping,
/linux-4.4.14/fs/
H A Dmpage.c701 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); mpage_writepages()
H A Dfs-writeback.c1415 * write_cache_pages() <== called once for each inode writeback_chunk_size()
/linux-4.4.14/fs/gfs2/
H A Daops.c335 * gfs2_write_cache_jdata - Like write_cache_pages but different
/linux-4.4.14/fs/ext4/
H A Dinode.c2477 ret = write_cache_pages(mapping, wbc, __writepage, mapping); ext4_writepages()
2896 * write_cache_pages() ---> (via passed in callback function) ext4_alloc_da_blocks()
2901 * The problem is that write_cache_pages(), located in ext4_alloc_da_blocks()
2906 * We could call write_cache_pages(), and then redirty all of ext4_alloc_da_blocks()
/linux-4.4.14/fs/nfs/
H A Dwrite.c648 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, &pgio); nfs_writepages()
/linux-4.4.14/fs/xfs/
H A Dxfs_aops.c742 * here as it simply means that write_cache_pages() will see it under xfs_convert_page()
/linux-4.4.14/fs/btrfs/
H A Dextent_io.c4024 * write_cache_pages - walk the list of dirty pages of the given address space and write all of them.
4030 * If a page is already under I/O, write_cache_pages() skips it, even
/linux-4.4.14/fs/fuse/
H A Dfile.c1905 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); fuse_writepages()

Completed in 489 milliseconds