Searched defs:to_o (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c310 uint64_t to_o, from_o; local
317 to_o = tozp->zc_fromobj;
337 * to_o -- current object in "to" dataset.
341 while (from_o <= dr->ddr_last || to_o <= dr->ddr_last) {
358 if (tozp->zc_cookie == 0 && (to_o <= dr->ddr_last)) {
360 ASSERT(to_o == tozp->zc_fromobj);
366 to_o = tozp->zc_cookie == 0 ?
371 * At this point, from_o and to_o refer to the next object in
378 if (from_o > dr->ddr_last && to_o > dr->ddr_last)
385 if (from_o < to_o) {
[all...]

Completed in 252 milliseconds