162306a36Sopenharmony_ci// SPDX-License-Identifier: GPL-2.0-or-later 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * Copyright (C) 2022-2023 Oracle. All Rights Reserved. 462306a36Sopenharmony_ci * Author: Darrick J. Wong <djwong@kernel.org> 562306a36Sopenharmony_ci */ 662306a36Sopenharmony_ci#ifndef __XFS_SCRUB_REAP_H__ 762306a36Sopenharmony_ci#define __XFS_SCRUB_REAP_H__ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ciint xrep_reap_agblocks(struct xfs_scrub *sc, struct xagb_bitmap *bitmap, 1062306a36Sopenharmony_ci const struct xfs_owner_info *oinfo, enum xfs_ag_resv_type type); 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ci#endif /* __XFS_SCRUB_REAP_H__ */ 13