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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c3453 sp_ext_offset_t curvoff = 0LL; local
3471 mp->un_ext[i].un_voff = curvoff;
3472 curvoff += mp->un_ext[i].un_len;
5504 sp_ext_offset_t curvoff; local
5548 curvoff = 0ULL;
5556 if (extp->voff != curvoff) {
5561 curvoff, extp->voff);
5577 curvoff += extp->len;

Completed in 99 milliseconds