Lines Matching refs:root_item
4124 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread() local
4156 if (item_size < sizeof(root_item)) in btrfs_uuid_scan_kthread()
4159 read_extent_buffer(eb, &root_item, in btrfs_uuid_scan_kthread()
4161 (int)sizeof(root_item)); in btrfs_uuid_scan_kthread()
4162 if (btrfs_root_refs(&root_item) == 0) in btrfs_uuid_scan_kthread()
4165 if (!btrfs_is_empty_uuid(root_item.uuid) || in btrfs_uuid_scan_kthread()
4166 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4186 if (!btrfs_is_empty_uuid(root_item.uuid)) { in btrfs_uuid_scan_kthread()
4187 ret = btrfs_uuid_tree_add(trans, root_item.uuid, in btrfs_uuid_scan_kthread()
4197 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4199 root_item.received_uuid, in btrfs_uuid_scan_kthread()
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()