Home
last modified time | relevance | path

Searched refs:export_count (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/drivers/target/
H A Dtarget_core_configfs.c663 if (dev->export_count) { in emulate_model_alias_store()
859 if (dev->export_count) { in pi_prot_type_store()
914 if (dev->export_count) { in pi_prot_format_store()
1052 if (dev->export_count) { in queue_depth_store()
1422 if (dev->export_count) { in target_wwn_vendor_id_store()
1478 if (dev->export_count) { in target_wwn_product_id_store()
1480 dev->export_count); in target_wwn_product_id_store()
1534 if (dev->export_count) { in target_wwn_revision_store()
1536 dev->export_count); in target_wwn_revision_store()
1583 if (dev->export_count) { in target_wwn_company_id_store()
[all …]
H A Dtarget_core_stat.c67 return snprintf(page, PAGE_SIZE, "%u\n", to_stat_dev(item)->export_count); in target_stat_ports_show()
119 if (to_stat_tgt_dev(item)->export_count) in target_stat_tgt_status_show()
130 if (to_stat_tgt_dev(item)->export_count) in target_stat_tgt_non_access_lus_show()
269 (dev->export_count) ? "available" : "notavailable"); in target_stat_lu_status_show()
H A Dtarget_core_tpg.c655 dev->export_count++; in core_tpg_add_lun()
700 dev->export_count--; in core_tpg_remove_lun()
H A Dtarget_core_spc.c121 if (dev->export_count > 1) in spc_emulate_inquiry_std()
H A Dtarget_core_transport.c1055 if (dev->export_count) in transport_dump_dev_state()
H A Dtarget_core_user.c2692 if (da->da_dev->export_count) { in tcmu_cmd_time_out_store()
/openbmc/linux/include/target/
H A Dtarget_core_base.h822 u32 export_count; member