Home
last modified time | relevance | path

Searched refs:physical_blocks (Results 1 – 8 of 8) 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()
1298 config->physical_blocks, in decode_from_super_block()
1461 vdo_log_debug("Physical blocks = %llu", config->physical_blocks); in vdo_initialize()
1727 block_count_t current_physical_blocks = vdo->states.vdo.config.physical_blocks; in prepare_to_grow_physical()
1802 if (to_validate->physical_blocks < config->physical_blocks) { in validate_new_device_config()
1807 if (!may_grow && (to_validate->physical_blocks > config->physical_blocks)) { in validate_new_device_config()
1844 if (config->physical_blocks > vdo->device_config->physical_blocks) { in prepare_to_modify()
[all …]
H A Dencodings.c1100 .physical_blocks = __cpu_to_le64(config.physical_blocks), in pack_vdo_config()
1145 .physical_blocks = __le64_to_cpu(config.physical_blocks), in unpack_vdo_config()
1242 result = VDO_ASSERT(config->physical_blocks > 0, "physical blocks unspecified"); in vdo_validate_config()
1246 result = VDO_ASSERT(config->physical_blocks <= MAXIMUM_VDO_PHYSICAL_BLOCKS, in vdo_validate_config()
1248 (unsigned long long) config->physical_blocks, in vdo_validate_config()
1253 if (physical_block_count != config->physical_blocks) { in vdo_validate_config()
1256 (unsigned long long) config->physical_blocks); in vdo_validate_config()
1323 states->vdo.config.physical_blocks, &states->layout); in decode_components()
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 Dvdo.c1479 return (vdo->states.vdo.config.physical_blocks - in vdo_get_physical_blocks_overhead()
1525 stats->physical_blocks = vdo->states.vdo.config.physical_blocks; in get_vdo_statistics()
H A Drepair.c754 if ((entry->slot.pbn >= vdo->states.vdo.config.physical_blocks) || in validate_recovery_journal_entry()