Lines Matching defs:root_item
4487 struct btrfs_root_item root_item;
4524 if (item_size < sizeof(root_item))
4527 read_extent_buffer(eb, &root_item,
4529 (int)sizeof(root_item));
4530 if (btrfs_root_refs(&root_item) == 0)
4533 if (!btrfs_is_empty_uuid(root_item.uuid) ||
4534 !btrfs_is_empty_uuid(root_item.received_uuid)) {
4554 if (!btrfs_is_empty_uuid(root_item.uuid)) {
4555 ret = btrfs_uuid_tree_add(trans, root_item.uuid,
4565 if (!btrfs_is_empty_uuid(root_item.received_uuid)) {
4567 root_item.received_uuid,