Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/lustre/lustre/osc/
Dosc_cache.c1146 pgoff_t end_chunk; in osc_extent_expand() local
1154 end_chunk = ext->oe_end >> ppc_bits; in osc_extent_expand()
1155 if (chunk > end_chunk + 1) { in osc_extent_expand()
1160 if (end_chunk >= chunk) { in osc_extent_expand()
1165 LASSERT(end_chunk + 1 == chunk); in osc_extent_expand()
/linux-4.4.14/drivers/md/
Dmd.c4133 unsigned long chunk, end_chunk; in bitmap_store() local
4143 chunk = end_chunk = simple_strtoul(buf, &end, 0); in bitmap_store()
4147 end_chunk = simple_strtoul(buf, &end, 0); in bitmap_store()
4151 bitmap_dirty_bits(mddev->bitmap, chunk, end_chunk); in bitmap_store()