super.c (a8cc263eb58ca133617662a5a5e07131d0ebf299) super.c (cac06d843f259ebc4d03e4bc8af7304c17f76ee5)
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2007 Oracle. All rights reserved.
4 */
5
6#include <linux/blkdev.h>
7#include <linux/module.h>
8#include <linux/fs.h>

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

43#include "free-space-cache.h"
44#include "backref.h"
45#include "space-info.h"
46#include "sysfs.h"
47#include "zoned.h"
48#include "tests/btrfs-tests.h"
49#include "block-group.h"
50#include "discard.h"
1// SPDX-License-Identifier: GPL-2.0
2/*
3 * Copyright (C) 2007 Oracle. All rights reserved.
4 */
5
6#include <linux/blkdev.h>
7#include <linux/module.h>
8#include <linux/fs.h>

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

43#include "free-space-cache.h"
44#include "backref.h"
45#include "space-info.h"
46#include "sysfs.h"
47#include "zoned.h"
48#include "tests/btrfs-tests.h"
49#include "block-group.h"
50#include "discard.h"
51
52#include "qgroup.h"
53#define CREATE_TRACE_POINTS
54#include <trace/events/btrfs.h>
55
56static const struct super_operations btrfs_super_ops;
57
58/*
59 * Types for mounting the default subvolume and a subvolume explicitly

--- 2623 unchanged lines hidden ---
51#include "qgroup.h"
52#define CREATE_TRACE_POINTS
53#include <trace/events/btrfs.h>
54
55static const struct super_operations btrfs_super_ops;
56
57/*
58 * Types for mounting the default subvolume and a subvolume explicitly

--- 2623 unchanged lines hidden ---