Lines Matching refs:hio_offset
71 uint64_t hio_offset; member
147 hio->hio_offset = 0; in hio_clear()
162 dsthio->hio_offset = srchio->hio_offset; in hio_copy()
525 "READ(%ju, %ju).", (uintmax_t)hio->hio_offset, in reqlog()
530 "DELETE(%ju, %ju).", (uintmax_t)hio->hio_offset, in reqlog()
538 "WRITE(%ju, %ju).", (uintmax_t)hio->hio_offset, in reqlog()
580 hio->hio_offset = nv_get_uint64(nv, "offset"); in requnpack()
603 if ((hio->hio_offset % res->hr_local_sectorsize) != 0) { in requnpack()
605 (uintmax_t)hio->hio_offset); in requnpack()
615 if (hio->hio_offset + hio->hio_length > in requnpack()
618 (uintmax_t)(hio->hio_offset + hio->hio_length), in requnpack()
795 hio->hio_offset + res->hr_localoff); in disk_thread()
806 hio->hio_offset + res->hr_localoff); in disk_thread()
816 hio->hio_offset + res->hr_localoff, in disk_thread()