Home
last modified time | relevance | path

Searched refs:physical_blocks (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Ddm-vdo-target.c785 result = kstrtoull(dm_shift_arg(&arg_set), 10, &config->physical_blocks); in parse_device_config()
883 config->physical_blocks = device_size / VDO_BLOCK_SIZE; in parse_device_config()
964 config->physical_blocks * VDO_SECTORS_PER_BLOCK, data); in vdo_iterate_devices()
995 stats->physical_blocks); in vdo_status()
1297 config->physical_blocks, in decode_from_super_block()
1460 vdo_log_debug("Physical blocks = %llu", config->physical_blocks); in vdo_initialize()
1726 block_count_t current_physical_blocks = vdo->states.vdo.config.physical_blocks; in prepare_to_grow_physical()
1801 if (to_validate->physical_blocks < config->physical_blocks) { in validate_new_device_config()
1806 if (!may_grow && (to_validate->physical_blocks > config->physical_blocks)) { in validate_new_device_config()
1843 if (config->physical_blocks > vdo->device_config->physical_blocks) { in prepare_to_modify()
[all …]
H A Dstatistics.h208 block_count_t physical_blocks; member
H A Dtypes.h217 block_count_t physical_blocks; member
H A Dmessage-stats.c328 write_block_count_t("physicalBlocks : ", stats->physical_blocks, ", ", in write_vdo_statistics()
469 write_block_count_t("physicalSize : ", config->physical_blocks * VDO_BLOCK_SIZE, ", ", in vdo_write_config()
H A Dencodings.h605 block_count_t physical_blocks; /* number of physical blocks */ member
626 __le64 physical_blocks; member
H A Drepair.c754 if ((entry->slot.pbn >= vdo->states.vdo.config.physical_blocks) || in validate_recovery_journal_entry()