Home
last modified time | relevance | path

Searched refs:num_ref_copies (Results 1 – 1 of 1) sorted by relevance

/linux/fs/btrfs/
H A Dqgroup.c3148 * Reject any btrfs_qgroup_inherit with num_ref_copies or num_excl_copies. in btrfs_qgroup_check_inherit()
3150 if (inherit->num_ref_copies > 0 || inherit->num_excl_copies > 0) in btrfs_qgroup_check_inherit()
3351 nums = inherit->num_qgroups + 2 * inherit->num_ref_copies + in btrfs_qgroup_inherit()
3486 for (int i = 0; i < inherit->num_ref_copies; i++, i_qgroups += 2) { in btrfs_qgroup_inherit()