Home
last modified time | relevance | path

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

/freebsd-13.1/sys/cam/ctl/
H A Dctl_backend.h150 ctl_lun_serseq serseq; /* passed to CTL */ member
H A Dctl_backend_ramdisk.c510 if (cbe_lun->serseq >= CTL_LUN_SERSEQ_SOFT) in ctl_backend_ramdisk_rw()
1034 cbe_lun->serseq = CTL_LUN_SERSEQ_OFF; in ctl_backend_ramdisk_create()
1037 cbe_lun->serseq = CTL_LUN_SERSEQ_ON; in ctl_backend_ramdisk_create()
1039 cbe_lun->serseq = CTL_LUN_SERSEQ_READ; in ctl_backend_ramdisk_create()
1041 cbe_lun->serseq = CTL_LUN_SERSEQ_SOFT; in ctl_backend_ramdisk_create()
1043 cbe_lun->serseq = CTL_LUN_SERSEQ_OFF; in ctl_backend_ramdisk_create()
H A Dctl_backend_block.c577 if (cbe_lun->serseq >= CTL_LUN_SERSEQ_SOFT) in ctl_be_block_biodone()
679 cbe_lun->serseq == CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_file()
782 if (cbe_lun->serseq > CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_file()
904 cbe_lun->serseq == CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_zvol()
953 if (cbe_lun->serseq > CTL_LUN_SERSEQ_SOFT) in ctl_be_block_dispatch_zvol()
2186 cbe_lun->serseq = CTL_LUN_SERSEQ_OFF; in ctl_be_block_open()
2188 cbe_lun->serseq = CTL_LUN_SERSEQ_SOFT; in ctl_be_block_open()
2191 cbe_lun->serseq = CTL_LUN_SERSEQ_ON; in ctl_be_block_open()
2193 cbe_lun->serseq = CTL_LUN_SERSEQ_READ; in ctl_be_block_open()
2195 cbe_lun->serseq = CTL_LUN_SERSEQ_SOFT; in ctl_be_block_open()
[all …]
H A Dctl.c10991 if (lun->be_lun->serseq != CTL_LUN_SERSEQ_OFF) in ctl_check_for_blockage()
11003 (lun->be_lun->serseq == CTL_LUN_SERSEQ_ON))); in ctl_check_for_blockage()