Lines Matching refs:block_count_t
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;
604 block_count_t logical_blocks; /* number of logical blocks */
605 block_count_t physical_blocks; /* number of physical blocks */
606 block_count_t slab_size; /* number of blocks in a slab */
607 block_count_t recovery_journal_size; /* number of recovery journal blocks */
608 block_count_t slab_journal_blocks; /* number of slab journal blocks */
887 static inline page_count_t vdo_compute_block_map_page_count(block_count_t entries) in vdo_compute_block_map_page_count()
892 block_count_t __must_check vdo_compute_new_forest_pages(root_count_t root_count,
894 block_count_t entries,
984 vdo_compute_recovery_journal_block_number(block_count_t journal_size, in vdo_compute_recovery_journal_block_number()
1077 int __must_check vdo_configure_slab(block_count_t slab_size,
1078 block_count_t slab_journal_blocks,
1089 static inline block_count_t vdo_get_saved_reference_count_size(block_count_t block_count) in vdo_get_saved_reference_count_size()
1259 int __must_check vdo_initialize_layout(block_count_t size,
1261 block_count_t block_map_blocks,
1262 block_count_t journal_blocks,
1263 block_count_t summary_blocks,
1275 block_count_t physical_block_count,
1276 block_count_t logical_block_count);
1286 block_count_t physical_size,
1287 block_count_t logical_size);