Lines Matching refs:block_count_t

215 					     block_count_t free_blocks)  in compute_fullness_hint()
217 block_count_t hint; in compute_fullness_hint()
362 block_count_t free_blocks) in update_slab_summary_entry()
623 block_count_t free_block_count; in update_tail_block_location()
636 free_block_count = ((block_count_t) hint) << slab->allocator->depot->hint_shift; in update_tail_block_location()
939 static inline block_count_t journal_length(const struct slab_journal *journal) in journal_length()
1221 block_count_t length = journal_length(journal); in reclaim_journal_space()
1223 block_count_t write_count = vdo_waitq_num_waiters(&slab->dirty_blocks); in reclaim_journal_space()
1224 block_count_t written; in reclaim_journal_space()
1234 write_count = max_t(block_count_t, write_count, 1); in reclaim_journal_space()
1334 block_count_t free_blocks = slab->free_blocks; in calculate_slab_priority()
1852 block_count_t i; in add_entries()
2161 block_count_t i; in dirty_all_reference_blocks()
2357 block_count_t i; in load_reference_blocks()
2416 block_count_t data_blocks = slab->allocator->depot->slab_config.data_blocks; in drain_slab()
2622 block_count_t free_blocks; in queue_slab()
2915 block_count_t index = head_index; in apply_journal_entries()
3487 block_count_t blocks = depot->slab_config.slab_journal_blocks; in erase_next_slab_journal()
3844 block_count_t slab_size; in allocate_slabs()
3999 block_count_t slab_journal_size = in initialize_slab_scrubber()
4033 block_count_t index) in initialize_slab_summary_block()
4058 block_count_t i; in initialize_block_allocator()
4061 block_count_t max_free_blocks = depot->slab_config.data_blocks; in initialize_block_allocator()
4247 block_count_t slab_size = state.slab_config.slab_blocks; in vdo_decode_slab_depot()
4281 block_count_t i; in uninitialize_allocator_summary()
4495 block_count_t vdo_get_slab_depot_allocated_blocks(const struct slab_depot *depot) in vdo_get_slab_depot_allocated_blocks()
4497 block_count_t total = 0; in vdo_get_slab_depot_allocated_blocks()
4517 block_count_t vdo_get_slab_depot_data_blocks(const struct slab_depot *depot) in vdo_get_slab_depot_data_blocks()