aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/btrfs.h9
1 files changed, 7 insertions, 2 deletions
diff --git a/include/uapi/linux/btrfs.h b/include/uapi/linux/btrfs.h
index b4d69092fbdb..7554fd381a56 100644
--- a/include/uapi/linux/btrfs.h
+++ b/include/uapi/linux/btrfs.h
@@ -181,7 +181,11 @@ struct btrfs_ioctl_fs_info_args {
181 __u64 max_id; /* out */ 181 __u64 max_id; /* out */
182 __u64 num_devices; /* out */ 182 __u64 num_devices; /* out */
183 __u8 fsid[BTRFS_FSID_SIZE]; /* out */ 183 __u8 fsid[BTRFS_FSID_SIZE]; /* out */
184 __u64 reserved[124]; /* pad to 1k */ 184 __u32 nodesize; /* out */
185 __u32 sectorsize; /* out */
186 __u32 clone_alignment; /* out */
187 __u32 reserved32;
188 __u64 reserved[122]; /* pad to 1k */
185}; 189};
186 190
187struct btrfs_ioctl_feature_flags { 191struct btrfs_ioctl_feature_flags {
@@ -211,7 +215,8 @@ struct btrfs_balance_args {
211 215
212 __u64 flags; 216 __u64 flags;
213 217
214 __u64 unused[8]; 218 __u64 limit; /* limit number of processed chunks */
219 __u64 unused[7];
215} __attribute__ ((__packed__)); 220} __attribute__ ((__packed__));
216 221
217/* report balance progress to userspace */ 222/* report balance progress to userspace */