Home
last modified time | relevance | path

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

12

/NextBSD/sys/geom/eli/
HDg_eli_privacy.c78 bp->bio_inbed++; in g_eli_crypto_read_done()
81 bp->bio_inbed, bp->bio_children); in g_eli_crypto_read_done()
85 bp->bio_inbed, bp->bio_children, crp->crp_etype); in g_eli_crypto_read_done()
94 if (bp->bio_inbed < bp->bio_children) in g_eli_crypto_read_done()
129 bp->bio_inbed++; in g_eli_crypto_write_done()
132 bp->bio_inbed, bp->bio_children); in g_eli_crypto_write_done()
135 bp->bio_inbed, bp->bio_children, crp->crp_etype); in g_eli_crypto_write_done()
145 if (bp->bio_inbed < bp->bio_children) in g_eli_crypto_write_done()
147 bp->bio_inbed = 0; in g_eli_crypto_write_done()
262 bp->bio_inbed = 0; in g_eli_crypto_run()
HDg_eli_integrity.c139 bp->bio_inbed++; in g_eli_auth_read_done()
143 bp->bio_inbed, bp->bio_children, (intmax_t)crp->crp_olen, (intmax_t)bp->bio_completed); in g_eli_auth_read_done()
146 bp->bio_inbed, bp->bio_children, crp->crp_etype); in g_eli_auth_read_done()
155 if (bp->bio_inbed < bp->bio_children) in g_eli_auth_read_done()
266 bp->bio_inbed++; in g_eli_auth_write_done()
269 bp->bio_inbed, bp->bio_children); in g_eli_auth_write_done()
272 bp->bio_inbed, bp->bio_children, crp->crp_etype); in g_eli_auth_write_done()
281 if (bp->bio_inbed < bp->bio_children) in g_eli_auth_write_done()
328 bp->bio_inbed = 0; in g_eli_auth_write_done()
451 bp->bio_inbed = 0; in g_eli_auth_run()
HDg_eli.c204 pbp->bio_inbed++; in g_eli_read_done()
205 if (pbp->bio_inbed < pbp->bio_children) in g_eli_read_done()
245 pbp->bio_inbed++; in g_eli_write_done()
246 if (pbp->bio_inbed < pbp->bio_children) in g_eli_write_done()
/NextBSD/sys/geom/raid/
HDtr_raid0.c321 pbp->bio_inbed++; in g_raid_tr_iodone_raid0()
322 if (pbp->bio_children == pbp->bio_inbed) { in g_raid_tr_iodone_raid0()
HDtr_concat.c339 pbp->bio_inbed++; in g_raid_tr_iodone_concat()
340 if (pbp->bio_children == pbp->bio_inbed) { in g_raid_tr_iodone_concat()
HDtr_raid5.c377 pbp->bio_inbed++; in g_raid_tr_iodone_raid5()
380 if (pbp->bio_children == pbp->bio_inbed) { in g_raid_tr_iodone_raid5()
HDtr_raid1.c771 pbp->bio_inbed++; in g_raid_tr_iodone_raid1()
883 if (pbp->bio_inbed == 1 || pbp->bio_error != 0) in g_raid_tr_iodone_raid1()
893 if (pbp->bio_children == pbp->bio_inbed) { in g_raid_tr_iodone_raid1()
HDtr_raid1e.c995 pbp->bio_inbed++; in g_raid_tr_iodone_raid1e()
1127 if (pbp->bio_inbed == 1 || pbp->bio_error != 0) in g_raid_tr_iodone_raid1e()
1137 if (pbp->bio_children == pbp->bio_inbed) { in g_raid_tr_iodone_raid1e()
/NextBSD/sys/geom/vinum/
HDgeom_vinum_plex.c309 pbp->bio_inbed++; in gv_plex_normal_done()
310 if (pbp->bio_children == pbp->bio_inbed) { in gv_plex_normal_done()
423 pbp->bio_inbed++; in gv_plex_raid5_done()
424 if (pbp->bio_inbed == pbp->bio_children) { in gv_plex_raid5_done()
495 bp->bio_parent->bio_inbed++; in gv_check_parity()
/NextBSD/sys/sys/
HDbio.h106 u_int bio_inbed; /* Children safely home by now */ member
/NextBSD/sys/geom/
HDgeom_ccd.c667 pbp->bio_inbed++; in ccdiodone()
676 pbp->bio_inbed++; in ccdiodone()
690 pbp->bio_inbed++; in ccdiodone()
HDnotes7 Locking of bio_children and bio_inbed
12 increment bio_inbed for every call, and if the two counters are
HDgeom_subr.c1030 bp2->bio_inbed++; in g_std_done()
1031 if (bp2->bio_children == bp2->bio_inbed) in g_std_done()
1519 db_printf(" inbed: %u\n", bp->bio_inbed); in DB_SHOW_COMMAND()
HDgeom_disk.c230 bp2->bio_inbed++; in g_disk_done()
231 if (bp2->bio_children == bp2->bio_inbed) { in g_disk_done()
HDgeom_io.c698 bp->bio_inbed = 0; in g_io_deliver()
/NextBSD/sys/dev/nvme/
HDnvme_ns.c281 inbed = atomic_fetchadd_int(&parent->bio_inbed, 1) + 1; in nvme_bio_child_inbed()
379 bp->bio_inbed = 0; in nvme_construct_child_bios()
/NextBSD/sys/geom/mirror/
HDg_mirror.c874 pbp->bio_inbed++; in g_mirror_flush_done()
875 if (pbp->bio_children == pbp->bio_inbed) { in g_mirror_flush_done()
917 pbp->bio_inbed++; in g_mirror_regular_request()
918 KASSERT(pbp->bio_inbed <= pbp->bio_children, in g_mirror_regular_request()
919 ("bio_inbed (%u) is bigger than bio_children (%u).", pbp->bio_inbed, in g_mirror_regular_request()
924 if (pbp->bio_children == pbp->bio_inbed) { in g_mirror_regular_request()
962 pbp->bio_inbed--; in g_mirror_regular_request()
971 if (pbp->bio_inbed < pbp->bio_children) in g_mirror_regular_request()
990 } else if (pbp->bio_inbed < pbp->bio_children) { in g_mirror_regular_request()
993 } else if (pbp->bio_children == pbp->bio_inbed) { in g_mirror_regular_request()
/NextBSD/sys/geom/shsec/
HDg_shsec.c278 pbp->bio_inbed++; in g_shsec_done()
279 if (pbp->bio_children == pbp->bio_inbed) { in g_shsec_done()
/NextBSD/sys/geom/raid3/
HDg_raid3.c1194 pbp->bio_inbed--; in g_raid3_gather()
1201 fbp->bio_inbed = 0; in g_raid3_gather()
1295 pbp->bio_inbed++; in g_raid3_regular_request()
1296 KASSERT(pbp->bio_inbed <= pbp->bio_children, in g_raid3_regular_request()
1297 ("bio_inbed (%u) is bigger than bio_children (%u).", pbp->bio_inbed, in g_raid3_regular_request()
1299 if (pbp->bio_inbed != pbp->bio_children) in g_raid3_regular_request()
1664 bp->bio_children = bp->bio_inbed = 0; in g_raid3_sync_request()
/NextBSD/sys/geom/concat/
HDg_concat.c252 pbp->bio_inbed++; in g_concat_done()
253 if (pbp->bio_children == pbp->bio_inbed) { in g_concat_done()
/NextBSD/sys/geom/linux_lvm/
HDg_linux_lvm.c179 parent_b->bio_inbed++; in g_llvm_done()
182 if (parent_b->bio_children == parent_b->bio_inbed) { in g_llvm_done()
/NextBSD/sys/geom/stripe/
HDg_stripe.c294 pbp->bio_inbed++; in g_stripe_done()
295 if (pbp->bio_children == pbp->bio_inbed) { in g_stripe_done()
/NextBSD/sys/geom/mountver/
HDg_mountver.c107 pbp->bio_inbed++; in g_mountver_done()
/NextBSD/sys/geom/virstor/
HDg_virstor.c1560 parent_b->bio_inbed++; in g_virstor_done()
1563 if (parent_b->bio_children == parent_b->bio_inbed) { in g_virstor_done()
/NextBSD/sys/geom/gate/
HDg_gate.c215 pbp->bio_inbed++; in g_gate_done()

12