Lines Matching defs:bios
185 * completion processing of one bio when other bios for this
1408 * a multiple bios may point to a single request. By carefully
1966 * bios (e.g. BIO_ORDERED)..
1975 struct bio *bios[XBB_MAX_SEGMENTS_PER_REQLIST];
2054 bio = bios[nbio++] = g_new_bio();
2098 bios[bio_idx]->bio_offset,
2099 bios[bio_idx]->bio_length);
2103 bios[bio_idx]->bio_offset,
2104 bios[bio_idx]->bio_length);
2106 (*dev_data->csw->d_strategy)(bios[bio_idx]);
2113 g_destroy_bio(bios[bio_idx]);
2130 * \param flags Additional bio_flag data to pass to any generated bios