Lines Matching refs:zi_start
214 record->zi_start = 0; in calculate_range()
220 record->zi_start = strtoull(range, &end, 10); in calculate_range()
224 record->zi_end = record->zi_start + 1; in calculate_range()
253 record->zi_start = record->zi_object * sizeof (dnode_phys_t); 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()
290 record->zi_start >>= 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()
313 record->zi_start >>= shift; in calculate_range()
405 if (record->zi_start == 0 && in translate_record()
409 ziprintf(" range: [%llu, %llu]\n", record->zi_start, in translate_record()
435 (u_longlong_t *)&record->zi_start) != 4) { in translate_raw()
441 record->zi_end = record->zi_start; in translate_raw()
492 record->zi_start = offsetof(vdev_label_t, vl_uberblock[0]); in translate_device()
493 record->zi_end = record->zi_start + VDEV_UBERBLOCK_RING - 1; in translate_device()
496 record->zi_start = offsetof(vdev_label_t, vl_vdev_phys); in translate_device()
497 record->zi_end = record->zi_start + VDEV_PHYS_SIZE - 1; in translate_device()
500 record->zi_start = offsetof(vdev_label_t, vl_pad1); in translate_device()
501 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()
504 record->zi_start = offsetof(vdev_label_t, vl_pad2); in translate_device()
505 record->zi_end = record->zi_start + VDEV_PAD_SIZE - 1; in translate_device()