mirror of
https://github.com/kdave/btrfs-progs
synced 2025-02-16 09:46:55 +00:00
btrfs-progs: Add stack get/set functions for btrfs_qgroup_status_item
This provides the basis for later qgroup related changes. Signed-off-by: Qu Wenruo <quwenruo@cn.fujitsu.com> Signed-off-by: David Sterba <dsterba@suse.cz>
This commit is contained in:
parent
cc6baf5e39
commit
0f67b5aa01
9
ctree.h
9
ctree.h
@ -2080,6 +2080,15 @@ BTRFS_SETGET_FUNCS(qgroup_status_flags, struct btrfs_qgroup_status_item,
|
||||
BTRFS_SETGET_FUNCS(qgroup_status_scan, struct btrfs_qgroup_status_item,
|
||||
scan, 64);
|
||||
|
||||
BTRFS_SETGET_STACK_FUNCS(stack_qgroup_status_version,
|
||||
struct btrfs_qgroup_status_item, version, 64);
|
||||
BTRFS_SETGET_STACK_FUNCS(stack_qgroup_status_generation,
|
||||
struct btrfs_qgroup_status_item, generation, 64);
|
||||
BTRFS_SETGET_STACK_FUNCS(stack_qgroup_status_flags,
|
||||
struct btrfs_qgroup_status_item, flags, 64);
|
||||
BTRFS_SETGET_STACK_FUNCS(stack_qgroup_status_scan,
|
||||
struct btrfs_qgroup_status_item, scan, 64);
|
||||
|
||||
/* btrfs_qgroup_info_item */
|
||||
BTRFS_SETGET_FUNCS(qgroup_info_generation, struct btrfs_qgroup_info_item,
|
||||
generation, 64);
|
||||
|
Loading…
Reference in New Issue
Block a user