Home
last modified time | relevance | path

Searched refs:emulate_pr (Results 1 – 5 of 5) sorted by relevance

/kernel/linux/linux-5.10/drivers/target/
Dtarget_core_configfs.c529 DEF_CONFIGFS_ATTRIB_SHOW(emulate_pr);
589 DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_pr);
1188 CONFIGFS_ATTR(, emulate_pr);
1714 if (!dev->dev_attrib.emulate_pr) in target_pr_res_holder_show()
1857 if (!dev->dev_attrib.emulate_pr) in target_pr_res_type_show()
1872 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_active_show()
1885 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_metadata_show()
1932 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_metadata_store()
Dtarget_core_device.c790 dev->dev_attrib.emulate_pr = DA_EMULATE_PR; in target_alloc_device()
1104 if (!dev->dev_attrib.emulate_pr && in passthrough_parse_cdb()
Dtarget_core_spc.c1290 if (!dev->dev_attrib.emulate_pr && in spc_parse_cdb()
Dtarget_core_pr.c4101 if (!dev->dev_attrib.emulate_pr) in target_check_reservation()
/kernel/linux/linux-5.10/include/target/
Dtarget_core_base.h687 bool emulate_pr; member