Home
last modified time | relevance | path

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

/linux-6.15/fs/btrfs/
H A Dqgroup.c3325 struct btrfs_qgroup *dstgroup; in btrfs_qgroup_inherit() local
3440 dstgroup->lim_flags = inherit->lim.flags; in btrfs_qgroup_inherit()
3446 qgroup_dirty(fs_info, dstgroup); in btrfs_qgroup_inherit()
3460 dstgroup->rfer = srcgroup->rfer; in btrfs_qgroup_inherit()
3462 dstgroup->excl = level_size; in btrfs_qgroup_inherit()
3463 dstgroup->excl_cmpr = level_size; in btrfs_qgroup_inherit()
3469 dstgroup->max_rfer = srcgroup->max_rfer; in btrfs_qgroup_inherit()
3470 dstgroup->max_excl = srcgroup->max_excl; in btrfs_qgroup_inherit()
3471 dstgroup->rsv_rfer = srcgroup->rsv_rfer; in btrfs_qgroup_inherit()
3472 dstgroup->rsv_excl = srcgroup->rsv_excl; in btrfs_qgroup_inherit()
[all …]