1 2 3 4 5 6 7
#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