Searched refs:gv_bio_done (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/sys/geom/vinum/
H A Dgeom_vinum.h139 void gv_bio_done(struct gv_softc *, struct bio *);
H A Dgeom_vinum_volume.c142 gv_bio_done(struct gv_softc *sc, struct bio *bp) function
149 KASSERT(s != NULL, ("gv_bio_done: NULL s"));
151 KASSERT(p != NULL, ("gv_bio_done: NULL p"));
153 KASSERT(v != NULL, ("gv_bio_done: NULL v"));
H A Dgeom_vinum.c1033 gv_bio_done(sc, bp);

Completed in 61 milliseconds