aboutsummaryrefslogtreecommitdiffstats
path: root/fs/xfs/linux-2.6/xfs_sync.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_sync.h')
-rw-r--r--fs/xfs/linux-2.6/xfs_sync.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/xfs/linux-2.6/xfs_sync.h b/fs/xfs/linux-2.6/xfs_sync.h
index 5316915c0834..fcd4040c9ad1 100644
--- a/fs/xfs/linux-2.6/xfs_sync.h
+++ b/fs/xfs/linux-2.6/xfs_sync.h
@@ -55,6 +55,9 @@ void xfs_syncd_stop(struct xfs_mount *mp);
55 55
56int xfs_sync(struct xfs_mount *mp, int flags); 56int xfs_sync(struct xfs_mount *mp, int flags);
57int xfs_sync_inodes(struct xfs_mount *mp, int flags); 57int xfs_sync_inodes(struct xfs_mount *mp, int flags);
58int xfs_sync_fsdata(struct xfs_mount *mp, int flags);
59
60int xfs_quiesce_data(struct xfs_mount *mp);
58 61
59void xfs_flush_inode(struct xfs_inode *ip); 62void xfs_flush_inode(struct xfs_inode *ip);
60void xfs_flush_device(struct xfs_inode *ip); 63void xfs_flush_device(struct xfs_inode *ip);