diff options
Diffstat (limited to 'fs/btrfs/volumes.h')
-rw-r--r-- | fs/btrfs/volumes.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/fs/btrfs/volumes.h b/fs/btrfs/volumes.h index 79ee9c324562..6c143c98017a 100644 --- a/fs/btrfs/volumes.h +++ b/fs/btrfs/volumes.h | |||
@@ -208,7 +208,13 @@ struct map_lookup { | |||
208 | #define BTRFS_BALANCE_ARGS_DRANGE (1ULL << 3) | 208 | #define BTRFS_BALANCE_ARGS_DRANGE (1ULL << 3) |
209 | #define BTRFS_BALANCE_ARGS_VRANGE (1ULL << 4) | 209 | #define BTRFS_BALANCE_ARGS_VRANGE (1ULL << 4) |
210 | 210 | ||
211 | /* | ||
212 | * Profile changing flags. When SOFT is set we won't relocate chunk if | ||
213 | * it already has the target profile (even though it may be | ||
214 | * half-filled). | ||
215 | */ | ||
211 | #define BTRFS_BALANCE_ARGS_CONVERT (1ULL << 8) | 216 | #define BTRFS_BALANCE_ARGS_CONVERT (1ULL << 8) |
217 | #define BTRFS_BALANCE_ARGS_SOFT (1ULL << 9) | ||
212 | 218 | ||
213 | struct btrfs_balance_args; | 219 | struct btrfs_balance_args; |
214 | struct btrfs_balance_control { | 220 | struct btrfs_balance_control { |