Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/target/
Dtarget_core_tmr.c415 (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS)) { in core_tmr_lun_reset()
418 dev->dev_reservation_flags &= ~DRF_SPC2_RESERVATIONS; in core_tmr_lun_reset()
Dtarget_core_pr.c193 dev->dev_reservation_flags &= ~DRF_SPC2_RESERVATIONS; in target_release_reservation()
286 dev->dev_reservation_flags |= DRF_SPC2_RESERVATIONS; in target_scsi2_reservation_reserve()
1005 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in core_scsi3_check_aptpl_registration()
3595 if (cmd->se_dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) { in target_scsi3_emulate_pr_out()
4127 if (cmd->se_dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) { in target_scsi3_emulate_pr_in()
4180 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_check_reservation()
Dtarget_core_configfs.c1825 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_pr_res_holder_show()
1965 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_pr_res_type_show()
2039 if (dev->dev_reservation_flags & DRF_SPC2_RESERVATIONS) in target_pr_res_aptpl_metadata_store()
/linux-6.6.21/include/target/
Dtarget_core_base.h826 #define DRF_SPC2_RESERVATIONS 0x00000001 macro