Home
last modified time | relevance | path

Searched refs:DRF_SPC2_RESERVATIONS (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_tmr.c448 (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()
Dtarget_core_pr.c228 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()
Dtarget_core_configfs.c818 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()
/linux-4.1.27/include/target/
Dtarget_core_base.h781 #define DRF_SPC2_RESERVATIONS 0x00000001 macro