]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/blob - repair/quotacheck.h
misc: test the dir/attr hash before formatting or repairing fs
[thirdparty/xfsprogs-dev.git] / repair / quotacheck.h
1 /* SPDX-License-Identifier: GPL-2.0-or-later */
2 /*
3 * Copyright (C) 2020 Oracle. All Rights Reserved.
4 * Author: Darrick J. Wong <darrick.wong@oracle.com>
5 */
6 #ifndef __XFS_REPAIR_QUOTACHECK_H__
7 #define __XFS_REPAIR_QUOTACHECK_H__
8
9 void quotacheck_skip(void);
10 void quotacheck_adjust(struct xfs_mount *mp, xfs_ino_t ino);
11 void quotacheck_verify(struct xfs_mount *mp, xfs_dqtype_t type);
12 uint16_t quotacheck_results(void);
13 int quotacheck_setup(struct xfs_mount *mp);
14 void quotacheck_teardown(void);
15
16 #endif /* __XFS_REPAIR_QUOTACHECK_H__ */