Home
last modified time | relevance | path

Searched refs:un_ext (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/lvm/
H A Dmd_convert.h318 small_un->un_ext[__i].un_voff = big_un->un_ext[__i].un_voff; \
319 small_un->un_ext[__i].un_poff = big_un->un_ext[__i].un_poff; \
320 small_un->un_ext[__i].un_len = big_un->un_ext[__i].un_len; \
335 big_un->un_ext[__j].un_voff = small_un->un_ext[__j].un_voff; \
336 big_un->un_ext[__j].un_poff = small_un->un_ext[__j].un_poff; \
337 big_un->un_ext[__j].un_len = small_un->un_ext[__j].un_len; \
H A Dmdiox.x2055 mp_ext_t un_ext[1]; member
2071 mp_ext_t un_ext[1]; member
/titanic_41/usr/src/uts/common/io/lvm/softpart/
H A Dsp.c614 if (voff >= un->un_ext[mid].un_voff && in sp_mapbuf()
615 voff < un->un_ext[mid].un_voff + un->un_ext[mid].un_len) in sp_mapbuf()
617 else if (voff < un->un_ext[mid].un_voff) in sp_mapbuf()
629 new_offset = voff - un->un_ext[mid].un_voff; in sp_mapbuf()
630 new_blkno = un->un_ext[mid].un_poff + new_offset; in sp_mapbuf()
634 ext_endblk = un->un_ext[mid].un_voff + un->un_ext[mid].un_len; in sp_mapbuf()
716 len += un->un_ext[ext].un_len; in sp_validate()
727 buf->b_lblkno = un->un_ext[ext].un_poff - 1; in sp_validate()
796 if (wm->wm_length != un->un_ext[ext].un_len) { in sp_validate()
801 ext, un->un_ext[ext].un_len, in sp_validate()
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_sp.c300 mp->un_ext[i].un_voff, mp->un_ext[i].un_poff, in meta_sp_printunit()
301 mp->un_ext[i].un_len); in meta_sp_printunit()
3461 mp->un_ext[ext->ext_seq].un_poff = in meta_sp_fillextarray()
3463 mp->un_ext[ext->ext_seq].un_len = in meta_sp_fillextarray()
3469 assert(mp->un_ext[i].un_poff != 0); in meta_sp_fillextarray()
3470 assert(mp->un_ext[i].un_len != 0); in meta_sp_fillextarray()
3471 mp->un_ext[i].un_voff = curvoff; in meta_sp_fillextarray()
3472 curvoff += mp->un_ext[i].un_len; in meta_sp_fillextarray()
3504 ms_size = (sizeof (*mp) - sizeof (mp->un_ext[0])) + in meta_sp_createunit()
3505 (numexts * sizeof (mp->un_ext[0])); in meta_sp_createunit()
[all …]