summaryrefslogtreecommitdiff
path: root/ctree.h
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2008-04-25 16:55:21 -0400
committerDavid Woodhouse <dwmw2@hera.kernel.org>2008-04-25 16:55:21 -0400
commit083faf794fd87a7897545a2a16a15599f62beffb (patch)
tree6ad1c8046d93fefd2e0614da0137f6f1f8294260 /ctree.h
parent4415143185b8c3ac799301a72a9cdbbd746fc723 (diff)
Add mkfs.btrfs -A offset to control allocation start on devices
This is a utility option for the resizer, it makes sure to allocate at offset bytes in the disk or higher. It ensures the resizer will have something to move when testing it.
Diffstat (limited to 'ctree.h')
-rw-r--r--ctree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctree.h b/ctree.h
index 8de46083..d2853448 100644
--- a/ctree.h
+++ b/ctree.h
@@ -501,6 +501,7 @@ struct btrfs_fs_info {
u64 data_alloc_profile;
u64 metadata_alloc_profile;
u64 system_alloc_profile;
+ u64 alloc_start;
struct btrfs_trans_handle *running_transaction;
struct btrfs_super_block super_copy;