Searched defs:btrfs_qgroup_inherit (Results 1 – 2 of 2) sorted by relevance
90 struct btrfs_qgroup_inherit { struct91 __u64 flags;92 __u64 num_qgroups;93 __u64 num_ref_copies;94 __u64 num_excl_copies;95 struct btrfs_qgroup_limit lim;96 __u64 qgroups[];
2859 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function