Lines Matching refs:end
48 sector_t end;
224 "(start %llu, end %llu, step %llu): reads %d, writes %d",
227 (unsigned long long)s->end,
240 static int dm_stats_create(struct dm_stats *stats, sector_t start, sector_t end,
261 if (end < start || !step)
264 n_entries = end - start;
294 s->end = end;
466 len = s->end - s->start;
526 struct dm_stats_aux *stats_aux, bool end,
555 if (!end) {
596 bool end, unsigned long duration_jiffies,
602 if (end_sector <= s->start || bi_sector >= s->end)
611 if (unlikely(end_sector > s->end))
612 todo -= (end_sector - s->end);
625 stats_aux, end, duration_jiffies);
633 sector_t bi_sector, unsigned bi_sectors, bool end,
647 if (!end) {
667 if (!end)
673 __dm_stat_bio(s, bi_rw, bi_sector, end_sector, end, duration_jiffies, stats_aux);
817 sector_t start, end, step;
845 for (x = idx_start; x < idx_end; x++, start = end) {
847 end = start + step;
848 if (unlikely(end > s->end))
849 end = s->end;
964 unsigned long long start, end, len, step;
998 end = start + len;
999 if (start >= end)
1006 step = end - start;
1062 id = dm_stats_create(dm_get_stats(md), start, end, step, stat_flags,