super.c (7572dec8f5223186ed0fa7f6da47dba98651cbf4) super.c (2fc6822c99d7e902b7cef146efa37420d41c0c59)
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>

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

50#include "discard.h"
51#include "qgroup.h"
52#include "raid56.h"
53#include "fs.h"
54#include "accessors.h"
55#include "defrag.h"
56#include "dir-item.h"
57#include "ioctl.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>

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

50#include "discard.h"
51#include "qgroup.h"
52#include "raid56.h"
53#include "fs.h"
54#include "accessors.h"
55#include "defrag.h"
56#include "dir-item.h"
57#include "ioctl.h"
58#include "scrub.h"
58#define CREATE_TRACE_POINTS
59#include <trace/events/btrfs.h>
60
61static const struct super_operations btrfs_super_ops;
62
63/*
64 * Types for mounting the default subvolume and a subvolume explicitly
65 * requested by subvol=/path. That way the callchain is straightforward and we

--- 2475 unchanged lines hidden ---
59#define CREATE_TRACE_POINTS
60#include <trace/events/btrfs.h>
61
62static const struct super_operations btrfs_super_ops;
63
64/*
65 * Types for mounting the default subvolume and a subvolume explicitly
66 * requested by subvol=/path. That way the callchain is straightforward and we

--- 2475 unchanged lines hidden ---