Home
last modified time | relevance | path

Searched refs:bio_flags (Results 51 – 68 of 68) sorted by relevance

123

/freebsd/sys/vm/
H A Dswap_pager.c2852 bp->b_ioflags = bp2->bio_flags; in swapgeom_done()
2905 bio->bio_flags |= BIO_SWAP; in swapgeom_strategy()
2911 bio->bio_flags |= BIO_UNMAPPED; in swapgeom_strategy()
/freebsd/sys/dev/ida/
H A Dida.c694 qcb->buf->bio_flags |= BIO_ERROR; in ida_done()
/freebsd/sys/kern/
H A Dsubr_sglist.c338 if ((bp->bio_flags & BIO_UNMAPPED) == 0) in sglist_append_bio()
H A Dvfs_aio.c1341 bp->bio_flags |= BIO_UNMAPPED; in aio_qbio()
2476 uint16_t flags = bp->bio_flags; in aio_biowakeup()
/freebsd/sys/cam/scsi/
H A Dscsi_sa.c2824 bp->bio_flags |= BIO_ERROR; in sastart()
2842 bp->bio_flags |= BIO_ERROR; in sastart()
2937 ((bp->bio_flags & BIO_UNMAPPED) != 0 ? in sastart()
2940 (bp->bio_flags & BIO_UNMAPPED) != 0 ? (void *)bp : in sastart()
3120 bp->bio_flags |= BIO_ERROR; in sadone()
3128 bp->bio_flags |= BIO_ERROR; in sadone()
H A Dscsi_cd.c1176 bp->bio_flags |= BIO_ERROR; in cddone()
1193 bp->bio_flags |= BIO_ERROR; in cddone()
/freebsd/sys/dev/cxgbe/cxgbei/
H A Dicl_cxgbei.c638 MPASS(bp->bio_flags & BIO_UNMAPPED); in icl_cxgbei_conn_pdu_append_bio()
820 MPASS(bp->bio_flags & BIO_UNMAPPED); in icl_cxgbei_conn_pdu_get_bio()
/freebsd/sys/geom/
H A Dgeom_dev.c735 bp->bio_flags |= BIO_ERROR; in g_dev_done()
/freebsd/sys/cam/mmc/
H A Dmmc_da.c1981 bp->bio_flags |= BIO_ERROR; in sddadone()
1986 bp->bio_flags |= BIO_ERROR; in sddadone()
/freebsd/sys/dev/firewire/
H A Dfwdev.c870 bp->bio_flags |= BIO_ERROR; in fw_strategy()
/freebsd/sys/geom/raid/
H A Dg_raid.c1002 bp->bio_flags |= BIO_DONE; in g_raid_tr_kerneldump_common_done()
1026 while (!(bp.bio_flags & BIO_DONE)) { in g_raid_tr_kerneldump_common()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dvdev_geom.c1219 bp->bio_flags |= BIO_UNMAPPED; in vdev_geom_io_start()
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_ddp.c1449 MPASS(bp->bio_flags & BIO_UNMAPPED); in t4_alloc_page_pods_for_bio()
1821 MPASS(bp->bio_flags & BIO_UNMAPPED); in t4_write_page_pods_for_bio()
/freebsd/sys/dev/mfi/
H A Dmfi.c2252 bio->bio_flags |= BIO_ERROR; in mfi_bio_complete()
2258 bio->bio_flags |= BIO_ERROR; in mfi_bio_complete()
/freebsd/sys/dev/mlx/
H A Dmlx.c1971 bp->bio_flags |= BIO_ERROR; in mlx_completeio()
/freebsd/sys/dev/aac/
H A Daac.c1340 bp->bio_flags |= BIO_ERROR; in aac_bio_complete()
/freebsd/sys/geom/raid3/
H A Dg_raid3.c1224 fbp->bio_flags &= ~(BIO_DONE | BIO_ERROR); in g_raid3_gather()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c3593 bp->bio_flags |= BIO_ORDERED; in softdep_synchronize()

123