Home
last modified time | relevance | path

Searched refs:summary_entries (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/drivers/md/dm-vdo/
H A Dslab-depot.c383 entry = &allocator->summary_entries[slab->slab_number]; in update_slab_summary_entry()
2548 slab->allocator->summary_entries[slab->slab_number].tail_block_offset; in read_slab_journal_tail()
2996 if (!slab->allocator->summary_entries[slab->slab_number].is_dirty) { in start_scrubbing()
3567 .is_clean = !allocator->summary_entries[slab_number].is_dirty, in get_slab_statuses()
3568 .emptiness = allocator->summary_entries[slab_number].fullness_hint, in get_slab_statuses()
4115 allocator->summary_entries = depot->summary_entries + (MAX_VDO_SLABS * zone); in initialize_block_allocator()
4169 &depot->summary_entries); in allocate_components()
4181 depot->summary_entries[i] = (struct slab_summary_entry) { in allocate_components()
4329 vdo_free(vdo_forget(depot->summary_entries)); in vdo_free_slab_depot()
4562 struct slab_summary_entry *entries = depot->summary_entries; in combine_summaries()
[all …]
H A Dslab-depot.h450 struct slab_summary_entry *summary_entries; member
509 struct slab_summary_entry *summary_entries; member