Home
last modified time | relevance | path

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

/openbmc/linux/drivers/md/
H A Ddm-integrity.c134 #define METADATA_PADDING_SECTORS 8 macro
3532 …if (initial_sectors + METADATA_PADDING_SECTORS >= ic->meta_device_sectors || initial_sectors > UIN… in calculate_device_limits()
3542 (__u64)(METADATA_PADDING_SECTORS << SECTOR_SHIFT) : in calculate_device_limits()
3543 (__u64)(1 << SECTOR_SHIFT << METADATA_PADDING_SECTORS); in calculate_device_limits()