Home
last modified time | relevance | path

Searched refs:serseq (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/sys/cam/ctl/
H A Dctl_backend.h149 ctl_lun_serseq serseq; /* passed to CTL */ member
H A Dctl_backend_ramdisk.c509 if (cbe_lun->serseq >= CTL_LUN_SERSEQ_SOFT) in ctl_backend_ramdisk_rw()
1033 cbe_lun->serseq = CTL_LUN_SERSEQ_OFF; in ctl_backend_ramdisk_create()
1036 cbe_lun->serseq = CTL_LUN_SERSEQ_ON; in ctl_backend_ramdisk_create()
1038 cbe_lun->serseq = CTL_LUN_SERSEQ_READ; in ctl_backend_ramdisk_create()
1040 cbe_lun->serseq = CTL_LUN_SERSEQ_SOFT; in ctl_backend_ramdisk_create()
1042 cbe_lun->serseq = CTL_LUN_SERSEQ_OFF; in ctl_backend_ramdisk_create()
H A Dctl_backend_block.c581 if (cbe_lun->serseq >= CTL_LUN_SERSEQ_SOFT) in ctl_be_block_biodone()
683 cbe_lun->serseq == CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_file()
786 if (cbe_lun->serseq > CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_file()
986 cbe_lun->serseq == CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_zvol()
1035 if (cbe_lun->serseq > CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_zvol()
2279 cbe_lun->serseq = CTL_LUN_SERSEQ_OFF; in ctl_be_block_open()
2281 cbe_lun->serseq = CTL_LUN_SERSEQ_SOFT; in ctl_be_block_open()
2284 cbe_lun->serseq = CTL_LUN_SERSEQ_ON; in ctl_be_block_open()
2286 cbe_lun->serseq = CTL_LUN_SERSEQ_READ; in ctl_be_block_open()
2288 cbe_lun->serseq = CTL_LUN_SERSEQ_SOFT; in ctl_be_block_open()
[all …]
H A Dctl.c11081 if (lun->be_lun->serseq != CTL_LUN_SERSEQ_OFF) in ctl_check_for_blockage()
11093 (lun->be_lun->serseq == CTL_LUN_SERSEQ_ON))); in ctl_check_for_blockage()