Searched refs:DRF_SPC2_RESERVATIONS (Results 1 – 4 of 4) sorted by relevance
395 (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS)) { in core_tmr_lun_reset()398 dev->dev_reservation_flags &= ~DRF_SPC2_RESERVATIONS; in core_tmr_lun_reset()
193 dev->dev_reservation_flags &= ~DRF_SPC2_RESERVATIONS; in target_release_reservation()286 dev->dev_reservation_flags |= DRF_SPC2_RESERVATIONS; in target_scsi2_reservation_reserve()1007 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in core_scsi3_check_aptpl_registration()3557 if (cmd->se_dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) { in target_scsi3_emulate_pr_out()4049 if (cmd->se_dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) { in target_scsi3_emulate_pr_in()4096 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_check_reservation()
1767 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_pr_res_holder_show()1907 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_pr_res_type_show()1981 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_pr_res_aptpl_metadata_store()
823 #define DRF_SPC2_RESERVATIONS 0x00000001 macro