2019-07-10 23:12:15 +03:00
|
|
|
// SPDX-License-Identifier: GPL-2.0
|
2017-03-20 02:56:34 +03:00
|
|
|
#include "bcachefs.h"
|
2017-01-08 12:13:18 +03:00
|
|
|
#include "alloc_types.h"
|
|
|
|
#include "buckets.h"
|
2022-08-11 03:28:55 +03:00
|
|
|
#include "btree_iter.h"
|
|
|
|
#include "btree_locking.h"
|
2017-01-08 12:13:18 +03:00
|
|
|
#include "keylist.h"
|
2022-08-11 03:28:55 +03:00
|
|
|
#include "opts.h"
|
2017-01-08 12:13:18 +03:00
|
|
|
|
|
|
|
#include <linux/blktrace_api.h>
|
2022-08-11 03:28:55 +03:00
|
|
|
#include <linux/six.h>
|
2017-01-08 12:13:18 +03:00
|
|
|
|
|
|
|
#define CREATE_TRACE_POINTS
|
2017-03-20 02:56:34 +03:00
|
|
|
#include <trace/events/bcachefs.h>
|