Home
last modified time | relevance | path

Searched refs:DF_SPC2_RESERVATIONS (Results 1 – 3 of 3) sorted by relevance

/linux-3.4.99/drivers/target/
Dtarget_core_tmr.c478 (dev->dev_flags & DF_SPC2_RESERVATIONS)) { in core_tmr_lun_reset()
481 dev->dev_flags &= ~DF_SPC2_RESERVATIONS; in core_tmr_lun_reset()
Dtarget_core_pr.c227 dev->dev_flags &= ~DF_SPC2_RESERVATIONS; in target_scsi2_reservation_release()
297 dev->dev_flags |= DF_SPC2_RESERVATIONS; in target_scsi2_reservation_reserve()
340 if (cmd->se_dev->dev_flags & DF_SPC2_RESERVATIONS) in core_scsi3_pr_seq_non_holder()
604 if (dev->dev_flags & DF_SPC2_RESERVATIONS) in core_scsi3_pr_reservation_check()
3824 if (cmd->se_dev->dev_flags & DF_SPC2_RESERVATIONS) { in target_scsi3_emulate_pr_out()
4320 if (cmd->se_dev->dev_flags & DF_SPC2_RESERVATIONS) { in target_scsi3_emulate_pr_in()
/linux-3.4.99/include/target/
Dtarget_core_base.h77 #define DF_SPC2_RESERVATIONS 0x00000002 macro