Lines Matching refs:bio_offset
213 bp2->bio_offset = bp->bio_offset; in g_clone_bio()
249 bp2->bio_offset = bp->bio_offset; in g_duplicate_bio()
383 bp->bio_offset = cp->provider->mediasize; in g_io_flush()
444 if (bp->bio_offset % pp->sectorsize) in g_io_check()
450 if (bp->bio_offset < 0) in g_io_check()
452 if (bp->bio_offset > pp->mediasize) in g_io_check()
456 excess = bp->bio_offset + bp->bio_length; in g_io_check()
534 KASSERT(bp->bio_offset % cp->provider->sectorsize == 0, in g_io_request()
536 bp->bio_offset, cp->provider->sectorsize)); in g_io_request()
647 (intmax_t)bp->bio_offset, (intmax_t)bp->bio_length); in g_io_deliver()
847 "len %ld", bp, bp->bio_to->name, bp->bio_offset, in g_io_schedule_down()
872 bp->bio_offset, bp->bio_length); in g_io_schedule_up()
892 bp->bio_offset = offset; in g_read_data()
949 bp->bio_offset = offset; in g_write_data()
982 bp->bio_offset = offset; in g_delete_data()
1088 (intmax_t)bp->bio_offset, (intmax_t)bp->bio_length); in g_format_bio()