aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/fs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r--include/linux/fs.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h
index 65e6df247ea5..0ad70c1e5e55 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -1473,6 +1473,11 @@ extern int filemap_fdatawait(struct address_space *);
1473extern int filemap_write_and_wait(struct address_space *mapping); 1473extern int filemap_write_and_wait(struct address_space *mapping);
1474extern int filemap_write_and_wait_range(struct address_space *mapping, 1474extern int filemap_write_and_wait_range(struct address_space *mapping,
1475 loff_t lstart, loff_t lend); 1475 loff_t lstart, loff_t lend);
1476extern int wait_on_page_writeback_range(struct address_space *mapping,
1477 pgoff_t start, pgoff_t end);
1478extern int __filemap_fdatawrite_range(struct address_space *mapping,
1479 loff_t start, loff_t end, int sync_mode);
1480
1476extern void sync_supers(void); 1481extern void sync_supers(void);
1477extern void sync_filesystems(int wait); 1482extern void sync_filesystems(int wait);
1478extern void emergency_sync(void); 1483extern void emergency_sync(void);