Home
last modified time | relevance | path

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

/linux-6.14.4/fs/btrfs/
Dqgroup.c3320 u64 *i_qgroups; in btrfs_qgroup_inherit() local
3373 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
3377 srcgroup = find_qgroup_rb(fs_info, *i_qgroups); in btrfs_qgroup_inherit()
3385 *i_qgroups = 0ULL; in btrfs_qgroup_inherit()
3387 ++i_qgroups; in btrfs_qgroup_inherit()
3402 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
3403 for (int i = 0; i < inherit->num_qgroups; i++, i_qgroups++) { in btrfs_qgroup_inherit()
3404 if (*i_qgroups == 0) in btrfs_qgroup_inherit()
3407 *i_qgroups); in btrfs_qgroup_inherit()
3410 ret = add_qgroup_relation_item(trans, *i_qgroups, in btrfs_qgroup_inherit()
[all …]