Home
last modified time | relevance | path

Searched refs:CTL_FLAG_ABORT (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/cam/ctl/
HDctl_io.h100 CTL_FLAG_ABORT = 0x00000800, /* this I/O should be aborted */ enumerator
HDctl.c2175 if (io->io_hdr.flags & CTL_FLAG_ABORT) in ctl_ioctl_fill_ooa()
2616 CTL_FLAG_ABORT) ? " ABORT" : "", in ctl_ioctl()
5176 ((io->io_hdr.flags & CTL_FLAG_ABORT) != 0)) { in ctl_config_move_done()
5227 (io->io_hdr.flags & CTL_FLAG_ABORT) == 0 && in ctl_data_submit_done()
5254 (io->io_hdr.flags & CTL_FLAG_ABORT) == 0 && in ctl_config_write_done()
5282 if ((io->io_hdr.flags & CTL_FLAG_ABORT) != 0 || in ctl_config_read_done()
11063 && ((ooa_io->io_hdr.flags & (CTL_FLAG_ABORT | in ctl_check_for_blockage()
11085 && ((ooa_io->io_hdr.flags & (CTL_FLAG_ABORT | in ctl_check_for_blockage()
11566 io->io_hdr.flags |= CTL_FLAG_ABORT; in ctl_failover()
12063 if (ctsio->io_hdr.flags & CTL_FLAG_ABORT) { in ctl_scsiio()
[all …]
HDctl_backend_block.c400 if (io->io_hdr.flags & CTL_FLAG_ABORT) { in ctl_be_block_move_done()
446 || ((io->io_hdr.flags & CTL_FLAG_ABORT) != 0) in ctl_be_block_move_done()
1176 if ((io->io_hdr.flags & CTL_FLAG_ABORT) || in ctl_be_block_cw_done_ws()
1458 if ((io->io_hdr.flags & CTL_FLAG_ABORT) || in ctl_be_block_next()
HDctl_backend_ramdisk.c241 if (io->io_hdr.flags & CTL_FLAG_ABORT) { in ctl_backend_ramdisk_move_done()
HDctl_frontend_internal.c800 io->io_hdr.flags &= ~CTL_FLAG_ABORT; in cfi_done()
HDscsi_ctl.c821 if ((io->io_hdr.flags & CTL_FLAG_ABORT) && in ctlfestart()
HDctl_tpc.c1546 io->io_hdr.flags &= ~CTL_FLAG_ABORT; in tpc_done()
HDctl_frontend_iscsi.c2734 if (((io->io_hdr.flags & CTL_FLAG_ABORT) && in cfiscsi_scsi_command_done()