Searched refs:bio_from (Results 1 – 17 of 17) sorted by relevance
/freebsd/sys/geom/ |
H A D | geom_ccd.c | 508 g_io_request(cbp[0], cbp[0]->bio_from); in g_ccd_start() 509 g_io_request(cbp[1], cbp[1]->bio_from); in g_ccd_start() 520 g_io_request(cbp[pick], cbp[pick]->bio_from); in g_ccd_start() 526 g_io_request(cbp[0], cbp[0]->bio_from); in g_ccd_start() 654 cbp->bio_from = ci->ci_consumer; in ccdbuffer() 665 cbp->bio_from = ci2->ci_consumer; in ccdbuffer() 699 g_io_request(mbp, mbp->bio_from); in ccdiodone()
|
H A D | geom_io.c | 402 cp = bp->bio_from; in g_io_check() 545 bp->bio_from = cp; in g_io_request() 617 cp = bp->bio_from; in g_io_deliver()
|
H A D | geom_slice.c | 165 KASSERT(bp->bio_from != NULL, in g_slice_finish_hot()
|
H A D | geom_dev.c | 723 cp = bp2->bio_from; in g_dev_done()
|
H A D | geom_subr.c | 1659 db_printf(" bio_from: %p\n", bp->bio_from); in DB_SHOW_COMMAND()
|
/freebsd/sys/geom/mirror/ |
H A D | g_mirror.c | 325 if (bp->bio_from == cp) in g_mirror_nrequests() 918 sc = bp->bio_from->geom->softc; in g_mirror_done() 968 bp->bio_from->index--; in g_mirror_regular_request() 971 disk = bp->bio_from->private; in g_mirror_regular_request() 974 g_mirror_kill_consumer(sc, bp->bio_from); in g_mirror_regular_request() 1097 sc = bp->bio_from->geom->softc; in g_mirror_sync_done() 1336 g_io_request(bp, bp->bio_from); in g_mirror_sync_release() 1373 bp->bio_from->geom == sc->sc_sync.ds_geom) || in g_mirror_sync_request() 1374 (bp->bio_cmd == BIO_WRITE && bp->bio_from->geom == sc->sc_geom), in g_mirror_sync_request() 1377 bp->bio_from->index--; in g_mirror_sync_request() [all …]
|
/freebsd/sys/sys/ |
H A D | bio.h | 107 struct g_consumer *bio_from; /* GEOM linkage */ member
|
/freebsd/sys/geom/raid3/ |
H A D | g_raid3.c | 420 if (bp->bio_from == cp) in g_raid3_nrequests() 1292 sc = bp->bio_from->geom->softc; in g_raid3_done() 1313 cbp->bio_from->index--; in g_raid3_regular_request() 1316 disk = cbp->bio_from->private; in g_raid3_regular_request() 1319 g_raid3_kill_consumer(sc, cbp->bio_from); in g_raid3_regular_request() 1401 sc = bp->bio_from->geom->softc; in g_raid3_sync_done() 1612 g_io_request(bp, bp->bio_from); in g_raid3_sync_release() 1629 bp->bio_from->index--; in g_raid3_sync_request() 1630 sc = bp->bio_from->geom->softc; in g_raid3_sync_request() 1631 disk = bp->bio_from in g_raid3_sync_request() [all...] |
/freebsd/sys/geom/raid/ |
H A D | g_raid.c | 805 if (bp->bio_from == cp) in g_raid_nrequests() 1365 bp->bio_from = NULL; in g_raid_subdisk_iostart() 1380 bp->bio_from = cp; in g_raid_subdisk_iostart() 1452 if (bp->bio_from != NULL) { in g_raid_disk_done_request() 1453 bp->bio_from->index--; in g_raid_disk_done_request() 1454 disk = bp->bio_from->private; in g_raid_disk_done_request() 1456 g_raid_kill_consumer(sc, bp->bio_from); in g_raid_disk_done_request() 1604 if (bp->bio_from == NULL || in g_raid_poll() 1605 bp->bio_from->geom != sc->sc_geom) in g_raid_poll()
|
/freebsd/sys/geom/journal/ |
H A D | g_journal.c | 766 sc = bp->bio_from->geom->softc; in g_journal_std_done() 1179 sc = bp->bio_from->geom->softc; in g_journal_copy_read_done() 1213 sc = bp->bio_from->geom->softc; in g_journal_copy_write_done() 1362 cp = bp->bio_from; in g_journal_flush_done()
|
/freebsd/sys/geom/mountver/ |
H A D | g_mountver.c | 103 cp = bp->bio_from; in g_mountver_done()
|
/freebsd/sys/geom/multipath/ |
H A D | g_multipath.c | 384 cp = bp->bio_from; in g_multipath_done() 426 cp = bp->bio_from; in g_multipath_done_error()
|
/freebsd/sys/geom/vinum/ |
H A D | geom_vinum.c | 116 gp = bp->bio_from->geom; in gv_done()
|
/freebsd/sys/geom/gate/ |
H A D | g_gate.c | 225 cp = cbp->bio_from; in g_gate_done()
|
/freebsd/sys/geom/cache/ |
H A D | g_cache.c | 219 sc = bp->bio_from->geom->softc; in g_cache_done()
|
/freebsd/sys/geom/part/ |
H A D | g_part.c | 2303 if ((bp->bio_from == NULL || in g_part_start() 2304 bp->bio_from->geom->class != &g_part_class) && in g_part_start()
|
/freebsd/sys/vm/ |
H A D | swap_pager.c | 3177 cp = bp2->bio_from; in swapgeom_done()
|