ctree.h (fdfbf020664b92336ac4f554ffec2d2f890960b9) ctree.h (29cbcf401793f4e2c871c846edc2191731df2c41)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2007 Oracle. All rights reserved.
4 */
5
6#ifndef BTRFS_CTREE_H
7#define BTRFS_CTREE_H
8

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

616 BTRFS_EXCLOP_DEV_REPLACE,
617 BTRFS_EXCLOP_RESIZE,
618 BTRFS_EXCLOP_SWAP_ACTIVATE,
619};
620
621struct btrfs_fs_info {
622 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
623 unsigned long flags;
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2007 Oracle. All rights reserved.
4 */
5
6#ifndef BTRFS_CTREE_H
7#define BTRFS_CTREE_H
8

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

616 BTRFS_EXCLOP_DEV_REPLACE,
617 BTRFS_EXCLOP_RESIZE,
618 BTRFS_EXCLOP_SWAP_ACTIVATE,
619};
620
621struct btrfs_fs_info {
622 u8 chunk_tree_uuid[BTRFS_UUID_SIZE];
623 unsigned long flags;
624 struct btrfs_root *extent_root;
624 struct btrfs_root *_extent_root;
625 struct btrfs_root *tree_root;
626 struct btrfs_root *chunk_root;
627 struct btrfs_root *dev_root;
628 struct btrfs_root *fs_root;
629 struct btrfs_root *csum_root;
630 struct btrfs_root *quota_root;
631 struct btrfs_root *uuid_root;
632 struct btrfs_root *free_space_root;

--- 3294 unchanged lines hidden ---
625 struct btrfs_root *tree_root;
626 struct btrfs_root *chunk_root;
627 struct btrfs_root *dev_root;
628 struct btrfs_root *fs_root;
629 struct btrfs_root *csum_root;
630 struct btrfs_root *quota_root;
631 struct btrfs_root *uuid_root;
632 struct btrfs_root *free_space_root;

--- 3294 unchanged lines hidden ---