Lines Matching refs:end
48 sector_t end;
225 "(start %llu, end %llu, step %llu): reads %d, writes %d",
228 (unsigned long long)s->end,
257 static int dm_stats_create(struct dm_stats *stats, sector_t start, sector_t end,
278 if (end < start || !step)
281 n_entries = end - start;
311 s->end = end;
494 len = s->end - s->start;
555 struct dm_stats_aux *stats_aux, bool end,
585 if (!end) {
627 bool end, unsigned long duration_jiffies,
633 if (end_sector <= s->start || bi_sector >= s->end)
642 if (unlikely(end_sector > s->end))
643 todo -= (end_sector - s->end);
656 stats_aux, end, duration_jiffies);
664 sector_t bi_sector, unsigned int bi_sectors, bool end,
679 if (!end) {
700 /* start (!end) duration_ns is set by DM core's alloc_io() */
701 if (end)
705 __dm_stat_bio(s, bi_rw, bi_sector, end_sector, end, duration_jiffies, stats_aux);
851 sector_t start, end, step;
879 for (x = idx_start; x < idx_end; x++, start = end) {
881 end = start + step;
882 if (unlikely(end > s->end))
883 end = s->end;
999 unsigned long long start, end, len, step;
1031 end = start + len;
1032 if (start >= end)
1039 step = end - start;
1096 id = dm_stats_create(dm_get_stats(md), start, end, step, stat_flags,