]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blame - repair/rt.h
libxfs: refactor manage_zones()
[thirdparty/xfsprogs-dev.git] / repair / rt.h
CommitLineData
959ef981 1// SPDX-License-Identifier: GPL-2.0
2bd0ea18 2/*
da23017d
NS
3 * Copyright (c) 2000-2001,2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
2bd0ea18
NS
5 */
6
7struct blkmap;
8
9void
10rtinit(xfs_mount_t *mp);
11
12int
13generate_rtinfo(xfs_mount_t *mp,
14 xfs_rtword_t *words,
15 xfs_suminfo_t *sumcompute);
16
17#if 0
18
19int
20check_summary(xfs_mount_t *mp);
21
22void
23process_rtbitmap(xfs_mount_t *mp,
24 xfs_dinode_t *dino,
25 struct blkmap *blkmap);
26
27void
28process_rtsummary(xfs_mount_t *mp,
29 struct blkmap *blkmap);
30#endif