Home
last modified time | relevance | path

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

/Linux-v5.10/fs/btrfs/
Dqgroup.c2753 u64 *i_qgroups; in btrfs_qgroup_inherit() local
2792 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2796 srcgroup = find_qgroup_rb(fs_info, *i_qgroups); in btrfs_qgroup_inherit()
2804 *i_qgroups = 0ULL; in btrfs_qgroup_inherit()
2806 ++i_qgroups; in btrfs_qgroup_inherit()
2821 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2822 for (i = 0; i < inherit->num_qgroups; ++i, ++i_qgroups) { in btrfs_qgroup_inherit()
2823 if (*i_qgroups == 0) in btrfs_qgroup_inherit()
2826 *i_qgroups); in btrfs_qgroup_inherit()
2829 ret = add_qgroup_relation_item(trans, *i_qgroups, in btrfs_qgroup_inherit()
[all …]