/freebsd/cddl/lib/libdtrace/ |
H A D | io.d | 125 inline int BIO_FLUSH = 0x05; variable 126 #pragma D binding "1.13" BIO_FLUSH 246 cmd == BIO_FLUSH ? "FLUSH" :
|
/freebsd/sys/sys/ |
H A D | bio.h | 48 #define BIO_FLUSH 0x05 /* Commit outstanding I/O now */ macro
|
/freebsd/sys/geom/ |
H A D | geom_io.c | 379 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 D | geom_disk.c | 252 case BIO_FLUSH: in g_disk_done() 537 case BIO_FLUSH: in g_disk_start()
|
H A D | geom_slice.c | 310 case BIO_FLUSH: in g_slice_start()
|
/freebsd/sys/kern/ |
H A D | subr_disk.c | 55 case BIO_FLUSH: printf("cmd=flush "); break; in disk_err()
|
/freebsd/sys/dev/nvdimm/ |
H A D | nvdimm_spa.c | 341 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 D | primary.c | 1119 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 D | g_gate.c | 283 case BIO_FLUSH: in g_gate_start() 882 case BIO_FLUSH: in g_gate_ioctl() 947 case BIO_FLUSH: in g_gate_ioctl()
|
/freebsd/sys/geom/raid/ |
H A D | tr_raid0.c | 204 if (bp->bio_cmd == BIO_FLUSH || bp->bio_cmd == BIO_SPEEDUP) { in g_raid_tr_iostart_raid0()
|
H A D | tr_concat.c | 223 if (bp->bio_cmd == BIO_FLUSH || bp->bio_cmd == BIO_SPEEDUP) { in g_raid_tr_iostart_concat()
|
H A D | tr_raid5.c | 356 case BIO_FLUSH: in g_raid_tr_iostart_raid5()
|
/freebsd/sys/cam/ctl/ |
H A D | ctl_backend_block.c | 397 if (bio_cmd == BIO_FLUSH) { in ctl_be_block_io_error() 408 case BIO_FLUSH: in ctl_be_block_io_error() 591 || (beio->bio_cmd == BIO_FLUSH) in ctl_be_block_biodone() 639 ctl_be_block_io_error(io, BIO_FLUSH, in ctl_be_block_flush_file() 1122 bio->bio_cmd = BIO_FLUSH; in ctl_be_block_flush_dev() 1377 beio->bio_cmd = BIO_FLUSH; in ctl_be_block_cw_dispatch_sync() 1551 beio->bio_cmd = BIO_FLUSH; in ctl_be_block_cw_dispatch_flush()
|
/freebsd/sys/dev/virtio/block/ |
H A D | virtio_blk.c | 620 (bp->bio_cmd != BIO_FLUSH) && (bp->bio_cmd != BIO_DELETE)) { in vtblk_strategy() 966 case BIO_FLUSH: in vtblk_request_bio() 1575 buf.bio_cmd = BIO_FLUSH; in vtblk_dump_complete()
|
/freebsd/sys/contrib/openzfs/module/os/freebsd/zfs/ |
H A D | zvol_os.c | 697 case BIO_FLUSH: in zvol_geom_bio_strategy() 704 if (bp->bio_cmd == BIO_FLUSH) in zvol_geom_bio_strategy() 786 case BIO_FLUSH: in zvol_geom_bio_strategy()
|
H A D | vdev_geom.c | 1025 case BIO_FLUSH: in vdev_geom_io_intr() 1233 bp->bio_cmd = BIO_FLUSH; in vdev_geom_io_start()
|
/freebsd/sys/geom/mirror/ |
H A D | g_mirror.c | 931 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 D | blkback.c | 1544 operation = BIO_FLUSH; in xbb_dispatch_io() 1992 if (operation == BIO_FLUSH) { in xbb_dispatch_dev() 2000 bio->bio_cmd = BIO_FLUSH; in xbb_dispatch_dev() 2158 case BIO_FLUSH: { in xbb_dispatch_file()
|
/freebsd/sbin/ggate/ggatec/ |
H A D | ggatec.c | 161 case BIO_FLUSH: in send_thread()
|
/freebsd/sys/dev/nvmf/host/ |
H A D | nvmf_ns.c | 191 case BIO_FLUSH: in nvmf_ns_submit_bio()
|
/freebsd/sys/dev/nvme/ |
H A D | nvme_ns.c | 483 case BIO_FLUSH: in nvme_ns_bio_process()
|
/freebsd/sys/dev/md/ |
H A D | md.c | 653 case BIO_FLUSH: in mdstart_malloc() 913 case BIO_FLUSH: in mdstart_vnode() 1031 case BIO_FLUSH: in mdstart_swap()
|
/freebsd/sys/geom/eli/ |
H A D | g_eli.c | 473 case BIO_FLUSH: in g_eli_start() 514 case BIO_FLUSH: in g_eli_start()
|
/freebsd/sys/powerpc/ps3/ |
H A D | ps3disk.c | 372 if (bp->bio_cmd == BIO_FLUSH) { in ps3disk_strategy()
|
/freebsd/sys/cam/ |
H A D | cam_iosched.c | 1698 if (bp->bio_cmd == BIO_FLUSH && isc->trim_ticks > 0) in cam_iosched_queue_work() 1802 } else if (bp->bio_cmd != BIO_FLUSH) { in cam_iosched_bio_complete()
|