Home
last modified time | relevance | path

Searched refs:bio_children (Results 1 – 25 of 25) sorted by relevance

/freebsd-12-stable/sys/geom/eli/
Dg_eli_privacy.c83 bp->bio_inbed, bp->bio_children); in g_eli_crypto_read_done()
87 bp->bio_inbed, bp->bio_children, crp->crp_etype); in g_eli_crypto_read_done()
97 if (bp->bio_inbed < bp->bio_children) in g_eli_crypto_read_done()
136 bp->bio_inbed, bp->bio_children); in g_eli_crypto_write_done()
139 bp->bio_inbed, bp->bio_children, crp->crp_etype); in g_eli_crypto_write_done()
149 if (bp->bio_inbed < bp->bio_children) in g_eli_crypto_write_done()
152 bp->bio_children = 1; in g_eli_crypto_write_done()
267 bp->bio_children = nsec; in g_eli_crypto_run()
Dg_eli_integrity.c145 bp->bio_inbed, bp->bio_children, (intmax_t)crp->crp_olen, (intmax_t)bp->bio_completed); in g_eli_auth_read_done()
148 bp->bio_inbed, bp->bio_children, crp->crp_etype); in g_eli_auth_read_done()
157 if (bp->bio_inbed < bp->bio_children) in g_eli_auth_read_done()
271 bp->bio_inbed, bp->bio_children); in g_eli_auth_write_done()
274 bp->bio_inbed, bp->bio_children, crp->crp_etype); in g_eli_auth_write_done()
283 if (bp->bio_inbed < bp->bio_children) in g_eli_auth_write_done()
331 bp->bio_children = (cbp2 != NULL ? 2 : 1); in g_eli_auth_write_done()
455 bp->bio_children = nsec; in g_eli_auth_run()
Dg_eli.c245 if (pbp->bio_inbed < pbp->bio_children) in g_eli_read_done()
287 if (pbp->bio_inbed < pbp->bio_children) in g_eli_write_done()
/freebsd-12-stable/sys/geom/raid/
Dtr_raid1.c794 if (pbp->bio_children == 1) in g_raid_tr_iodone_raid1()
802 if (pbp->bio_children == 1) { in g_raid_tr_iodone_raid1()
813 if (pbp->bio_children == 2 && do_write) { in g_raid_tr_iodone_raid1()
835 pbp->bio_children > 1 && in g_raid_tr_iodone_raid1()
895 if (pbp->bio_children == pbp->bio_inbed) { in g_raid_tr_iodone_raid1()
Dtr_raid0.c324 if (pbp->bio_children == pbp->bio_inbed) { in g_raid_tr_iodone_raid0()
Dtr_concat.c341 if (pbp->bio_children == pbp->bio_inbed) { in g_raid_tr_iodone_concat()
Dtr_raid5.c380 if (pbp->bio_children == pbp->bio_inbed) { in g_raid_tr_iodone_raid5()
Dtr_raid1e.c1139 if (pbp->bio_children == pbp->bio_inbed) { in g_raid_tr_iodone_raid1e()
/freebsd-12-stable/sys/geom/
Dnotes7 Locking of bio_children and bio_inbed
9 bio_children is used by g_std_done() and g_clone_bio() to keep track
11 bio_children counter for each time it is called and g_std_done will
Dgeom_io.c234 bp->bio_children++; in g_clone_bio()
264 bp->bio_children++; in g_duplicate_bio()
751 bp->bio_children = 0; in g_io_deliver()
Dgeom_subr.c1095 if (bp2->bio_children == bp2->bio_inbed) in g_std_done()
1595 db_printf(" children: %u\n", bp->bio_children); in DB_SHOW_COMMAND()
Dgeom_disk.c258 if (bp2->bio_children == bp2->bio_inbed) { in g_disk_done()
/freebsd-12-stable/sys/sys/
Dbio.h110 u_int bio_children; /* Number of spawned bios */ member
/freebsd-12-stable/sys/dev/nvme/
Dnvme_ns.c289 children = atomic_load_acq_int(&parent->bio_children); in nvme_bio_child_inbed()
387 bp->bio_children = *num_bios; in nvme_construct_child_bios()
/freebsd-12-stable/sys/geom/mirror/
Dg_mirror.c982 KASSERT(pbp->bio_inbed <= pbp->bio_children, in g_mirror_regular_request()
984 pbp->bio_children)); in g_mirror_regular_request()
988 if (pbp->bio_children == pbp->bio_inbed) { in g_mirror_regular_request()
1010 pbp->bio_children--; in g_mirror_regular_request()
1018 if (pbp->bio_inbed < pbp->bio_children) in g_mirror_regular_request()
1044 if (pbp->bio_children == 0) { in g_mirror_regular_request()
1048 } else if (pbp->bio_inbed < pbp->bio_children) { in g_mirror_regular_request()
1051 } else if (pbp->bio_children == pbp->bio_inbed) { in g_mirror_regular_request()
/freebsd-12-stable/sys/geom/stripe/
Dg_stripe.c296 if (pbp->bio_children == pbp->bio_inbed) { in g_stripe_done()
428 bp->bio_children--; in g_stripe_start_fast()
529 bp->bio_children--; in g_stripe_start_economic()
/freebsd-12-stable/sys/geom/shsec/
Dg_shsec.c275 if (pbp->bio_children == pbp->bio_inbed) { in g_shsec_done()
383 bp->bio_children--; in g_shsec_start()
/freebsd-12-stable/sys/geom/raid3/
Dg_raid3.c983 pbp->bio_children--; in g_raid3_destroy_bio()
1023 pbp->bio_children--; in g_raid3_clone_bio()
1202 fbp->bio_children = 0; in g_raid3_gather()
1298 KASSERT(pbp->bio_inbed <= pbp->bio_children, in g_raid3_regular_request()
1300 pbp->bio_children)); in g_raid3_regular_request()
1301 if (pbp->bio_inbed != pbp->bio_children) in g_raid3_regular_request()
1666 bp->bio_children = bp->bio_inbed = 0; in g_raid3_sync_request()
/freebsd-12-stable/sys/geom/gate/
Dg_gate.c238 pbp->bio_children--; in g_gate_done()
275 pbp->bio_children--; in g_gate_start()
/freebsd-12-stable/sys/geom/vinum/
Dgeom_vinum_plex.c313 if (pbp->bio_children == pbp->bio_inbed) { in gv_plex_normal_done()
427 if (pbp->bio_inbed == pbp->bio_children) { in gv_plex_raid5_done()
/freebsd-12-stable/sys/geom/concat/
Dg_concat.c273 if (pbp->bio_children == pbp->bio_inbed) { in g_concat_done()
/freebsd-12-stable/sys/geom/linux_lvm/
Dg_linux_lvm.c185 if (parent_b->bio_children == parent_b->bio_inbed) { in g_llvm_done()
/freebsd-12-stable/sys/geom/multipath/
Dg_multipath.c450 if (pbp->bio_children < (uintptr_t)pbp->bio_driver1) { in g_multipath_done_error()
/freebsd-12-stable/sys/geom/virstor/
Dg_virstor.c1558 if (parent_b->bio_children == parent_b->bio_inbed) { in g_virstor_done()
/freebsd-12-stable/sys/geom/journal/
Dg_journal.c1640 if (pbp->bio_children == pbp->bio_inbed && in g_journal_read_done()