Searched refs:write_cache_pages (Results 1 – 8 of 8) sorted by relevance
/linux-4.1.27/include/linux/ |
D | writeback.h | 179 int write_cache_pages(struct address_space *mapping,
|
/linux-4.1.27/mm/ |
D | page-writeback.c | 1834 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/ |
D | mpage.c | 694 ret = write_cache_pages(mapping, wbc, __mpage_writepage, &mpd); in mpage_writepages()
|
/linux-4.1.27/fs/exofs/ |
D | inode.c | 816 ret = write_cache_pages(mapping, wbc, writepage_strip, &pcol); in exofs_writepages()
|
/linux-4.1.27/fs/nfs/ |
D | write.c | 648 err = write_cache_pages(mapping, wbc, nfs_writepages_callback, &pgio); in nfs_writepages()
|
/linux-4.1.27/fs/f2fs/ |
D | data.c | 1541 ret = write_cache_pages(mapping, wbc, __f2fs_writepage, mapping); in f2fs_write_data_pages()
|
/linux-4.1.27/fs/fuse/ |
D | file.c | 1905 err = write_cache_pages(mapping, wbc, fuse_writepages_fill, &data); in fuse_writepages()
|
/linux-4.1.27/fs/ext4/ |
D | inode.c | 2445 ret = write_cache_pages(mapping, wbc, __writepage, mapping); in ext4_writepages()
|