1 // SPDX-License-Identifier: GPL-2.0
3 * Copyright (c) 2009, Christoph Hellwig
8 #include "xfs_shared.h"
10 #include "xfs_format.h"
11 #include "xfs_log_format.h"
12 #include "xfs_trans_resv.h"
13 #include "xfs_mount.h"
14 #include "xfs_defer.h"
15 #include "xfs_da_format.h"
16 #include "xfs_inode.h"
17 #include "xfs_btree.h"
18 #include "xfs_da_btree.h"
19 #include "xfs_alloc.h"
22 #include "xfs_trans.h"
24 #include "xfs_log_priv.h"
25 #include "xfs_buf_item.h"
26 #include "xfs_quota.h"
27 #include "xfs_dquot_item.h"
28 #include "xfs_dquot.h"
29 #include "xfs_log_recover.h"
30 #include "xfs_filestream.h"
31 #include "xfs_fsmap.h"
32 #include "xfs_btree_staging.h"
33 #include "xfs_icache.h"
35 #include "xfs_ag_resv.h"
36 #include "xfs_error.h"
39 * We include this last to have the helpers above available for the trace
40 * event implementations.
42 #define CREATE_TRACE_POINTS
43 #include "xfs_trace.h"