X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=qgroup-verify.h;h=d7d83a46ed5a03975393d9189d2ef32e744bcac4;hb=5b2fbc6f4e93286273f9e7a67834a02004f3f875;hp=a222c1758b6bc7612e0ebe08a7292f1193f7604c;hpb=96ec888aad41969d728ba62c1778d6e8ebe6bd4e;p=platform%2Fupstream%2Fbtrfs-progs.git diff --git a/qgroup-verify.h b/qgroup-verify.h index a222c17..d7d83a4 100644 --- a/qgroup-verify.h +++ b/qgroup-verify.h @@ -16,10 +16,18 @@ * Boston, MA 021110-1307, USA. */ -#ifndef _BTRFS_QGROUP_VERIFY_H -#define _BTRFS_QGROUP_VERIFY_H +#ifndef __BTRFS_QGROUP_VERIFY_H__ +#define __BTRFS_QGROUP_VERIFY_H__ + +#include "kerncompat.h" +#include "ctree.h" int qgroup_verify_all(struct btrfs_fs_info *info); -void print_qgroup_report(int all); +void report_qgroups(int all); +int repair_qgroups(struct btrfs_fs_info *info, int *repaired); + +int print_extent_state(struct btrfs_fs_info *info, u64 subvol); + +void free_qgroup_counts(void); -#endif /* _BTRFS_QGROUP_VERIFY_H */ +#endif