Searched refs:DRF_SPC2_RESERVATIONS (Results 1 – 4 of 4) sorted by relevance
448 (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS)) { in core_tmr_lun_reset()451 dev->dev_reservation_flags &= ~DRF_SPC2_RESERVATIONS; in core_tmr_lun_reset()
228 dev->dev_reservation_flags &= ~DRF_SPC2_RESERVATIONS; in target_scsi2_reservation_release()292 dev->dev_reservation_flags |= DRF_SPC2_RESERVATIONS; in target_scsi2_reservation_reserve()977 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in core_scsi3_check_aptpl_registration()3543 if (cmd->se_dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) { in target_scsi3_emulate_pr_out()4058 if (cmd->se_dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) { in target_scsi3_emulate_pr_in()4103 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_check_reservation()
818 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_core_dev_pr_show_attr_res_holder()967 else if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_core_dev_pr_show_attr_res_type()1042 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_core_dev_pr_store_attr_res_aptpl_metadata()
781 #define DRF_SPC2_RESERVATIONS 0x00000001 macro