diff options
Diffstat (limited to 'fs/xfs/linux-2.6/xfs_sync.h')
-rw-r--r-- | fs/xfs/linux-2.6/xfs_sync.h | 3 |
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 | ||
56 | int xfs_sync(struct xfs_mount *mp, int flags); | 56 | int xfs_sync(struct xfs_mount *mp, int flags); |
57 | int xfs_sync_inodes(struct xfs_mount *mp, int flags); | 57 | int xfs_sync_inodes(struct xfs_mount *mp, int flags); |
58 | int xfs_sync_fsdata(struct xfs_mount *mp, int flags); | ||
59 | |||
60 | int xfs_quiesce_data(struct xfs_mount *mp); | ||
58 | 61 | ||
59 | void xfs_flush_inode(struct xfs_inode *ip); | 62 | void xfs_flush_inode(struct xfs_inode *ip); |
60 | void xfs_flush_device(struct xfs_inode *ip); | 63 | void xfs_flush_device(struct xfs_inode *ip); |