| /trueos/sys/geom/vinum/ |
| HD | geom_vinum_plex.c | 119 s = cbp->bio_caller1; in gv_plex_start() 277 cbp->bio_caller1 = s; in gv_plex_normal_request() 462 s = pbp->bio_caller1; in gv_check_parity() 484 s = pbp->bio_caller1; in gv_check_parity() 519 s = pbp->bio_caller1; in gv_normal_parity() 526 s = cbp->bio_caller1; in gv_normal_parity() 583 bp->bio_caller1 = from; in gv_sync_request() 696 bp->bio_caller1 = p; in gv_grow_request() 807 bp->bio_caller1 = s; in gv_init_request() 818 cbp->bio_caller1 = s; in gv_init_request() [all …]
|
| HD | geom_vinum_volume.c | 148 s = bp->bio_caller1; in gv_bio_done()
|
| HD | geom_vinum.c | 1007 s = bp->bio_caller1; in gv_worker() 1019 p = bp->bio_caller1; in gv_worker()
|
| HD | geom_vinum_raid5.c | 656 cbp->bio_caller1 = s; in gv_raid5_clone_bio()
|
| /trueos/sys/geom/stripe/ |
| HD | g_stripe.c | 287 if (bp->bio_cmd == BIO_READ && bp->bio_caller1 != NULL) { in g_stripe_done() 288 g_stripe_copy(sc, bp->bio_data, bp->bio_caller1, bp->bio_offset, in g_stripe_done() 290 bp->bio_data = bp->bio_caller1; in g_stripe_done() 291 bp->bio_caller1 = NULL; in g_stripe_done() 336 cbp->bio_caller1 = NULL; in g_stripe_start_fast() 362 if (cbp->bio_caller1 == NULL) { in g_stripe_start_fast() 363 cbp->bio_caller1 = cbp->bio_data; in g_stripe_start_fast() 388 cbp->bio_caller1 = NULL; in g_stripe_start_fast() 409 if (cbp->bio_caller1 != NULL) { in g_stripe_start_fast() 412 g_stripe_copy(sc, cbp->bio_caller1, data, in g_stripe_start_fast() [all …]
|
| /trueos/sys/geom/raid/ |
| HD | tr_raid5.c | 282 cbp->bio_caller1 = &vol->v_subdisks[no]; in g_raid_tr_iostart_raid5_read() 328 sd = cbp->bio_caller1; in g_raid_tr_iostart_raid5_read() 329 cbp->bio_caller1 = NULL; in g_raid_tr_iostart_raid5_read() 401 sd = (struct g_raid_subdisk *)bp->bio_caller1; in g_raid_tr_locked_raid5()
|
| HD | tr_raid0.c | 242 cbp->bio_caller1 = &vol->v_subdisks[no]; in g_raid_tr_iostart_raid0() 254 sd = cbp->bio_caller1; in g_raid_tr_iostart_raid0() 255 cbp->bio_caller1 = NULL; in g_raid_tr_iostart_raid0()
|
| HD | tr_raid1e.c | 486 bp->bio_caller1 = &vol->v_subdisks[(disk + best) % vol->v_disks_count]; in g_raid_tr_raid1e_rebuild_some() 737 cbp->bio_caller1 = &vol->v_subdisks[no]; in g_raid_tr_iostart_raid1e_read() 749 sd = cbp->bio_caller1; in g_raid_tr_iostart_raid1e_read() 750 cbp->bio_caller1 = NULL; in g_raid_tr_iostart_raid1e_read() 813 cbp->bio_caller1 = sd; in g_raid_tr_iostart_raid1e_write() 827 sd = cbp->bio_caller1; in g_raid_tr_iostart_raid1e_write() 828 cbp->bio_caller1 = NULL; in g_raid_tr_iostart_raid1e_write() 1058 cbp->bio_caller1 = nsd; in g_raid_tr_iodone_raid1e() 1209 sd = (struct g_raid_subdisk *)bp->bio_caller1; in g_raid_tr_locked_raid1e()
|
| HD | tr_concat.c | 261 cbp->bio_caller1 = sd; in g_raid_tr_iostart_concat() 273 sd = cbp->bio_caller1; in g_raid_tr_iostart_concat() 274 cbp->bio_caller1 = NULL; in g_raid_tr_iostart_concat()
|
| HD | tr_raid1.c | 270 bp->bio_caller1 = good_sd; in g_raid_tr_raid1_rebuild_some() 595 cbp->bio_caller1 = sd; in g_raid_tr_iostart_raid1_write() 599 sd = cbp->bio_caller1; in g_raid_tr_iostart_raid1_write() 600 cbp->bio_caller1 = NULL; in g_raid_tr_iostart_raid1_write() 821 cbp->bio_caller1 = nsd; in g_raid_tr_iodone_raid1() 959 sd = (struct g_raid_subdisk *)bp->bio_caller1; in g_raid_tr_locked_raid1()
|
| HD | g_raid.c | 994 cbp->bio_caller1 = sd; in g_raid_tr_flush_common() 998 sd = cbp->bio_caller1; in g_raid_tr_flush_common() 999 cbp->bio_caller1 = NULL; in g_raid_tr_flush_common() 1373 bp->bio_caller1 = sd; in g_raid_subdisk_iostart() 1449 sd = bp->bio_caller1; in g_raid_disk_done() 1469 sd = bp->bio_caller1; in g_raid_disk_done_request()
|
| /trueos/sys/geom/ |
| HD | geom_ccd.c | 645 cbp->bio_caller1 = cb[0]; in ccdbuffer() 646 cb[0]->bio_caller1 = cbp; in ccdbuffer() 660 mbp = cbp->bio_caller1; in ccdiodone() 675 mbp->bio_caller1 = NULL; in ccdiodone() 689 mbp->bio_caller1 = NULL; in ccdiodone()
|
| HD | geom_io.c | 480 bp->_bio_caller1 = bp->bio_caller1; in g_io_request() 607 KASSERT(bp->bio_caller1 == bp->_bio_caller1, in g_io_deliver()
|
| /trueos/sys/geom/concat/ |
| HD | g_concat.c | 283 cbp->bio_caller1 = sc->sc_disks[no].d_consumer; in g_concat_flush() 288 cp = cbp->bio_caller1; in g_concat_flush() 289 cbp->bio_caller1 = NULL; in g_concat_flush() 388 cbp->bio_caller1 = disk; in g_concat_start() 398 disk = cbp->bio_caller1; in g_concat_start() 399 cbp->bio_caller1 = NULL; in g_concat_start()
|
| /trueos/sys/geom/bde/ |
| HD | g_bde_work.c | 416 sp = bp->bio_caller1; in g_bde_write_done() 474 bp->bio_caller1 = sp; in g_bde_start_write() 492 sp = bp->bio_caller1; in g_bde_read_done() 529 bp->bio_caller1 = sp; in g_bde_start_read()
|
| /trueos/sys/geom/sched/ |
| HD | g_sched.c | 358 return ((u_long)bp->bio_caller1); in g_sched_classify() 806 KASSERT(bio->bio_caller1, ("null bio_caller1 in g_sched_done")); in g_sched_done() 862 if (cbp->bio_caller1 == NULL) in g_sched_start() 863 cbp->bio_caller1 = &me; /* anything not NULL */ in g_sched_start() 882 cbp->bio_caller1 = NULL; /* not scheduled */ in g_sched_start() 1453 if (top->bio_caller1 == NULL) in g_new_io_request() 1454 top->bio_caller1 = curthread; in g_new_io_request()
|
| HD | gs_rr.c | 562 bp->bio_caller1 = qp; in g_rr_start() 642 qp = bp->bio_caller1; in g_rr_done()
|
| /trueos/sys/sys/ |
| HD | bio.h | 96 void *bio_caller1; /* Private use by the consumer. */ member
|
| /trueos/sys/geom/cache/ |
| HD | g_cache.h | 108 #define G_CACHE_DESC1(bp) (bp)->bio_caller1
|
| /trueos/sys/geom/mirror/ |
| HD | g_mirror.c | 1101 cbp->bio_caller1 = disk; in g_mirror_flush() 1106 disk = cbp->bio_caller1; in g_mirror_flush() 1107 cbp->bio_caller1 = NULL; in g_mirror_flush() 1362 i = (int)(uintptr_t)bp->bio_caller1; in g_mirror_sync_request() 1599 cbp->bio_caller1 = disk; in g_mirror_request_split() 1612 disk = cbp->bio_caller1; in g_mirror_request_split() 1613 cbp->bio_caller1 = NULL; in g_mirror_request_split() 1701 cbp->bio_caller1 = cp; in g_mirror_register_request() 1713 cp = cbp->bio_caller1; in g_mirror_register_request() 1714 cbp->bio_caller1 = NULL; in g_mirror_register_request() [all …]
|
| /trueos/sys/geom/virstor/ |
| HD | g_virstor.c | 1653 cb->bio_caller1 = comp; in g_virstor_start() 1744 cb->bio_caller1 = &sc->components[0]; in g_virstor_start() 1764 cb->bio_caller1 = comp; in g_virstor_start() 1777 comp = cb->bio_caller1; in g_virstor_start() 1778 cb->bio_caller1 = NULL; in g_virstor_start()
|
| /trueos/sys/geom/linux_lvm/ |
| HD | g_linux_lvm.c | 277 cb->bio_caller1 = pv; in g_llvm_start() 296 pv = cb->bio_caller1; in g_llvm_start() 297 cb->bio_caller1 = NULL; in g_llvm_start()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | vdev_geom.c | 820 zio = bp->bio_caller1; in vdev_geom_io_intr() 917 bp->bio_caller1 = zio; in vdev_geom_io_start()
|
| /trueos/sys/geom/journal/ |
| HD | g_journal.h | 107 #define bio_next bio_caller1
|
| /trueos/sys/geom/raid3/ |
| HD | g_raid3.c | 926 #define G_RAID3_NEXT_BIO(cbp) (cbp)->bio_caller1 1419 cbp->bio_caller1 = disk; in g_raid3_flush() 1425 disk = cbp->bio_caller1; in g_raid3_flush() 1426 cbp->bio_caller1 = NULL; in g_raid3_flush() 1709 i = (int)(uintptr_t)bp->bio_caller1; in g_raid3_sync_request() 2259 bp->bio_caller1 = (void *)(uintptr_t)n; in g_raid3_sync_start()
|