Merge tag 'kvm-s390-next-6.4-2' of https://git.kernel.org/pub/scm/linux/kernel/git...
[linux-block.git] / fs / xfs / xfs_trace.c
CommitLineData
0b61f8a4 1// SPDX-License-Identifier: GPL-2.0
0b1b213f
CH
2/*
3 * Copyright (c) 2009, Christoph Hellwig
4 * All Rights Reserved.
0b1b213f
CH
5 */
6#include "xfs.h"
7#include "xfs_fs.h"
70a9883c 8#include "xfs_shared.h"
60e3d707 9#include "xfs_bit.h"
239880ef
DC
10#include "xfs_format.h"
11#include "xfs_log_format.h"
12#include "xfs_trans_resv.h"
57062787 13#include "xfs_mount.h"
3cd48abc 14#include "xfs_defer.h"
57062787 15#include "xfs_da_format.h"
0b1b213f
CH
16#include "xfs_inode.h"
17#include "xfs_btree.h"
f5ea1100 18#include "xfs_da_btree.h"
0b1b213f
CH
19#include "xfs_alloc.h"
20#include "xfs_bmap.h"
21#include "xfs_attr.h"
239880ef 22#include "xfs_trans.h"
0020a190 23#include "xfs_log.h"
0b1b213f
CH
24#include "xfs_log_priv.h"
25#include "xfs_buf_item.h"
26#include "xfs_quota.h"
06f8e2d6
AE
27#include "xfs_dquot_item.h"
28#include "xfs_dquot.h"
9abbc539 29#include "xfs_log_recover.h"
b94acd47 30#include "xfs_filestream.h"
e89c0413 31#include "xfs_fsmap.h"
e06536a6 32#include "xfs_btree_staging.h"
38899f80 33#include "xfs_icache.h"
07b6403a
DC
34#include "xfs_ag.h"
35#include "xfs_ag_resv.h"
7f89c838 36#include "xfs_error.h"
c2beff99
DW
37#include <linux/iomap.h>
38#include "xfs_iomap.h"
0b1b213f 39
0b1b213f
CH
40/*
41 * We include this last to have the helpers above available for the trace
42 * event implementations.
43 */
44#define CREATE_TRACE_POINTS
45#include "xfs_trace.h"