xfs_fsmap.c (3abc79dce60e91f2aeec8abf1d09b250722fbeb5) | xfs_fsmap.c (1a6d63f2418c61f0eef4581bee8e93b9eddc858b) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2017 Oracle. All Rights Reserved. 4 * Author: Darrick J. Wong <darrick.wong@oracle.com> 5 */ 6#include "xfs.h" 7#include "xfs_fs.h" 8#include "xfs_shared.h" --- 9 unchanged lines hidden (view full) --- 18#include "xfs_rmap.h" 19#include "xfs_alloc.h" 20#include "xfs_bit.h" 21#include <linux/fsmap.h> 22#include "xfs_fsmap.h" 23#include "xfs_refcount.h" 24#include "xfs_refcount_btree.h" 25#include "xfs_alloc_btree.h" | 1// SPDX-License-Identifier: GPL-2.0+ 2/* 3 * Copyright (C) 2017 Oracle. All Rights Reserved. 4 * Author: Darrick J. Wong <darrick.wong@oracle.com> 5 */ 6#include "xfs.h" 7#include "xfs_fs.h" 8#include "xfs_shared.h" --- 9 unchanged lines hidden (view full) --- 18#include "xfs_rmap.h" 19#include "xfs_alloc.h" 20#include "xfs_bit.h" 21#include <linux/fsmap.h> 22#include "xfs_fsmap.h" 23#include "xfs_refcount.h" 24#include "xfs_refcount_btree.h" 25#include "xfs_alloc_btree.h" |
26#include "xfs_rtalloc.h" | 26#include "xfs_rtbitmap.h" |
27#include "xfs_ag.h" 28 29/* Convert an xfs_fsmap to an fsmap. */ 30static void 31xfs_fsmap_from_internal( 32 struct fsmap *dest, 33 struct xfs_fsmap *src) 34{ --- 969 unchanged lines hidden --- | 27#include "xfs_ag.h" 28 29/* Convert an xfs_fsmap to an fsmap. */ 30static void 31xfs_fsmap_from_internal( 32 struct fsmap *dest, 33 struct xfs_fsmap *src) 34{ --- 969 unchanged lines hidden --- |