rtbitmap.c (c900529f3d9161bfde5cca0754f83b4d3c3e0220) | rtbitmap.c (1a6d63f2418c61f0eef4581bee8e93b9eddc858b) |
---|---|
1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright (C) 2017-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_mount.h" 12#include "xfs_log_format.h" 13#include "xfs_trans.h" | 1// SPDX-License-Identifier: GPL-2.0-or-later 2/* 3 * Copyright (C) 2017-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_mount.h" 12#include "xfs_log_format.h" 13#include "xfs_trans.h" |
14#include "xfs_rtalloc.h" | 14#include "xfs_rtbitmap.h" |
15#include "xfs_inode.h" 16#include "xfs_bmap.h" 17#include "scrub/scrub.h" 18#include "scrub/common.h" 19 20/* Set us up with the realtime metadata locked. */ 21int 22xchk_setup_rtbitmap( --- 135 unchanged lines hidden --- | 15#include "xfs_inode.h" 16#include "xfs_bmap.h" 17#include "scrub/scrub.h" 18#include "scrub/common.h" 19 20/* Set us up with the realtime metadata locked. */ 21int 22xchk_setup_rtbitmap( --- 135 unchanged lines hidden --- |