Home
last modified time | relevance | path

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

/freebsd/sys/geom/vinum/
H A Dgeom_vinum_move.c182 gv_sd_to_plex(newsd, p); in gv_move_sd()
H A Dgeom_vinum.h106 int gv_sd_to_plex(struct gv_sd *, struct gv_plex *);
H A Dgeom_vinum_subr.c275 gv_sd_to_plex(struct gv_sd *s, struct gv_plex *p) in gv_sd_to_plex() function
1045 gv_sd_to_plex(s, p); in gv_setup_objects()
1193 error = gv_sd_to_plex(s, p); in gv_attach_sd()
H A Dgeom_vinum_create.c280 if (gv_sd_to_plex(s, p) != 0) { in gv_create_sd()