Home
last modified time | relevance | path

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

/freebsd-14.2/sys/geom/vinum/
H A Dgeom_vinum_subr.c230 s->plex_offset / 512); in gv_format_config()
331 if (s->plex_offset == -1) { in gv_sd_to_plex()
336 s->plex_offset = 0; in gv_sd_to_plex()
340 s->plex_offset = p->sdcount * in gv_sd_to_plex()
343 s->plex_offset = s2->plex_offset + in gv_sd_to_plex()
356 if (s->plex_offset < s2->plex_offset) { in gv_sd_to_plex()
1186 if (s2->plex_offset == offset) in gv_attach_sd()
1191 s->plex_offset = offset; in gv_attach_sd()
H A Dgeom_vinum_move.c160 newsd->plex_offset = cursd->plex_offset; in gv_move_sd()
H A Dgeom_vinum_share.c381 s->plex_offset = -1; in gv_alloc_sd()
669 s->plex_offset = gv_sizespec(token[j]); in gv_new_sd()
670 if (s->plex_offset < 0) { in gv_new_sd()
H A Dgeom_vinum_list.c349 (intmax_t)s->plex_offset, in gv_lpi()
350 (intmax_t)s->plex_offset); in gv_lpi()
409 s->plex, (intmax_t)s->plex_offset, in gv_lsi()
410 gv_roughlength(s->plex_offset, 1)); in gv_lsi()
H A Dgeom_vinum_create.c361 s->plex_offset = -1; in gv_concat()
454 s->plex_offset = -1; in gv_mirror()
531 s->plex_offset = -1; in gv_raid5()
602 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.c143 if (s->plex_offset <= boff && in gv_plex_offset()
144 s->plex_offset + s->size > boff) { in gv_plex_offset()
154 *real_off = boff - s->plex_offset; in gv_plex_offset()