Lines Matching refs:bio_offset
1238 rstart = bp->bio_offset; in g_mirror_sync_collision()
1239 rend = bp->bio_offset + bp->bio_length; in g_mirror_sync_collision()
1247 sstart = sbp->bio_offset; in g_mirror_sync_collision()
1248 send = sbp->bio_offset + sbp->bio_length; in g_mirror_sync_collision()
1268 sstart = sbp->bio_offset; in g_mirror_regular_collision()
1269 send = sbp->bio_offset + sbp->bio_length; in g_mirror_regular_collision()
1271 rstart = bp->bio_offset; in g_mirror_regular_collision()
1272 rend = bp->bio_offset + bp->bio_length; in g_mirror_regular_collision()
1491 if (bp != NULL && bp->bio_offset < offset) in g_mirror_sync_request()
1492 offset = bp->bio_offset; in g_mirror_sync_request()
1600 if (dp->d_last_offset == bp->bio_offset) in g_mirror_request_load()
1604 if (ABS(dp->d_last_offset - bp->bio_offset) < TRACK_SIZE) in g_mirror_request_load()
1631 disk->d_last_offset = bp->bio_offset + bp->bio_length; in g_mirror_request_load()
1665 offset = bp->bio_offset; in g_mirror_request_split()
1686 cbp->bio_offset = offset; in g_mirror_request_split()
1781 if (bp->bio_offset >= disk->d_sync.ds_offset) in g_mirror_register_request()
2111 bp->bio_offset = offset; in g_mirror_sync_reinit()
2113 disk->d_softc->sc_mediasize - bp->bio_offset); in g_mirror_sync_reinit()