Lines Matching refs:root_item
4451 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread() local
4488 if (item_size < sizeof(root_item)) in btrfs_uuid_scan_kthread()
4491 read_extent_buffer(eb, &root_item, in btrfs_uuid_scan_kthread()
4493 (int)sizeof(root_item)); in btrfs_uuid_scan_kthread()
4494 if (btrfs_root_refs(&root_item) == 0) in btrfs_uuid_scan_kthread()
4497 if (!btrfs_is_empty_uuid(root_item.uuid) || in btrfs_uuid_scan_kthread()
4498 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4518 if (!btrfs_is_empty_uuid(root_item.uuid)) { in btrfs_uuid_scan_kthread()
4519 ret = btrfs_uuid_tree_add(trans, root_item.uuid, in btrfs_uuid_scan_kthread()
4529 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4531 root_item.received_uuid, in btrfs_uuid_scan_kthread()