Searched refs:bmc_new (Results 1 – 1 of 1) sorted by relevance
2500 bitmap_counter_t *bmc_old, *bmc_new; in __bitmap_resize() local2507 bmc_new = md_bitmap_get_counter(&bitmap->counts, block, &new_blocks, 1); in __bitmap_resize()2508 if (bmc_new) { in __bitmap_resize()2509 if (*bmc_new == 0) { in __bitmap_resize()2519 *bmc_new = 2; in __bitmap_resize()2523 *bmc_new |= NEEDED_MASK; in __bitmap_resize()