Home
last modified time | relevance | path

Searched refs:VDO_SECTORS_PER_BLOCK (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/md/dm-vdo/
H A Dconstants.h87 VDO_SECTORS_PER_BLOCK = (VDO_BLOCK_SIZE >> SECTOR_SHIFT), enumerator
H A Drepair.c664 if (point->sector_count < (VDO_SECTORS_PER_BLOCK - 1)) { in increment_recovery_point()
1355 return ((sector_number == (VDO_SECTORS_PER_BLOCK - 1)) in entries_per_sector()
1378 for (i = 1; i < VDO_SECTORS_PER_BLOCK; i++) { in extract_entries_from_block()
1590 for (j = 1; j < VDO_SECTORS_PER_BLOCK; j++) { in parse_journal_for_recovery()
H A Ddm-vdo-target.c949 (vdo->device_config->max_discard_blocks * VDO_SECTORS_PER_BLOCK); in vdo_io_hints()
964 config->physical_blocks * VDO_SECTORS_PER_BLOCK, data); in vdo_iterate_devices()
1131 BUG_ON(dm_set_target_max_io_len(ti, VDO_SECTORS_PER_BLOCK) != 0); in configure_target_capabilities()
2548 .sector = pbn * VDO_SECTORS_PER_BLOCK, in partition_to_region()
2549 .count = partition->count * VDO_SECTORS_PER_BLOCK, in partition_to_region()
H A Dslab-depot.h168 struct journal_point commit_points[VDO_SECTORS_PER_BLOCK];
H A Dencodings.h419 COUNTS_PER_BLOCK = COUNTS_PER_SECTOR * VDO_SECTORS_PER_BLOCK,
429 struct packed_reference_sector sectors[VDO_SECTORS_PER_BLOCK];