Searched refs:this_step_blocks (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/md/
H A Ddm-integrity.c1816 unsigned int this_step_blocks = bi_size >> (SECTOR_SHIFT + ic->sb->log2_sectors_per_block); local
1818 this_step_blocks = min(this_step_blocks, max_blocks);
1820 this_step_blocks * ic->tag_size, TAG_WRITE);
1827 bi_size -= this_step_blocks << (SECTOR_SHIFT + ic->sb->log2_sectors_per_block);

Completed in 203 milliseconds