Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/cam/ctl/
Dctl_private.h145 CTL_LUN_RESERVED = 0x002, enumerator
Dctl.c5220 if ((lun->flags & CTL_LUN_RESERVED) && (lun->res_idx == residx)) in ctl_scsi_release()
5221 lun->flags &= ~CTL_LUN_RESERVED; in ctl_scsi_release()
5249 if ((lun->flags & CTL_LUN_RESERVED) && (lun->res_idx != residx)) { in ctl_scsi_reserve()
5260 lun->flags |= CTL_LUN_RESERVED; in ctl_scsi_reserve()
11299 if ((lun->flags & CTL_LUN_RESERVED) in ctl_scsiio_lun_check()
11841 lun->flags &= ~CTL_LUN_RESERVED; in ctl_do_lun_reset()
11990 if ((lun->flags & CTL_LUN_RESERVED) && (lun->res_idx == initidx)) in ctl_i_t_nexus_loss()
11991 lun->flags &= ~CTL_LUN_RESERVED; in ctl_i_t_nexus_loss()