Home
last modified time | relevance | path

Searched refs:CTL_FLAG_SERSEQ_DONE (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/cam/ctl/
Dctl_io.h118 CTL_FLAG_SERSEQ_DONE = 0x20000000 /* All storage I/O started */ enumerator
Dctl.c10730 if (io1->io_hdr.flags & CTL_FLAG_SERSEQ_DONE) in ctl_extent_check()
10741 if (io1->io_hdr.flags & CTL_FLAG_SERSEQ_DONE) in ctl_extent_check_seq()
13208 io->io_hdr.flags |= CTL_FLAG_SERSEQ_DONE; in ctl_serseq_done()