old_counts 2067 drivers/md/md-bitmap.c struct bitmap_counts old_counts; old_counts 2146 drivers/md/md-bitmap.c old_counts = bitmap->counts; old_counts 2155 drivers/md/md-bitmap.c blocks = min(old_counts.chunks << old_counts.chunkshift, old_counts 2173 drivers/md/md-bitmap.c bitmap->counts.bp = old_counts.bp; old_counts 2174 drivers/md/md-bitmap.c bitmap->counts.pages = old_counts.pages; old_counts 2175 drivers/md/md-bitmap.c bitmap->counts.missing_pages = old_counts.pages; old_counts 2176 drivers/md/md-bitmap.c bitmap->counts.chunkshift = old_counts.chunkshift; old_counts 2177 drivers/md/md-bitmap.c bitmap->counts.chunks = old_counts.chunks; old_counts 2178 drivers/md/md-bitmap.c bitmap->mddev->bitmap_info.chunksize = 1 << (old_counts.chunkshift + old_counts 2180 drivers/md/md-bitmap.c blocks = old_counts.chunks << old_counts.chunkshift; old_counts 2192 drivers/md/md-bitmap.c bmc_old = md_bitmap_get_counter(&old_counts, block, &old_blocks, 0); old_counts 2217 drivers/md/md-bitmap.c if (bitmap->counts.bp != old_counts.bp) { old_counts 2219 drivers/md/md-bitmap.c for (k = 0; k < old_counts.pages; k++) old_counts 2220 drivers/md/md-bitmap.c if (!old_counts.bp[k].hijacked) old_counts 2221 drivers/md/md-bitmap.c kfree(old_counts.bp[k].map); old_counts 2222 drivers/md/md-bitmap.c kfree(old_counts.bp);