fscounters.c (c900529f3d9161bfde5cca0754f83b4d3c3e0220) | fscounters.c (1a6d63f2418c61f0eef4581bee8e93b9eddc858b) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright (C) 2019-2023 Oracle. All Rights Reserved. 4 * Author: Darrick J. Wong <djwong@kernel.org> 5 */ 6#include "xfs.h" 7#include "xfs_fs.h" 8#include "xfs_shared.h" 9#include "xfs_format.h" 10#include "xfs_trans_resv.h" 11#include "xfs_log_format.h" 12#include "xfs_trans.h" 13#include "xfs_mount.h" 14#include "xfs_alloc.h" 15#include "xfs_ialloc.h" 16#include "xfs_health.h" 17#include "xfs_btree.h" 18#include "xfs_ag.h" | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright (C) 2019-2023 Oracle. All Rights Reserved. 4 * Author: Darrick J. Wong <djwong@kernel.org> 5 */ 6#include "xfs.h" 7#include "xfs_fs.h" 8#include "xfs_shared.h" 9#include "xfs_format.h" 10#include "xfs_trans_resv.h" 11#include "xfs_log_format.h" 12#include "xfs_trans.h" 13#include "xfs_mount.h" 14#include "xfs_alloc.h" 15#include "xfs_ialloc.h" 16#include "xfs_health.h" 17#include "xfs_btree.h" 18#include "xfs_ag.h" |
19#include "xfs_rtalloc.h" | 19#include "xfs_rtbitmap.h" |
20#include "xfs_inode.h" 21#include "xfs_icache.h" 22#include "scrub/scrub.h" 23#include "scrub/common.h" 24#include "scrub/trace.h" 25 26/* 27 * FS Summary Counters --- 579 unchanged lines hidden --- | 20#include "xfs_inode.h" 21#include "xfs_icache.h" 22#include "scrub/scrub.h" 23#include "scrub/common.h" 24#include "scrub/trace.h" 25 26/* 27 * FS Summary Counters --- 579 unchanged lines hidden --- |