Searched refs:end_chunk (Results 1 – 2 of 2) sorted by relevance
1145 pgoff_t end_chunk; in osc_extent_expand() local1153 end_chunk = ext->oe_end >> ppc_bits; in osc_extent_expand()1154 if (chunk > end_chunk + 1) { in osc_extent_expand()1159 if (end_chunk >= chunk) { in osc_extent_expand()1164 LASSERT(end_chunk + 1 == chunk); in osc_extent_expand()
4029 unsigned long chunk, end_chunk; in bitmap_store() local4039 chunk = end_chunk = simple_strtoul(buf, &end, 0); in bitmap_store()4043 end_chunk = simple_strtoul(buf, &end, 0); in bitmap_store()4047 bitmap_dirty_bits(mddev->bitmap, chunk, end_chunk); in bitmap_store()