xfs_log_force_seq
return xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC,
xfs_log_force_seq(ip->i_mount, seq, 0, NULL);
return xfs_log_force_seq(ip->i_mount, seq, XFS_LOG_SYNC, NULL);
int xfs_log_force_seq(struct xfs_mount *mp, xfs_csn_t seq, uint flags,
error = xfs_log_force_seq(mp, commit_seq, XFS_LOG_SYNC, NULL);