Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_pr.c997 pr_tmpl->pr_aptpl_active = 1; in __core_scsi3_check_aptpl_registration()
2027 dev->t10_pr.pr_aptpl_active = 0; in core_scsi3_update_and_write_aptpl()
2053 dev->t10_pr.pr_aptpl_active = 1; in core_scsi3_update_and_write_aptpl()
2431 if (pr_tmpl->pr_aptpl_active) in core_scsi3_pro_reserve()
2677 if (pr_tmpl->pr_aptpl_active) in core_scsi3_emulate_pro_release()
2997 if (pr_tmpl->pr_aptpl_active) in core_scsi3_pro_preempt()
3126 if (pr_tmpl->pr_aptpl_active) in core_scsi3_pro_preempt()
3909 if (pr_tmpl->pr_aptpl_active) in core_scsi3_pri_report_capabilities()
Dtarget_core_configfs.c1441 (dev->t10_pr.pr_aptpl_active) ? "Activated" : "Disabled"); in target_pr_res_aptpl_active_show()
/linux-4.4.14/include/target/
Dtarget_core_base.h369 int pr_aptpl_active; member