Lines Matching refs:first_block
1895 cursor->block = cursor->first_block; in reset_search_cursor()
2387 slab->search_cursor.first_block = slab->reference_blocks; in allocate_slab_counters()
3794 slab_origin = depot->first_block + (depot->slab_count * slab_size); in allocate_slabs()
4080 depot->origin = depot->first_block; in allocate_components()
4109 slab_count = vdo_compute_slab_count(depot->first_block, depot->last_block, in allocate_components()
4185 depot->first_block = state.first_block; in vdo_decode_slab_depot()
4273 .first_block = depot->first_block, in vdo_record_slab_depot()
4317 if (pbn < depot->first_block) in get_slab_number()
4320 slab_number = (pbn - depot->first_block) >> depot->slab_size_shift; in get_slab_number()
4668 VDO_ASSERT_LOG_ONLY(depot->first_block == partition->offset, in vdo_prepare_to_grow_slab_depot()
4675 new_slab_count = vdo_compute_slab_count(depot->first_block, in vdo_prepare_to_grow_slab_depot()