Searched refs:bmc_new (Results 1 – 1 of 1) sorted by relevance
2518 bitmap_counter_t *bmc_old, *bmc_new; in __bitmap_resize() local2525 bmc_new = md_bitmap_get_counter(&bitmap->counts, block, &new_blocks, 1); in __bitmap_resize()2526 if (bmc_new) { in __bitmap_resize()2527 if (*bmc_new == 0) { in __bitmap_resize()2537 *bmc_new = 2; in __bitmap_resize()2541 *bmc_new |= NEEDED_MASK; in __bitmap_resize()