mirror of
https://github.com/kdave/btrfs-progs
synced 2025-04-11 03:31:17 +00:00
btrfs-progs: docs: add up-to-date definition of btrfs_ioctl_vol_args_v2
Author: Christopher Head <chead@chead.ca> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
2b4bebeacc
commit
3387667966
@ -41,7 +41,11 @@ DATA STRUCTURES AND DEFINITIONS
|
||||
};
|
||||
__u64 unused[4];
|
||||
};
|
||||
char name[BTRFS_SUBVOL_NAME_MAX + 1];
|
||||
union {
|
||||
char name[BTRFS_SUBVOL_NAME_MAX + 1];
|
||||
__u64 devid;
|
||||
__u64 subvolid;
|
||||
};
|
||||
};
|
||||
|
||||
.. code-block::
|
||||
|
Loading…
Reference in New Issue
Block a user