Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_pr.c991 pr_tmpl->pr_aptpl_active = 1; in __core_scsi3_check_aptpl_registration()
2003 dev->t10_pr.pr_aptpl_active = 0; in core_scsi3_update_and_write_aptpl()
2029 dev->t10_pr.pr_aptpl_active = 1; in core_scsi3_update_and_write_aptpl()
2405 if (pr_tmpl->pr_aptpl_active) in core_scsi3_pro_reserve()
2649 if (pr_tmpl->pr_aptpl_active) in core_scsi3_emulate_pro_release()
2982 if (pr_tmpl->pr_aptpl_active) in core_scsi3_pro_preempt()
3111 if (pr_tmpl->pr_aptpl_active) in core_scsi3_pro_preempt()
3900 if (pr_tmpl->pr_aptpl_active) in core_scsi3_pri_report_capabilities()
H A Dtarget_core_configfs.c2019 (dev->t10_pr.pr_aptpl_active) ? "Activated" : "Disabled"); in target_pr_res_aptpl_active_show()
/linux/include/target/
H A Dtarget_core_base.h396 int pr_aptpl_active; member