Searched refs:bio_cmd (Results 1 – 3 of 3) sorted by relevance
379 bios[j]->bio_cmd = cmds[i]; in vdev_geom_io()937 switch(bp->bio_cmd) { in vdev_geom_io_intr()1027 bp->bio_cmd = zio->io_type == ZIO_TYPE_READ ? BIO_READ : BIO_WRITE; in vdev_geom_io_start()1033 bp->bio_cmd = BIO_DELETE; in vdev_geom_io_start()1039 bp->bio_cmd = BIO_FLUSH; in vdev_geom_io_start()
316 #define bio_cmd b_flags macro
255 if ((bp->bio_cmd & BIO_READ) == BIO_READ) { in fwmem_strategy()