Home
last modified time | relevance | path

Searched refs:plex_offset (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/sys/geom/vinum/
H A Dgeom_vinum_subr.c232 s->plex_offset / 512); in gv_format_config()
333 if (s->plex_offset == -1) { in gv_sd_to_plex()
338 s->plex_offset = 0; in gv_sd_to_plex()
342 s->plex_offset = p->sdcount * in gv_sd_to_plex()
345 s->plex_offset = s2->plex_offset + in gv_sd_to_plex()
358 if (s->plex_offset < s2->plex_offset) { in gv_sd_to_plex()
1188 if (s2->plex_offset == offset) in gv_attach_sd()
1193 s->plex_offset = offset; in gv_attach_sd()
H A Dgeom_vinum_move.c162 newsd->plex_offset = cursd->plex_offset; in gv_move_sd()
H A Dgeom_vinum_share.c383 s->plex_offset = -1; in gv_alloc_sd()
671 s->plex_offset = gv_sizespec(token[j]); in gv_new_sd()
672 if (s->plex_offset < 0) { in gv_new_sd()
H A Dgeom_vinum_list.c351 (intmax_t)s->plex_offset, in gv_lpi()
352 (intmax_t)s->plex_offset); in gv_lpi()
411 s->plex, (intmax_t)s->plex_offset, in gv_lsi()
412 gv_roughlength(s->plex_offset, 1)); in gv_lsi()
H A Dgeom_vinum_create.c364 s->plex_offset = -1; in gv_concat()
457 s->plex_offset = -1; in gv_mirror()
534 s->plex_offset = -1; in gv_raid5()
606 s->plex_offset = -1; in gv_stripe()
H A Dgeom_vinum_var.h283 off_t plex_offset; /* Offset in the associated plex. */ member
H A Dgeom_vinum_plex.c145 if (s->plex_offset <= boff && in gv_plex_offset()
146 s->plex_offset + s->size > boff) { in gv_plex_offset()
156 *real_off = boff - s->plex_offset; in gv_plex_offset()