xfs_rtalloc.c (695c312ec5a68e4373d063ee649c7b925ffb5da7) xfs_rtalloc.c (1a6d63f2418c61f0eef4581bee8e93b9eddc858b)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6#include "xfs.h"
7#include "xfs_fs.h"
8#include "xfs_shared.h"

--- 5 unchanged lines hidden (view full) ---

14#include "xfs_inode.h"
15#include "xfs_bmap.h"
16#include "xfs_bmap_btree.h"
17#include "xfs_trans.h"
18#include "xfs_trans_space.h"
19#include "xfs_icache.h"
20#include "xfs_rtalloc.h"
21#include "xfs_sb.h"
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (c) 2000-2005 Silicon Graphics, Inc.
4 * All Rights Reserved.
5 */
6#include "xfs.h"
7#include "xfs_fs.h"
8#include "xfs_shared.h"

--- 5 unchanged lines hidden (view full) ---

14#include "xfs_inode.h"
15#include "xfs_bmap.h"
16#include "xfs_bmap_btree.h"
17#include "xfs_trans.h"
18#include "xfs_trans_space.h"
19#include "xfs_icache.h"
20#include "xfs_rtalloc.h"
21#include "xfs_sb.h"
22#include "xfs_rtbitmap.h"
22
23/*
24 * Read and return the summary information for a given extent size,
25 * bitmap block combination.
26 * Keeps track of a current summary block, so we don't keep reading
27 * it from the buffer cache.
28 */
29static int

--- 1449 unchanged lines hidden ---
23
24/*
25 * Read and return the summary information for a given extent size,
26 * bitmap block combination.
27 * Keeps track of a current summary block, so we don't keep reading
28 * it from the buffer cache.
29 */
30static int

--- 1449 unchanged lines hidden ---