Searched refs:hio_offset (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/sbin/hastd/
H A Dsecondary.c72 uint64_t hio_offset; member in struct:hio
148 hio->hio_offset = 0;
163 dsthio->hio_offset = srchio->hio_offset;
526 "READ(%ju, %ju).", (uintmax_t)hio->hio_offset,
531 "DELETE(%ju, %ju).", (uintmax_t)hio->hio_offset,
539 "WRITE(%ju, %ju).", (uintmax_t)hio->hio_offset,
581 hio->hio_offset = nv_get_uint64(nv, "offset");
604 if ((hio->hio_offset % res->hr_local_sectorsize) != 0) {
606 (uintmax_t)hio->hio_offset);
[all...]

Completed in 46 milliseconds