Searched refs:gv_plex (Results 1 - 17 of 17) sorted by relevance

/freebsd-10.1-release/sys/geom/vinum/
H A Dgeom_vinum.h39 int gv_create_plex(struct gv_softc *, struct gv_plex *);
49 int gv_start_plex(struct gv_plex *);
66 int gv_rename_plex(struct gv_softc *, struct gv_plex *, char *, int);
75 void gv_rm_plex(struct gv_softc *, struct gv_plex *);
80 int gv_sdstatemap(struct gv_plex *);
85 int gv_set_plex_state(struct gv_plex *, int, int);
87 void gv_update_plex_state(struct gv_plex *);
95 struct gv_plex *gv_find_plex(struct gv_softc *, char *);
100 int gv_is_striped(struct gv_plex *);
107 int gv_sd_to_plex(struct gv_sd *, struct gv_plex *);
[all...]
H A Dgeom_vinum_raid5.h51 struct gv_raid5_packet * gv_raid5_start(struct gv_plex *, struct bio *,
53 int gv_stripe_active(struct gv_plex *, struct bio *);
H A Dgeom_vinum_share.h46 struct gv_plex *gv_alloc_plex(void);
49 struct gv_plex *gv_new_plex(int, char **);
H A Dgeom_vinum_init.c40 static int gv_rebuild_plex(struct gv_plex *);
41 static int gv_init_plex(struct gv_plex *);
42 static int gv_grow_plex(struct gv_plex *);
43 static int gv_sync_plex(struct gv_plex *, struct gv_plex *);
44 static struct gv_plex *gv_find_good_plex(struct gv_volume *);
51 struct gv_plex *p;
101 gv_start_plex(struct gv_plex *p)
104 struct gv_plex *up;
166 struct gv_plex *
[all...]
H A Dgeom_vinum_var.h228 LIST_HEAD(,gv_plex) plexes; /* All plexes. */
302 struct gv_plex *plex_sc; /* Pointer to associated plex. */
312 struct gv_plex { struct
348 LIST_ENTRY(gv_plex) in_volume; /* Plex list of associated volume. */
349 LIST_ENTRY(gv_plex) plex; /* Entry in the vinum config. */
374 LIST_HEAD(,gv_plex) plexes; /* List of attached plexes. */
385 struct gv_plex *last_read_plex;
H A Dgeom_vinum_plex.c42 static int gv_check_parity(struct gv_plex *, struct bio *,
44 static int gv_normal_parity(struct gv_plex *, struct bio *,
46 static void gv_plex_flush(struct gv_plex *);
47 static int gv_plex_offset(struct gv_plex *, off_t, off_t, off_t *, off_t *,
49 static int gv_plex_normal_request(struct gv_plex *, struct bio *, off_t,
54 gv_plex_start(struct gv_plex *p, struct bio *bp)
127 gv_plex_offset(struct gv_plex *p, off_t boff, off_t bcount, off_t *real_off,
196 gv_plex_normal_request(struct gv_plex *p, struct bio *bp, off_t boff,
301 gv_plex_normal_done(struct gv_plex *p, struct bio *bp)
327 gv_plex_raid5_done(struct gv_plex *
[all...]
H A Dgeom_vinum_subr.c56 static off_t gv_plex_smallest_sd(struct gv_plex *);
63 struct gv_plex *p, *p2;
184 struct gv_plex *p;
238 gv_plex_smallest_sd(struct gv_plex *p)
261 struct gv_plex *p;
275 gv_sd_to_plex(struct gv_sd *s, struct gv_plex *p)
408 gv_sdcount(struct gv_plex *p, int growing)
426 gv_plex_size(struct gv_plex *p)
459 struct gv_plex *p;
478 gv_update_plex_config(struct gv_plex *
[all...]
H A Dgeom_vinum_rm.c45 struct gv_plex *p;
166 struct gv_plex *p, *p2;
202 struct gv_plex *p, *p2;
234 gv_rm_plex(struct gv_softc *sc, struct gv_plex *p)
271 struct gv_plex *p;
305 struct gv_plex *p;
H A Dgeom_vinum_state.c45 struct gv_plex *p;
157 struct gv_plex *p;
282 gv_set_plex_state(struct gv_plex *p, int newstate, int flags)
413 gv_update_plex_state(struct gv_plex *p)
471 struct gv_plex *p;
501 gv_sdstatemap(struct gv_plex *p)
H A Dgeom_vinum_raid5.c41 static int gv_raid5_offset(struct gv_plex *, off_t, off_t,
45 static int gv_raid5_request(struct gv_plex *, struct gv_raid5_packet *,
47 static int gv_raid5_check(struct gv_plex *, struct gv_raid5_packet *,
49 static int gv_raid5_rebuild(struct gv_plex *, struct gv_raid5_packet *,
53 gv_raid5_start(struct gv_plex *p, struct bio *bp, caddr_t addr, off_t boff,
144 gv_stripe_active(struct gv_plex *p, struct bio *bp)
173 gv_raid5_check(struct gv_plex *p, struct gv_raid5_packet *wp, struct bio *bp,
251 gv_raid5_rebuild(struct gv_plex *p, struct gv_raid5_packet *wp, struct bio *bp,
339 gv_raid5_request(struct gv_plex *p, struct gv_raid5_packet *wp,
584 gv_raid5_offset(struct gv_plex *
[all...]
H A Dgeom_vinum_volume.c62 struct gv_plex *p, *lp;
145 struct gv_plex *p;
H A Dgeom_vinum_rename.c48 struct gv_plex *p;
146 gv_rename_plex(struct gv_softc *sc, struct gv_plex *p, char *newname, int flags)
227 struct gv_plex *p;
H A Dgeom_vinum_create.c195 gv_create_plex(struct gv_softc *sc, struct gv_plex *p)
232 struct gv_plex *p;
314 struct gv_plex *p;
379 struct gv_plex *p;
471 struct gv_plex *p;
549 struct gv_plex *p;
H A Dgeom_vinum_list.c42 void gv_lpi(struct gv_plex *, struct sbuf *, int);
51 struct gv_plex *p;
243 struct gv_plex *p;
277 struct gv_plex *p;
297 gv_lpi(struct gv_plex *p, struct sbuf *sb, int flags)
H A Dgeom_vinum_move.c107 struct gv_plex *p;
H A Dgeom_vinum.c218 struct gv_plex *p;
277 struct gv_plex *p;
311 struct gv_plex *p, *p2;
533 struct gv_plex *p;
635 struct gv_plex *p;
/freebsd-10.1-release/sbin/gvinum/
H A Dgvinum.c178 struct gv_plex *p;

Completed in 84 milliseconds