blob: f4c3b1ea64c03714b5d75731e42d42ffd61ead1b [file] [log] [blame]
#ifndef XFS_SYNC_H
#define XFS_SYNC_H 1
int xfs_sync(struct xfs_mount *mp, int flags);
int xfs_syncsub(struct xfs_mount *mp, int flags, int *bypassed);
#endif