Lines Matching refs:root_item
3705 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread() local
3740 if (item_size < sizeof(root_item)) in btrfs_uuid_scan_kthread()
3743 read_extent_buffer(eb, &root_item, in btrfs_uuid_scan_kthread()
3745 (int)sizeof(root_item)); in btrfs_uuid_scan_kthread()
3746 if (btrfs_root_refs(&root_item) == 0) in btrfs_uuid_scan_kthread()
3749 if (!btrfs_is_empty_uuid(root_item.uuid) || in btrfs_uuid_scan_kthread()
3750 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
3769 if (!btrfs_is_empty_uuid(root_item.uuid)) { in btrfs_uuid_scan_kthread()
3771 root_item.uuid, in btrfs_uuid_scan_kthread()
3781 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
3783 root_item.received_uuid, in btrfs_uuid_scan_kthread()
3860 if (memcmp(uuid, subvol_root->root_item.uuid, BTRFS_UUID_SIZE)) in btrfs_check_uuid_tree_entry()
3864 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()