Home
last modified time | relevance | path

Searched refs:BIO_ORDERED (Results 1 – 15 of 15) sorted by relevance

/freebsd/sys/dev/nvd/
H A Dnvd.c194 if (__predict_false(bp->bio_flags & BIO_ORDERED)) in nvd_bio_submit()
200 if (__predict_false(bp->bio_flags & BIO_ORDERED)) { in nvd_bio_submit()
225 if (__predict_false(bp->bio_flags & BIO_ORDERED)) { in nvd_strategy()
255 if (__predict_false(bp->bio_flags & BIO_ORDERED)) in nvd_gone()
351 if (__predict_false(bp->bio_flags & BIO_ORDERED)) { in nvd_done()
377 if (__predict_false(bp->bio_flags & BIO_ORDERED)) { in nvd_bioq_process()
/freebsd/cddl/lib/libdtrace/
H A Dio.d146 inline int BIO_ORDERED = 0x08; variable
147 #pragma D binding "1.13" BIO_ORDERED
258 flag == BIO_ORDERED ? "ORDERED" :
/freebsd/sys/sys/
H A Dbio.h63 #define BIO_ORDERED 0x08 macro
/freebsd/cddl/usr.sbin/dwatch/libexec/
H A Dio65 append_bio_flag[this->b_flags, BIO_ORDERED];
/freebsd/sys/kern/
H A Dsubr_disk.c252 if ((bp->bio_flags & BIO_ORDERED) != 0) { in bioq_disksort()
H A Dsubr_devstat.c352 if (bp->bio_flags & BIO_ORDERED) in devstat_end_transaction_bio_bt()
/freebsd/sys/geom/
H A Dgeom_vfs.c210 bip->bio_flags |= BIO_ORDERED; in g_vfs_strategy()
H A Dgeom_io.c211 (BIO_ORDERED | BIO_UNMAPPED | BIO_VLIST | BIO_SWAP); in g_clone_bio()
380 bp->bio_flags |= BIO_ORDERED; in g_io_flush()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c1500 bio_flags |= BIO_ORDERED; in xbb_dispatch_io()
1997 bio->bio_flags |= BIO_ORDERED; in xbb_dispatch_dev()
2244 error = VOP_READ(xbb->vn, &xuio, (flags & BIO_ORDERED) ? in xbb_dispatch_file()
2278 error = VOP_WRITE(xbb->vn, &xuio, (flags & BIO_ORDERED) ? in xbb_dispatch_file()
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.c986 if (bp->bio_flags & BIO_ORDERED) in vtblk_request_bio()
1063 if (bp->bio_flags & BIO_ORDERED) { in vtblk_request_execute_cb()
/freebsd/sys/dev/xen/blkfront/
H A Dblkfront.c370 if ((bp->bio_flags & BIO_ORDERED) != 0) { in xbd_bio_command()
/freebsd/sys/cam/ata/
H A Data_da.c1103 bp->bio_flags |= BIO_ORDERED; in adastrategy()
2346 if ((bp->bio_flags & BIO_ORDERED) != 0 || in adastart()
/freebsd/sys/cam/
H A Dcam_iosched.c1515 if (bp == NULL || bp->bio_flags & BIO_ORDERED) in bio_next()
/freebsd/sys/cam/scsi/
H A Dscsi_da.c1913 bp->bio_flags |= BIO_ORDERED; in dastrategy()
3367 if ((bp->bio_flags & BIO_ORDERED) != 0 || in dastart()
/freebsd/sys/ufs/ffs/
H A Dffs_softdep.c3593 bp->bio_flags |= BIO_ORDERED; in softdep_synchronize()