Home
last modified time | relevance | path

Searched refs:write_cache_pages (Results 1 – 8 of 8) sorted by relevance

/linux-4.1.27/include/linux/
Dwriteback.h179 int write_cache_pages(struct address_space *mapping,
/linux-4.1.27/mm/
Dpage-writeback.c1834 int write_cache_pages(struct address_space *mapping, in write_cache_pages() function
1988 EXPORT_SYMBOL(write_cache_pages);
2022 ret = write_cache_pages(mapping, wbc, __writepage, mapping); in generic_writepages()
/linux-4.1.27/fs/
Dmpage.c694 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
/linux-4.1.27/fs/exofs/
Dinode.c816 ret = write_cache_pages(mapping, wbc, writepage_strip, &pcol); in exofs_writepages()
/linux-4.1.27/fs/nfs/
Dwrite.c648 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, &pgio); in nfs_writepages()
/linux-4.1.27/fs/f2fs/
Ddata.c1541 ret = write_cache_pages(mapping, wbc, __f2fs_writepage, mapping); in f2fs_write_data_pages()
/linux-4.1.27/fs/fuse/
Dfile.c1905 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); in fuse_writepages()
/linux-4.1.27/fs/ext4/
Dinode.c2445 ret = write_cache_pages(mapping, wbc, __writepage, mapping); in ext4_writepages()