Searched refs:hio_offset (Results 1 – 1 of 1) sorted by relevance
/freebsd/sbin/hastd/ |
H A D | secondary.c | 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() [all …]
|