Lines Matching refs:zi_end
215 record->zi_end = -1ULL; in calculate_range()
224 record->zi_end = record->zi_start + 1; in calculate_range()
226 record->zi_end = strtoull(end + 1, &end, 10); in calculate_range()
254 record->zi_end = record->zi_start + sizeof (dnode_phys_t); in calculate_range()
289 if (record->zi_start != 0 || record->zi_end != -1ULL) { in calculate_range()
291 record->zi_end >>= dn->dn_datablkshift; in calculate_range()
301 record->zi_start, record->zi_end); in calculate_range()
309 if (record->zi_start != 0 || record->zi_end != 0) { in calculate_range()
314 record->zi_end >>= shift; in calculate_range()
406 record->zi_end == -1ULL) in translate_record()
410 record->zi_end); in translate_record()
441 record->zi_end = record->zi_start; in translate_raw()
493 record->zi_end = record->zi_start + VDEV_UBERBLOCK_RING - 1; in translate_device()
497 record->zi_end = record->zi_start + VDEV_PHYS_SIZE - 1; in translate_device()
501 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()
505 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()