Lines Matching refs:root_item
3994 struct btrfs_root_item root_item; in btrfs_uuid_scan_kthread() local
4029 if (item_size < sizeof(root_item)) in btrfs_uuid_scan_kthread()
4032 read_extent_buffer(eb, &root_item, in btrfs_uuid_scan_kthread()
4034 (int)sizeof(root_item)); in btrfs_uuid_scan_kthread()
4035 if (btrfs_root_refs(&root_item) == 0) in btrfs_uuid_scan_kthread()
4038 if (!btrfs_is_empty_uuid(root_item.uuid) || in btrfs_uuid_scan_kthread()
4039 !btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4058 if (!btrfs_is_empty_uuid(root_item.uuid)) { in btrfs_uuid_scan_kthread()
4060 root_item.uuid, in btrfs_uuid_scan_kthread()
4070 if (!btrfs_is_empty_uuid(root_item.received_uuid)) { in btrfs_uuid_scan_kthread()
4072 root_item.received_uuid, in btrfs_uuid_scan_kthread()
4149 if (memcmp(uuid, subvol_root->root_item.uuid, BTRFS_UUID_SIZE)) in btrfs_check_uuid_tree_entry()
4153 if (memcmp(uuid, subvol_root->root_item.received_uuid, in btrfs_check_uuid_tree_entry()