qgroup.h (370a11b8114bcca3738fe6a5d7ed8babcc212f39) qgroup.h (f616f5cd9da7fceb7d884812da380b26040cd083)
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2014 Facebook. All rights reserved.
4 */
5
6#ifndef BTRFS_QGROUP_H
7#define BTRFS_QGROUP_H
8

--- 402 unchanged lines hidden (view full) ---

411
412void btrfs_qgroup_clean_swapped_blocks(struct btrfs_root *root);
413int btrfs_qgroup_add_swapped_blocks(struct btrfs_trans_handle *trans,
414 struct btrfs_root *subvol_root,
415 struct btrfs_block_group_cache *bg,
416 struct extent_buffer *subvol_parent, int subvol_slot,
417 struct extent_buffer *reloc_parent, int reloc_slot,
418 u64 last_snapshot);
1/* SPDX-License-Identifier: GPL-2.0 */
2/*
3 * Copyright (C) 2014 Facebook. All rights reserved.
4 */
5
6#ifndef BTRFS_QGROUP_H
7#define BTRFS_QGROUP_H
8

--- 402 unchanged lines hidden (view full) ---

411
412void btrfs_qgroup_clean_swapped_blocks(struct btrfs_root *root);
413int btrfs_qgroup_add_swapped_blocks(struct btrfs_trans_handle *trans,
414 struct btrfs_root *subvol_root,
415 struct btrfs_block_group_cache *bg,
416 struct extent_buffer *subvol_parent, int subvol_slot,
417 struct extent_buffer *reloc_parent, int reloc_slot,
418 u64 last_snapshot);
419int btrfs_qgroup_trace_subtree_after_cow(struct btrfs_trans_handle *trans,
420 struct btrfs_root *root, struct extent_buffer *eb);
419
420#endif
421
422#endif