Searched refs:i_qgroups (Results 1 – 1 of 1) sorted by relevance
2880 u64 *i_qgroups; in btrfs_qgroup_inherit() local2919 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()2931 *i_qgroups = 0ULL; in btrfs_qgroup_inherit()2933 ++i_qgroups; in btrfs_qgroup_inherit()2950 if (*i_qgroups == 0) in btrfs_qgroup_inherit()2953 *i_qgroups); in btrfs_qgroup_inherit()3015 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()3017 if (*i_qgroups) { in btrfs_qgroup_inherit()3022 ++i_qgroups; in btrfs_qgroup_inherit()3036 if (!i_qgroups[0] || !i_qgroups[1]) in btrfs_qgroup_inherit()[all …]
Completed in 10 milliseconds