Home
last modified time | relevance | path

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

/linux/drivers/target/
H A Dtarget_core_configfs.c556 DEF_CONFIGFS_ATTRIB_SHOW(emulate_pr);
623 DEF_CONFIGFS_ATTRIB_STORE_BOOL(emulate_pr);
1280 CONFIGFS_ATTR(, emulate_pr);
1916 if (!dev->dev_attrib.emulate_pr) in target_pr_res_holder_show()
2059 if (!dev->dev_attrib.emulate_pr) in target_pr_res_type_show()
2074 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_active_show()
2087 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_metadata_show()
2134 if (!dev->dev_attrib.emulate_pr || in target_pr_res_aptpl_metadata_store()
H A Dtarget_core_device.c799 dev->dev_attrib.emulate_pr = DA_EMULATE_PR; in target_alloc_device()
1147 if (!dev->dev_attrib.emulate_pr && in passthrough_parse_cdb()
H A Dtarget_core_spc.c1709 if (!dev->dev_attrib.emulate_pr) in tcm_is_pr_enabled()
2399 if (!dev->dev_attrib.emulate_pr) in spc_parse_cdb()
2407 if (!dev->dev_attrib.emulate_pr) in spc_parse_cdb()
H A Dtarget_core_pr.c4178 if (!dev->dev_attrib.emulate_pr) in target_check_reservation()
/linux/include/target/
H A Dtarget_core_base.h718 bool emulate_pr; member