volumes.h (cb3e217bdb39e390f8e64af519acb02af336b53d) | volumes.h (27137fac4c0628fc8320bb7f1ce3bb9f84b76a9b) |
---|---|
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (C) 2007 Oracle. All rights reserved. 4 */ 5 6#ifndef BTRFS_VOLUMES_H 7#define BTRFS_VOLUMES_H 8 9#include <linux/bio.h> 10#include <linux/sort.h> 11#include <linux/btrfs.h> 12#include "async-thread.h" 13#include "messages.h" | 1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Copyright (C) 2007 Oracle. All rights reserved. 4 */ 5 6#ifndef BTRFS_VOLUMES_H 7#define BTRFS_VOLUMES_H 8 9#include <linux/bio.h> 10#include <linux/sort.h> 11#include <linux/btrfs.h> 12#include "async-thread.h" 13#include "messages.h" |
14#include "disk-io.h" | 14#include "tree-checker.h" |
15#include "rcu-string.h" 16 17#define BTRFS_MAX_DATA_CHUNK_SIZE (10ULL * SZ_1G) 18 19extern struct mutex uuid_mutex; 20 21#define BTRFS_STRIPE_LEN SZ_64K 22 --- 777 unchanged lines hidden --- | 15#include "rcu-string.h" 16 17#define BTRFS_MAX_DATA_CHUNK_SIZE (10ULL * SZ_1G) 18 19extern struct mutex uuid_mutex; 20 21#define BTRFS_STRIPE_LEN SZ_64K 22 --- 777 unchanged lines hidden --- |