Searched refs:CTL_LUN_PR_RESERVED (Results 1 – 2 of 2) sorted by relevance
180 CTL_LUN_PR_RESERVED = 0x100, enumerator
5525 if ((lun->flags & CTL_LUN_PR_RESERVED) in ctl_start_stop()7911 if (lun->flags & CTL_LUN_PR_RESERVED) in ctl_persistent_reserve_in()8015 if (lun->flags & CTL_LUN_PR_RESERVED) in ctl_persistent_reserve_in()8109 if ((lun->flags & CTL_LUN_PR_RESERVED) && in ctl_persistent_reserve_in()8250 || !(lun->flags & CTL_LUN_PR_RESERVED)) { in ctl_pro_preempt()8678 lun->flags &= ~CTL_LUN_PR_RESERVED; in ctl_persistent_reserve_out()8703 lun->flags &= ~CTL_LUN_PR_RESERVED; in ctl_persistent_reserve_out()8753 if (lun->flags & CTL_LUN_PR_RESERVED) { in ctl_persistent_reserve_out()8780 lun->flags |= CTL_LUN_PR_RESERVED; in ctl_persistent_reserve_out()8802 if ((lun->flags & CTL_LUN_PR_RESERVED) == 0) { in ctl_persistent_reserve_out()[all …]