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

/linux-master/include/uapi/linux/
H A Dbtrfs.h100 __u64 num_ref_copies; member in struct:btrfs_qgroup_inherit
/linux-master/fs/btrfs/
H A Dqgroup.c3065 * Reject any btrfs_qgroup_inherit with num_ref_copies or num_excl_copies.
3067 if (inherit->num_ref_copies > 0 || inherit->num_excl_copies > 0)
3263 nums = inherit->num_qgroups + 2 * inherit->num_ref_copies +
3398 for (i = 0; i < inherit->num_ref_copies; ++i, i_qgroups += 2) {

Completed in 141 milliseconds