Searched refs:subvol_root (Results 1 – 3 of 3) sorted by relevance
263 struct btrfs_root *subvol_root; in btrfs_check_uuid_tree_entry() local269 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()
442 struct btrfs_root *subvol_root,
4255 struct btrfs_root *subvol_root, in btrfs_qgroup_add_swapped_blocks() argument4261 struct btrfs_fs_info *fs_info = subvol_root->fs_info; in btrfs_qgroup_add_swapped_blocks()4262 struct btrfs_qgroup_swapped_blocks *blocks = &subvol_root->swapped_blocks; in btrfs_qgroup_add_swapped_blocks()