xfs_sync.h 161 B

1234567
  1. #ifndef XFS_SYNC_H
  2. #define XFS_SYNC_H 1
  3. int xfs_sync(struct xfs_mount *mp, int flags);
  4. int xfs_syncsub(struct xfs_mount *mp, int flags, int *bypassed);
  5. #endif