Lines Matching defs:end
2778 unsigned long long n, end, zend = zsp->z_start + zsp->z_size;
2794 end = lba + num;
2795 if (end >= zend) {
2798 } else if (end > zsp->z_wp) {
2800 zsp->z_wp = end;
3317 /* If we're at the end of the current
3378 sector_t end;
3391 end = min_t(sector_t, sdebug_store_sectors, map_index_to_lba(next));
3392 *num = end - lba;
3399 sector_t end = lba + len;
3401 while (lba < end) {
3414 sector_t end = lba + len;
3417 while (lba < end) {
3421 lba + sdebug_unmap_granularity <= end &&