Home
last modified time | relevance | path

Searched refs:end_chunk (Results 1 – 2 of 2) sorted by relevance

/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1187 pgoff_t end_chunk; in osc_extent_expand() local
1195 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()
/drivers/md/
Dmd.c4141 unsigned long chunk, end_chunk; in bitmap_store() local
4151 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()