Home
last modified time | relevance | path

Searched refs:g_std_done (Results 1 – 17 of 17) sorted by relevance

/freebsd/sys/geom/
H A Dnotes8 bio_children is used by g_std_done() and g_clone_bio() to keep track
10 bio_children counter for each time it is called and g_std_done will
15 the g_down thread, and g_std_done() only in the g_up thread and
24 and g_std_done() sees the counters both equal 1 and finishes off
37 Notice that cloning an "extra" child and calling g_std_done() on
39 g_std_done() only is called in the g_up thread.
H A Dgeom_slice.c181 bp2->bio_done = g_std_done; in g_slice_finish_hot()
206 g_std_done(bp); in g_slice_done()
281 bp2->bio_done = g_std_done; in g_slice_start()
316 bp2->bio_done = g_std_done; in g_slice_start()
H A Dgeom_ccd.c645 cbp->bio_done = g_std_done; in ccdbuffer()
691 g_std_done(cbp); in ccdiodone()
706 g_std_done(cbp); in ccdiodone()
717 g_std_done(cbp); in ccdiodone()
H A Dgeom.h303 void g_std_done(struct bio *bp);
H A Dgeom_subr.c1150 g_std_done(struct bio *bp) in g_std_done() function
/freebsd/sys/geom/concat/
H A Dg_concat.c259 cbp->bio_done = g_std_done; in g_concat_kernel_dump()
405 cbp->bio_done = g_std_done; in g_concat_start()
/freebsd/sys/geom/union/
H A Dg_union.c832 cbp->bio_done = g_std_done; in g_union_start()
1067 g_std_done(bp); in g_union_done()
/freebsd/sys/geom/eli/
H A Dg_eli.c276 g_std_done(bp); in g_eli_getattr_done()
521 cbp->bio_done = g_std_done; in g_eli_start()
/freebsd/sys/geom/mountver/
H A Dg_mountver.c106 g_std_done(bp); in g_mountver_done()
/freebsd/sys/geom/part/
H A Dg_part.c317 g_std_done(bp); in g_part_get_physpath_done()
2230 void (*done_func)(struct bio *) = g_std_done; in g_part_start()
2264 bp2->bio_done = g_std_done; in g_part_start()
/freebsd/sys/geom/multipath/
H A Dg_multipath.c401 g_std_done(bp); in g_multipath_done()
455 g_std_done(bp); in g_multipath_done_error()
/freebsd/sys/geom/nop/
H A Dg_nop.c285 cbp->bio_done = g_std_done; in g_nop_start()
/freebsd/sys/geom/uzip/
H A Dg_uzip.c485 bp2->bio_done = g_std_done; in g_uzip_start()
/freebsd/sys/geom/cache/
H A Dg_cache.c399 cbp->bio_done = g_std_done; in g_cache_start()
/freebsd/sys/geom/stripe/
H A Dg_stripe.c452 cbp->bio_done = g_std_done; /* Optimized lockless case. */ in g_stripe_start_economic()
/freebsd/sys/geom/mirror/
H A Dg_mirror.c1147 cbp->bio_done = g_std_done; in g_mirror_kernel_dump()
/freebsd/sys/geom/raid3/
H A Dg_raid3.c1437 cbp->bio_done = g_std_done; in g_raid3_flush()