Searched refs:bio_from (Results 1 – 19 of 19) sorted by relevance
| /freebsd-12-stable/sys/geom/ |
| D | geom_ccd.c | 517 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()
|
| D | geom_fox.c | 216 gp = bp->bio_from->geom; in g_fox_done() 218 if (bp->bio_from != sc->path) { in g_fox_done()
|
| D | geom_io.c | 375 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()
|
| D | geom_vfs.c | 139 cp = bip->bio_from; in g_vfs_done()
|
| D | geom_slice.c | 171 KASSERT(bp->bio_from != NULL, in g_slice_finish_hot()
|
| D | geom_dev.c | 707 cp = bp2->bio_from; in g_dev_done()
|
| D | geom_subr.c | 1603 db_printf(" bio_from: %p\n", bp->bio_from); in DB_SHOW_COMMAND()
|
| /freebsd-12-stable/sys/geom/mirror/ |
| D | g_mirror.c | 311 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/ |
| D | g_raid3.c | 409 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/ |
| D | bio.h | 106 struct g_consumer *bio_from; /* GEOM linkage */ member
|
| /freebsd-12-stable/sys/geom/raid/ |
| D | g_raid.c | 803 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/ |
| D | g_journal.c | 760 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/ |
| D | g_mountver.c | 105 cp = bp->bio_from; in g_mountver_done()
|
| /freebsd-12-stable/sys/geom/multipath/ |
| D | g_multipath.c | 385 cp = bp->bio_from; in g_multipath_done() 427 cp = bp->bio_from; in g_multipath_done_error()
|
| /freebsd-12-stable/sys/geom/vinum/ |
| D | geom_vinum.c | 119 gp = bp->bio_from->geom; in gv_done()
|
| /freebsd-12-stable/sys/geom/gate/ |
| D | g_gate.c | 228 cp = cbp->bio_from; in g_gate_done()
|
| /freebsd-12-stable/sys/geom/cache/ |
| D | g_cache.c | 219 sc = bp->bio_from->geom->softc; in g_cache_done()
|
| /freebsd-12-stable/sys/geom/part/ |
| D | g_part.c | 2299 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/ |
| D | swap_pager.c | 2730 cp = bp2->bio_from; in swapgeom_done()
|