Lines Matching refs:first_block
1893 cursor->block = cursor->first_block; in reset_search_cursor()
2462 slab->search_cursor.first_block = slab->reference_blocks; in allocate_slab_counters()
3861 slab_origin = depot->first_block + (depot->slab_count * slab_size); in allocate_slabs()
4160 depot->origin = depot->first_block; in allocate_components()
4189 slab_count = vdo_compute_slab_count(depot->first_block, depot->last_block, in allocate_components()
4265 depot->first_block = state.first_block; in vdo_decode_slab_depot()
4354 .first_block = depot->first_block, in vdo_record_slab_depot()
4398 if (pbn < depot->first_block) in get_slab_number()
4401 slab_number = (pbn - depot->first_block) >> depot->slab_size_shift; in get_slab_number()
4749 VDO_ASSERT_LOG_ONLY(depot->first_block == partition->offset, in vdo_prepare_to_grow_slab_depot()
4756 new_slab_count = vdo_compute_slab_count(depot->first_block, in vdo_prepare_to_grow_slab_depot()