Home
last modified time | relevance | path

Searched refs:bioq_flush (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/sys/
H A Dbio.h172 void bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error);
/freebsd/sys/cam/scsi/
H A Dscsi_pt.c338 bioq_flush(&softc->bio_queue, NULL, ENXIO); in ptoninvalidate()
520 bioq_flush(&softc->bio_queue, NULL, EIO); in ptdone()
H A Dscsi_cd.c382 bioq_flush(&softc->bio_queue, NULL, ENXIO); in cdoninvalidate()
1162 bioq_flush(&softc->bio_queue, NULL, EIO); in cddone()
1497 bioq_flush(&softc->bio_queue, NULL, EINVAL); in cddone()
H A Dscsi_sa.c2257 bioq_flush(&softc->bio_queue, NULL, ENXIO); in saoninvalidate()
3115 bioq_flush(&softc->bio_queue, NULL, EIO); in sadone()
/freebsd/sys/kern/
H A Dsubr_disk.c179 bioq_flush(struct bio_queue_head *head, struct devstat *stp, int error) in bioq_flush() function
/freebsd/sys/dev/ips/
H A Dips_pci.c192 bioq_flush(&sc->queue, NULL, ENXIO); in ips_pci_detach()
/freebsd/sys/dev/flash/
H A Dn25q.c357 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in n25q_detach()
H A Dw25n.c483 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in w25n_detach()
H A Dat45d.c289 bioq_flush(&sc->bio_queue, NULL, ENXIO); in at45d_detach()
H A Dmx25l.c570 bioq_flush(&sc->sc_bio_queue, NULL, ENXIO); in mx25l_detach()
/freebsd/sys/cam/
H A Dcam_iosched.c1344 bioq_flush(&isc->bio_queue, stp, err); in cam_iosched_flush()
1345 bioq_flush(&isc->trim_queue, stp, err); in cam_iosched_flush()
1348 bioq_flush(&isc->write_queue, stp, err); in cam_iosched_flush()
/freebsd/sys/dev/flash/flexspi/
H A Dflex_spi.c842 bioq_flush(&sc->bio_queue, NULL, ENXIO); in flex_spi_detach()
/freebsd/sys/dev/mmc/
H A Dmmcsd.c688 bioq_flush(&part->bio_queue, NULL, ENXIO); in mmcsd_detach()
/freebsd/sys/cam/mmc/
H A Dmmc_da.c617 bioq_flush(&part->bio_queue, NULL, ENXIO); in sddaoninvalidate()