Searched refs:block_count_t (Results 1 – 11 of 11) sorted by relevance
/linux/drivers/md/dm-vdo/ |
H A D | recovery-journal.h | 99 block_count_t locks; 195 block_count_t block_map_head_block_number; 199 block_count_t slab_journal_head_block_number; 203 block_count_t size; 205 block_count_t logical_blocks_used; 207 block_count_t block_map_data_blocks; 209 block_count_t pending_write_count; 211 block_count_t slab_journal_commit_threshold; 258 block_count_t journal_size, 266 block_count_t logical_blocks_used, [all …]
|
H A D | types.h | 19 typedef u64 block_count_t; typedef 173 block_count_t slab_blocks; 175 block_count_t data_blocks; 177 block_count_t reference_count_blocks; 179 block_count_t slab_journal_blocks; 184 block_count_t slab_journal_flushing_threshold; 189 block_count_t slab_journal_blocking_threshold; 191 block_count_t slab_journal_scrubbing_threshold; 217 block_count_t physical_blocks; 222 block_count_t logical_blocks; [all …]
|
H A D | encodings.h | 100 block_count_t bio_offset; 186 block_count_t flat_page_count; 188 block_count_t root_count; 202 block_count_t logical_blocks_used; 204 block_count_t block_map_data_blocks; 313 block_count_t logical_blocks_used; /* Logical blocks in use */ 314 block_count_t block_map_data_blocks; /* Allocated block map pages */ 573 block_count_t size; 583 block_count_t count; /* The number of blocks in the partition */ 597 block_count_t count; [all …]
|
H A D | block-map.h | 220 block_count_t maximum_age; 226 block_count_t offset; 259 block_count_t root_count; 267 block_count_t entry_count; 276 block_count_t next_entry_count; 334 block_count_t logical_blocks, struct vdo *vdo, 336 page_count_t cache_size, block_count_t maximum_age, 345 block_count_t new_logical_blocks); 388 static inline block_count_t vdo_convert_maximum_age(block_count_t age) in vdo_convert_maximum_age()
|
H A D | slab-depot.h | 132 block_count_t size; 134 block_count_t flushing_threshold; 136 block_count_t flushing_deadline; 138 block_count_t blocking_threshold; 140 block_count_t scrubbing_threshold; 346 block_count_t index; 437 block_count_t summary_write_count; 484 block_count_t new_size; 563 block_count_t __must_check vdo_get_slab_depot_allocated_blocks(const struct slab_depot *depot); 565 block_count_t __must_check vdo_get_slab_depot_data_blocks(const struct slab_depot *depot);
|
H A D | logical-zone.h | 38 block_count_t ios_in_flush_generation; 50 block_count_t allocation_count;
|
H A D | packer.h | 78 block_count_t size; 101 int __must_check vdo_make_packer(struct vdo *vdo, block_count_t bin_count,
|
H A D | dm-vdo-target.c | 1012 static block_count_t __must_check get_underlying_device_block_count(const struct vdo *vdo) in get_underlying_device_block_count() 1319 block_count_t maximum_age, journal_length; in decode_vdo() 1454 block_count_t logical_blocks = logical_size / block_size; in vdo_initialize() 1654 static block_count_t get_partition_size(struct layout *layout, enum partition_id id) in get_partition_size() 1667 static int grow_layout(struct vdo *vdo, block_count_t old_size, block_count_t new_size) in grow_layout() 1670 block_count_t min_new_size; in grow_layout() 1723 static int prepare_to_grow_physical(struct vdo *vdo, block_count_t new_physical_blocks) in prepare_to_grow_physical() 1726 block_count_t current_physical_blocks = vdo->states.vdo.config.physical_blocks; in prepare_to_grow_physical() 1826 block_count_t logical_blocks = vdo->states.vdo.config.logical_blocks; in prepare_to_modify() 2505 static int perform_grow_logical(struct vdo *vdo, block_count_t new_logical_blocks) in perform_grow_logical() [all …]
|
H A D | statistics.h | 208 block_count_t physical_blocks; 210 block_count_t logical_blocks;
|
H A D | repair.c | 83 block_count_t logical_blocks_used; 85 block_count_t block_map_data_blocks; 1404 block_count_t count; in parse_journal_for_rebuild() 1701 block_count_t remaining = journal->size; in vdo_repair() 1702 block_count_t vio_count = DIV_ROUND_UP(remaining, MAX_BLOCKS_PER_VIO); in vdo_repair() 1743 block_count_t blocks = min_t(block_count_t, remaining, in vdo_repair()
|
H A D | message-stats.c | 37 static void write_block_count_t(char *prefix, block_count_t value, char *suffix, in write_block_count_t()
|