Home
last modified time | relevance | path

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

/openbmc/linux/fs/btrfs/
H A Dqgroup.c2936 u64 *i_qgroups; in btrfs_qgroup_inherit() local
2975 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
2979 srcgroup = find_qgroup_rb(fs_info, *i_qgroups); in btrfs_qgroup_inherit()
2987 *i_qgroups = 0ULL; in btrfs_qgroup_inherit()
2989 ++i_qgroups; in btrfs_qgroup_inherit()
3004 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
3005 for (i = 0; i < inherit->num_qgroups; ++i, ++i_qgroups) { in btrfs_qgroup_inherit()
3006 if (*i_qgroups == 0) in btrfs_qgroup_inherit()
3009 *i_qgroups); in btrfs_qgroup_inherit()
3012 ret = add_qgroup_relation_item(trans, *i_qgroups, in btrfs_qgroup_inherit()
[all …]