Lines Matching defs:end
2846 unsigned long long n, end, zend = zsp->z_start + zsp->z_size;
2862 end = lba + num;
2863 if (end >= zend) {
2866 } else if (end > zsp->z_wp) {
2868 zsp->z_wp = end;
3456 /* If we're at the end of the current
3517 sector_t end;
3530 end = min_t(sector_t, sdebug_store_sectors, map_index_to_lba(next));
3531 *num = end - lba;
3538 sector_t end = lba + len;
3540 while (lba < end) {
3553 sector_t end = lba + len;
3556 while (lba < end) {
3560 lba + sdebug_unmap_granularity <= end &&