Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dqgroup.c3320 u64 *i_qgroups; in btrfs_qgroup_inherit() local
3385 *i_qgroups = 0ULL; in btrfs_qgroup_inherit()
3387 ++i_qgroups; in btrfs_qgroup_inherit()
3404 if (*i_qgroups == 0) in btrfs_qgroup_inherit()
3407 *i_qgroups); in btrfs_qgroup_inherit()
3488 i_qgroups = (u64 *)(inherit + 1); in btrfs_qgroup_inherit()
3490 if (*i_qgroups) { in btrfs_qgroup_inherit()
3492 *i_qgroups); in btrfs_qgroup_inherit()
3506 ++i_qgroups; in btrfs_qgroup_inherit()
3513 if (!i_qgroups[0] || !i_qgroups[1]) in btrfs_qgroup_inherit()
[all …]