Searched refs:subvol_root (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | uuid-tree.c | 261 struct btrfs_root *subvol_root; in btrfs_check_uuid_tree_entry() local 267 subvol_root = btrfs_get_fs_root(fs_info, subvolid, true); in btrfs_check_uuid_tree_entry() 268 if (IS_ERR(subvol_root)) { in btrfs_check_uuid_tree_entry() 269 ret = PTR_ERR(subvol_root); in btrfs_check_uuid_tree_entry() 277 if (memcmp(uuid, subvol_root->root_item.uuid, BTRFS_UUID_SIZE)) in btrfs_check_uuid_tree_entry() 281 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry() 286 btrfs_put_root(subvol_root); in btrfs_check_uuid_tree_entry()
|
H A D | qgroup.h | 423 struct btrfs_root *subvol_root,
|
H A D | qgroup.c | 4193 * Add subtree roots record into @subvol_root. 4195 * @subvol_root: tree root of the subvolume tree get swapped 4203 struct btrfs_root *subvol_root, in btrfs_qgroup_add_swapped_blocks() 4209 struct btrfs_fs_info *fs_info = subvol_root->fs_info; in btrfs_qgroup_add_swapped_blocks() 4210 struct btrfs_qgroup_swapped_blocks *blocks = &subvol_root->swapped_blocks; in btrfs_qgroup_add_swapped_blocks() 4202 btrfs_qgroup_add_swapped_blocks(struct btrfs_trans_handle *trans, struct btrfs_root *subvol_root, struct btrfs_block_group *bg, struct extent_buffer *subvol_parent, int subvol_slot, struct extent_buffer *reloc_parent, int reloc_slot, u64 last_snapshot) btrfs_qgroup_add_swapped_blocks() argument
|
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | uuid-tree.c | 263 struct btrfs_root *subvol_root; in btrfs_check_uuid_tree_entry() local 269 subvol_root = btrfs_get_fs_root(fs_info, subvolid, true); in btrfs_check_uuid_tree_entry() 270 if (IS_ERR(subvol_root)) { in btrfs_check_uuid_tree_entry() 271 ret = PTR_ERR(subvol_root); in btrfs_check_uuid_tree_entry() 279 if (memcmp(uuid, subvol_root->root_item.uuid, BTRFS_UUID_SIZE)) in btrfs_check_uuid_tree_entry() 283 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry() 288 btrfs_put_root(subvol_root); in btrfs_check_uuid_tree_entry()
|
H A D | qgroup.h | 442 struct btrfs_root *subvol_root,
|
H A D | qgroup.c | 4241 * Add subtree roots record into @subvol_root. 4243 * @subvol_root: tree root of the subvolume tree get swapped 4251 struct btrfs_root *subvol_root, in btrfs_qgroup_add_swapped_blocks() 4257 struct btrfs_fs_info *fs_info = subvol_root->fs_info; in btrfs_qgroup_add_swapped_blocks() 4258 struct btrfs_qgroup_swapped_blocks *blocks = &subvol_root->swapped_blocks; in btrfs_qgroup_add_swapped_blocks() 4250 btrfs_qgroup_add_swapped_blocks(struct btrfs_trans_handle *trans, struct btrfs_root *subvol_root, struct btrfs_block_group *bg, struct extent_buffer *subvol_parent, int subvol_slot, struct extent_buffer *reloc_parent, int reloc_slot, u64 last_snapshot) btrfs_qgroup_add_swapped_blocks() argument
|
Completed in 12 milliseconds