Home
last modified time | relevance | path

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

/drivers/md/persistent-data/
Ddm-bitset.c89 uint32_t new_blocks = dm_div_up(new_nr_entries, BITS_PER_ARRAY_ENTRY); in dm_bitset_resize() local
93 return dm_array_resize(&info->array_info, root, old_blocks, new_blocks, in dm_bitset_resize()
/drivers/md/
Dmd-bitmap.c2070 sector_t old_blocks, new_blocks; in md_bitmap_resize() local
2197 bmc_new = md_bitmap_get_counter(&bitmap->counts, block, &new_blocks, 1); in md_bitmap_resize()
2201 sector_t end = block + new_blocks; in md_bitmap_resize()
2215 if (new_blocks < old_blocks) in md_bitmap_resize()
2216 old_blocks = new_blocks; in md_bitmap_resize()
2233 bmc = md_bitmap_get_counter(&bitmap->counts, block, &new_blocks, 1); in md_bitmap_resize()
2244 block += new_blocks; in md_bitmap_resize()