Searched refs:end_chunk (Results 1 – 2 of 2) sorted by relevance
1187 pgoff_t end_chunk; in osc_extent_expand() local1195 end_chunk = ext->oe_end >> ppc_bits; in osc_extent_expand()1196 if (chunk > end_chunk + 1) { in osc_extent_expand()1201 if (end_chunk >= chunk) { in osc_extent_expand()1206 LASSERT(end_chunk + 1 == chunk); in osc_extent_expand()
4141 unsigned long chunk, end_chunk; in bitmap_store() local4151 chunk = end_chunk = simple_strtoul(buf, &end, 0); in bitmap_store()4155 end_chunk = simple_strtoul(buf, &end, 0); in bitmap_store()4159 bitmap_dirty_bits(mddev->bitmap, chunk, end_chunk); in bitmap_store()