blob: 4862234e9bb7d13ab861ab44c51885a05cca685b [file] [log] [blame]
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Copyright (C) 2019 Oracle. All Rights Reserved.
* Author: Darrick J. Wong <darrick.wong@oracle.com>
*/
#ifndef REBUILD_H_
#define REBUILD_H_
int rebuild_bmap(struct xfs_mount *mp, xfs_ino_t ino, int whichfork,
unsigned long nr_extents, struct xfs_buf **ino_bpp,
struct xfs_dinode **dinop, int *dirty);
#endif /* REBUILD_H_ */