Home
last modified time | relevance | path

Searched defs:btrfs_qgroup_inherit (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dbtrfs.h85 struct btrfs_qgroup_inherit { struct
86 __u64 flags;
87 __u64 num_qgroups;
88 __u64 num_ref_copies;
89 __u64 num_excl_copies;
90 struct btrfs_qgroup_limit lim;
91 __u64 qgroups[0];
/Linux-v4.19/fs/btrfs/
Dqgroup.c2240 int btrfs_qgroup_inherit(struct btrfs_trans_handle *trans, u64 srcid, in btrfs_qgroup_inherit() function