Searched refs:subvol_root (Results 1 – 1 of 1) sorted by relevance
4257 struct btrfs_root *subvol_root; in btrfs_check_uuid_tree_entry() local4266 subvol_root = btrfs_read_fs_root_no_name(fs_info, &key); in btrfs_check_uuid_tree_entry()4267 if (IS_ERR(subvol_root)) { in btrfs_check_uuid_tree_entry()4268 ret = PTR_ERR(subvol_root); in btrfs_check_uuid_tree_entry()4276 if (memcmp(uuid, subvol_root->root_item.uuid, BTRFS_UUID_SIZE)) in btrfs_check_uuid_tree_entry()4280 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()