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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dwriteback.h146 int write_cache_pages(struct address_space *mapping,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dwriteback.h146 int write_cache_pages(struct address_space *mapping,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/mm/
H A Dpage-writeback.c809 * tag_pages_for_writeback - tag pages to be written by write_cache_pages
816 * that write_cache_pages (or whoever calls this function) will then use
845 * write_cache_pages - walk the list of dirty pages of the given address space and write all of them.
851 * If a page is already under I/O, write_cache_pages() skips it, even
866 int write_cache_pages(struct address_space *mapping, function
1019 EXPORT_SYMBOL(write_cache_pages); variable
1049 return write_cache_pages(mapping, wbc, __writepage, mapping);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/mm/
H A Dpage-writeback.c809 * tag_pages_for_writeback - tag pages to be written by write_cache_pages
816 * that write_cache_pages (or whoever calls this function) will then use
845 * write_cache_pages - walk the list of dirty pages of the given address space and write all of them.
851 * If a page is already under I/O, write_cache_pages() skips it, even
866 int write_cache_pages(struct address_space *mapping, function
1019 EXPORT_SYMBOL(write_cache_pages); variable
1049 return write_cache_pages(mapping, wbc, __writepage, mapping);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/
H A Dmpage.c684 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/
H A Dmpage.c684 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/exofs/
H A Dinode.c550 * within write_cache_pages(), to add one more page to be written to storage.
677 ret = write_cache_pages(mapping, wbc, writepage_strip, &pcol);
679 EXOFS_ERR("write_cache_pages => %d\n", ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/nfs/
H A Dwrite.c357 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, &pgio);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/exofs/
H A Dinode.c550 * within write_cache_pages(), to add one more page to be written to storage.
677 ret = write_cache_pages(mapping, wbc, writepage_strip, &pcol);
679 EXOFS_ERR("write_cache_pages => %d\n", ret);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/nfs/
H A Dwrite.c357 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, &pgio);

Completed in 139 milliseconds