Home
last modified time | relevance | path

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

/freebsd/sys/cam/ctl/
H A Dctl_private.h152 CTL_LUN_RESERVED = 0x002, enumerator
H A Dctl.c5241 if ((lun->flags & CTL_LUN_RESERVED) && (lun->res_idx == residx)) in ctl_scsi_release()
5242 lun->flags &= ~CTL_LUN_RESERVED; in ctl_scsi_release()
5270 if ((lun->flags & CTL_LUN_RESERVED) && (lun->res_idx != residx)) { in ctl_scsi_reserve()
5281 lun->flags |= CTL_LUN_RESERVED; in ctl_scsi_reserve()
12113 if ((lun->flags & CTL_LUN_RESERVED) in ctl_scsiio_lun_check()
12656 lun->flags &= ~CTL_LUN_RESERVED; in ctl_do_lun_reset()
12807 if ((lun->flags & CTL_LUN_RESERVED) && (lun->res_idx == initidx)) in ctl_i_t_nexus_loss()
12808 lun->flags &= ~CTL_LUN_RESERVED; in ctl_i_t_nexus_loss()