Home
last modified time | relevance | path

Searched refs:BIO_FLUSH (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/cddl/lib/libdtrace/
H A Dio.d125 inline int BIO_FLUSH = 0x05; variable
126 #pragma D binding "1.13" BIO_FLUSH
246 cmd == BIO_FLUSH ? "FLUSH" :
/freebsd/sys/sys/
H A Dbio.h48 #define BIO_FLUSH 0x05 /* Commit outstanding I/O now */ macro
/freebsd/sys/geom/
H A Dgeom_io.c379 bp->bio_cmd = BIO_FLUSH; in g_io_flush()
415 case BIO_FLUSH: in g_io_check()
528 if (cmd == BIO_DELETE || cmd == BIO_FLUSH || cmd == BIO_SPEEDUP) { in g_io_request()
1040 case BIO_FLUSH: in g_format_bio()
H A Dgeom_disk.c252 case BIO_FLUSH: in g_disk_done()
537 case BIO_FLUSH: in g_disk_start()
H A Dgeom_slice.c310 case BIO_FLUSH: in g_slice_start()
/freebsd/sys/kern/
H A Dsubr_disk.c55 case BIO_FLUSH: printf("cmd=flush "); break; in disk_err()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_spa.c341 bp->bio_cmd != BIO_FLUSH) { in nvdimm_spa_g_thread()
347 if (bp->bio_cmd == BIO_FLUSH) { in nvdimm_spa_g_thread()
/freebsd/sbin/hastd/
H A Dprimary.c1119 case BIO_FLUSH: in reqlog()
1363 case BIO_FLUSH: in ggate_recv_thread()
1459 case BIO_FLUSH: in local_send_thread()
1592 case BIO_FLUSH: in remote_send_thread()
1806 case BIO_FLUSH: in remote_recv_thread()
1937 case BIO_FLUSH: in ggate_send_thread()
/freebsd/sys/geom/gate/
H A Dg_gate.c283 case BIO_FLUSH: in g_gate_start()
885 case BIO_FLUSH: in g_gate_ioctl()
950 case BIO_FLUSH: in g_gate_ioctl()
/freebsd/sys/geom/raid/
H A Dtr_raid0.c204 if (bp->bio_cmd == BIO_FLUSH || bp->bio_cmd == BIO_SPEEDUP) { in g_raid_tr_iostart_raid0()
H A Dtr_concat.c223 if (bp->bio_cmd == BIO_FLUSH || bp->bio_cmd == BIO_SPEEDUP) { in g_raid_tr_iostart_concat()
H A Dtr_raid5.c356 case BIO_FLUSH: in g_raid_tr_iostart_raid5()
/freebsd/sys/cam/ctl/
H A Dctl_backend_block.c399 if (bio_cmd == BIO_FLUSH) { in ctl_be_block_io_error()
410 case BIO_FLUSH: in ctl_be_block_io_error()
593 || (beio->bio_cmd == BIO_FLUSH) in ctl_be_block_biodone()
641 ctl_be_block_io_error(io, BIO_FLUSH, in ctl_be_block_flush_file()
1124 bio->bio_cmd = BIO_FLUSH; in ctl_be_block_flush_dev()
1379 beio->bio_cmd = BIO_FLUSH; in ctl_be_block_cw_dispatch_sync()
1553 beio->bio_cmd = BIO_FLUSH; in ctl_be_block_cw_dispatch_flush()
/freebsd/sys/dev/virtio/block/
H A Dvirtio_blk.c620 (bp->bio_cmd != BIO_FLUSH) && (bp->bio_cmd != BIO_DELETE)) { in vtblk_strategy()
966 case BIO_FLUSH: in vtblk_request_bio()
1563 buf.bio_cmd = BIO_FLUSH; in vtblk_dump_flush()
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzvol_os.c690 case BIO_FLUSH: in zvol_geom_bio_strategy()
697 if (bp->bio_cmd == BIO_FLUSH) in zvol_geom_bio_strategy()
779 case BIO_FLUSH: in zvol_geom_bio_strategy()
H A Dvdev_geom.c1029 case BIO_FLUSH: in vdev_geom_io_intr()
1237 bp->bio_cmd = BIO_FLUSH; in vdev_geom_io_start()
/freebsd/sys/geom/mirror/
H A Dg_mirror.c931 if ((bp->bio_cmd == BIO_FLUSH || bp->bio_cmd == BIO_SPEEDUP) && in g_mirror_regular_request_error()
991 case BIO_FLUSH: in g_mirror_regular_request()
1028 case BIO_FLUSH: in g_mirror_regular_request()
1064 case BIO_FLUSH: in g_mirror_regular_request()
1194 case BIO_FLUSH: in g_mirror_start()
1832 case BIO_FLUSH: in g_mirror_register_request()
/freebsd/sys/dev/xen/blkback/
H A Dblkback.c1540 operation = BIO_FLUSH; in xbb_dispatch_io()
1988 if (operation == BIO_FLUSH) { in xbb_dispatch_dev()
1996 bio->bio_cmd = BIO_FLUSH; in xbb_dispatch_dev()
2154 case BIO_FLUSH: { in xbb_dispatch_file()
/freebsd/sbin/ggate/ggatec/
H A Dggatec.c159 case BIO_FLUSH: in send_thread()
/freebsd/sys/dev/nvmf/host/
H A Dnvmf_ns.c191 case BIO_FLUSH: in nvmf_ns_submit_bio()
/freebsd/sys/dev/nvme/
H A Dnvme_ns.c470 case BIO_FLUSH: in nvme_ns_bio_process()
/freebsd/sys/dev/md/
H A Dmd.c653 case BIO_FLUSH: in mdstart_malloc()
913 case BIO_FLUSH: in mdstart_vnode()
1031 case BIO_FLUSH: in mdstart_swap()
/freebsd/sys/cam/
H A Dcam_iosched.c1676 if (bp->bio_cmd == BIO_FLUSH && isc->trim_ticks > 0) in cam_iosched_queue_work()
1780 } else if (bp->bio_cmd != BIO_FLUSH) { in cam_iosched_bio_complete()
/freebsd/sys/geom/eli/
H A Dg_eli.c473 case BIO_FLUSH: in g_eli_start()
514 case BIO_FLUSH: in g_eli_start()
/freebsd/sys/powerpc/ps3/
H A Dps3disk.c372 if (bp->bio_cmd == BIO_FLUSH) { in ps3disk_strategy()

12