Home
last modified time | relevance | path

Searched refs:bio_from (Results 1 – 19 of 19) sorted by relevance

/freebsd-12-stable/sys/geom/
Dgeom_ccd.c517 g_io_request(cbp[0], cbp[0]->bio_from); in g_ccd_start()
518 g_io_request(cbp[1], cbp[1]->bio_from); in g_ccd_start()
529 g_io_request(cbp[pick], cbp[pick]->bio_from); in g_ccd_start()
535 g_io_request(cbp[0], cbp[0]->bio_from); in g_ccd_start()
663 cbp->bio_from = ci->ci_consumer; in ccdbuffer()
674 cbp->bio_from = ci2->ci_consumer; in ccdbuffer()
708 g_io_request(mbp, mbp->bio_from); in ccdiodone()
Dgeom_fox.c216 gp = bp->bio_from->geom; in g_fox_done()
218 if (bp->bio_from != sc->path) { in g_fox_done()
Dgeom_io.c375 cp = bp->bio_from; in g_io_check()
577 bp->bio_from = cp; in g_io_request()
662 cp = bp->bio_from; in g_io_deliver()
Dgeom_vfs.c139 cp = bip->bio_from; in g_vfs_done()
Dgeom_slice.c171 KASSERT(bp->bio_from != NULL, in g_slice_finish_hot()
Dgeom_dev.c707 cp = bp2->bio_from; in g_dev_done()
Dgeom_subr.c1603 db_printf(" bio_from: %p\n", bp->bio_from); in DB_SHOW_COMMAND()
/freebsd-12-stable/sys/geom/mirror/
Dg_mirror.c311 if (bp->bio_from == cp) in g_mirror_nrequests()
903 sc = bp->bio_from->geom->softc; in g_mirror_done()
952 bp->bio_from->index--; in g_mirror_regular_request()
955 disk = bp->bio_from->private; in g_mirror_regular_request()
958 g_mirror_kill_consumer(sc, bp->bio_from); in g_mirror_regular_request()
1075 sc = bp->bio_from->geom->softc; in g_mirror_sync_done()
1289 g_io_request(bp, bp->bio_from); in g_mirror_sync_release()
1326 bp->bio_from->geom == sc->sc_sync.ds_geom) || in g_mirror_sync_request()
1327 (bp->bio_cmd == BIO_WRITE && bp->bio_from->geom == sc->sc_geom), in g_mirror_sync_request()
1330 bp->bio_from->index--; in g_mirror_sync_request()
[all …]
/freebsd-12-stable/sys/geom/raid3/
Dg_raid3.c409 if (bp->bio_from == cp) in g_raid3_nrequests()
1265 sc = bp->bio_from->geom->softc; in g_raid3_done()
1286 cbp->bio_from->index--; in g_raid3_regular_request()
1289 disk = cbp->bio_from->private; in g_raid3_regular_request()
1292 g_raid3_kill_consumer(sc, cbp->bio_from); in g_raid3_regular_request()
1374 sc = bp->bio_from->geom->softc; in g_raid3_sync_done()
1584 g_io_request(bp, bp->bio_from); in g_raid3_sync_release()
1601 bp->bio_from->index--; in g_raid3_sync_request()
1602 sc = bp->bio_from->geom->softc; in g_raid3_sync_request()
1603 disk = bp->bio_from->private; in g_raid3_sync_request()
[all …]
/freebsd-12-stable/sys/sys/
Dbio.h106 struct g_consumer *bio_from; /* GEOM linkage */ member
/freebsd-12-stable/sys/geom/raid/
Dg_raid.c803 if (bp->bio_from == cp) in g_raid_nrequests()
1364 bp->bio_from = NULL; in g_raid_subdisk_iostart()
1379 bp->bio_from = cp; in g_raid_subdisk_iostart()
1453 if (bp->bio_from != NULL) { in g_raid_disk_done_request()
1454 bp->bio_from->index--; in g_raid_disk_done_request()
1455 disk = bp->bio_from->private; in g_raid_disk_done_request()
1457 g_raid_kill_consumer(sc, bp->bio_from); in g_raid_disk_done_request()
1605 if (bp->bio_from == NULL || in g_raid_poll()
1606 bp->bio_from->geom != sc->sc_geom) in g_raid_poll()
/freebsd-12-stable/sys/geom/journal/
Dg_journal.c760 sc = bp->bio_from->geom->softc; in g_journal_std_done()
1173 sc = bp->bio_from->geom->softc; in g_journal_copy_read_done()
1207 sc = bp->bio_from->geom->softc; in g_journal_copy_write_done()
1356 cp = bp->bio_from; in g_journal_flush_done()
/freebsd-12-stable/sys/geom/mountver/
Dg_mountver.c105 cp = bp->bio_from; in g_mountver_done()
/freebsd-12-stable/sys/geom/multipath/
Dg_multipath.c385 cp = bp->bio_from; in g_multipath_done()
427 cp = bp->bio_from; in g_multipath_done_error()
/freebsd-12-stable/sys/geom/vinum/
Dgeom_vinum.c119 gp = bp->bio_from->geom; in gv_done()
/freebsd-12-stable/sys/geom/gate/
Dg_gate.c228 cp = cbp->bio_from; in g_gate_done()
/freebsd-12-stable/sys/geom/cache/
Dg_cache.c219 sc = bp->bio_from->geom->softc; in g_cache_done()
/freebsd-12-stable/sys/geom/part/
Dg_part.c2299 if ((bp->bio_from == NULL || in g_part_start()
2300 bp->bio_from->geom->class != &g_part_class) && in g_part_start()
/freebsd-12-stable/sys/vm/
Dswap_pager.c2730 cp = bp2->bio_from; in swapgeom_done()