Lines Matching defs:root_item
4649 struct btrfs_root_item root_item;
4686 if (item_size < sizeof(root_item))
4689 read_extent_buffer(eb, &root_item,
4691 (int)sizeof(root_item));
4692 if (btrfs_root_refs(&root_item) == 0)
4695 if (!btrfs_is_empty_uuid(root_item.uuid) ||
4696 !btrfs_is_empty_uuid(root_item.received_uuid)) {
4716 if (!btrfs_is_empty_uuid(root_item.uuid)) {
4717 ret = btrfs_uuid_tree_add(trans, root_item.uuid,
4727 if (!btrfs_is_empty_uuid(root_item.received_uuid)) {
4729 root_item.received_uuid,