Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_private.h158 CTL_LUN_PR_RESERVED = 0x100, enumerator
H A Dctl.c5276 if (lun->flags & CTL_LUN_PR_RESERVED) { in ctl_scsi_reserve()
5303 if ((lun->flags & CTL_LUN_PR_RESERVED) && in ctl_start_stop()
7683 if (lun->flags & CTL_LUN_PR_RESERVED) in ctl_persistent_reserve_in()
7765 if (lun->flags & CTL_LUN_PR_RESERVED) in ctl_persistent_reserve_in()
7860 if ((lun->flags & CTL_LUN_PR_RESERVED) && in ctl_persistent_reserve_in()
7980 || !(lun->flags & CTL_LUN_PR_RESERVED)) { in ctl_pro_preempt()
8399 lun->flags &= ~CTL_LUN_PR_RESERVED; in ctl_persistent_reserve_out()
8423 lun->flags &= ~CTL_LUN_PR_RESERVED; in ctl_persistent_reserve_out()
8464 if (lun->flags & CTL_LUN_PR_RESERVED) { in ctl_persistent_reserve_out()
8491 lun->flags |= CTL_LUN_PR_RESERVED; in ctl_persistent_reserve_out()
[all …]