Home
last modified time | relevance | path

Searched refs:config_item_name (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/fs/configfs/
Ditem.c147 pr_debug("config_item %s: cleaning up\n", config_item_name(item)); in config_item_cleanup()
205 if (config_item_name(item) && in config_group_find_item()
206 !strcmp(config_item_name(item), name)) { in config_group_find_item()
Dsymlink.c51 length += strlen(config_item_name(p)) + 1; in item_path_length()
63 int cur = strlen(config_item_name(p)); in fill_item_path()
67 strncpy(buffer + length,config_item_name(p),cur); in fill_item_path()
Ddir.c1447 if (!strcmp(config_item_name(item), new_name))
/linux-4.4.14/drivers/net/
Dnetconsole.c142 if (config_item_name(&nt->item)) in netconsole_target_get()
148 if (config_item_name(&nt->item)) in netconsole_target_put()
392 config_item_name(&nt->item)); in extended_store()
423 config_item_name(&nt->item)); in dev_name_store()
448 config_item_name(&nt->item)); in local_port_store()
471 config_item_name(&nt->item)); in remote_port_store()
493 config_item_name(&nt->item)); in local_ip_store()
529 config_item_name(&nt->item)); in remote_ip_store()
566 config_item_name(&nt->item)); in remote_mac_store()
/linux-4.4.14/drivers/target/
Dtarget_core_configfs.c224 " tf list\n", config_item_name(item)); in target_core_deregister_fabric()
231 " %s\n", config_item_name(item)); in target_core_deregister_fabric()
562 configname = config_item_name(&dev->dev_group.cg_item); in dev_set_t10_wwn_model_alias()
1753 config_item_name(&hba->hba_group.cg_item), in target_dev_alias_store()
1754 config_item_name(&dev->dev_group.cg_item), in target_dev_alias_store()
1794 config_item_name(&hba->hba_group.cg_item), in target_dev_udev_path_store()
1795 config_item_name(&dev->dev_group.cg_item), in target_dev_udev_path_store()
1845 config_item_name(lu_ci), lu_gp->lu_gp_id); in target_dev_alua_lu_gp_show()
1898 config_item_name(&hba->hba_group.cg_item), in target_dev_alua_lu_gp_store()
1899 config_item_name(&dev->dev_group.cg_item), in target_dev_alua_lu_gp_store()
[all …]
Dtarget_core_fabric_configfs.c105 if (strcmp(config_item_name(wwn_ci), config_item_name(wwn_ci_s))) { in target_fabric_mappedlun_link()
107 config_item_name(wwn_ci)); in target_fabric_mappedlun_link()
110 if (strcmp(config_item_name(tpg_ci), config_item_name(tpg_ci_s))) { in target_fabric_mappedlun_link()
112 " TPGT: %s\n", config_item_name(wwn_ci), in target_fabric_mappedlun_link()
113 config_item_name(tpg_ci)); in target_fabric_mappedlun_link()
Dtarget_core_alua.c936 config_item_name(&tg_pt_gp->tg_pt_gp_group.cg_item)); in core_alua_update_tpg_primary_metadata()
1043 "implicit", config_item_name(&tg_pt_gp->tg_pt_gp_group.cg_item), in core_alua_do_transition_tg_pt_work()
1237 config_item_name(&lu_gp->lu_gp_group.cg_item), in core_alua_do_port_transition()
1322 "implicit", config_item_name(&tg_pt_gp->tg_pt_gp_group.cg_item), in core_alua_set_tg_pt_secondary_state()
1632 if (!strcmp(config_item_name(ci), name)) { in core_alua_get_lu_gp_by_name()
1858 if (!strcmp(config_item_name(ci), name)) { in core_alua_get_tg_pt_gp_by_name()
1944 config_item_name(tg_pt_ci), tg_pt_gp->tg_pt_gp_id, in core_alua_show_tg_pt_gp_info()
2013 config_item_name(&lun->lun_group.cg_item), in core_alua_store_tg_pt_gp_info()
2014 config_item_name( in core_alua_store_tg_pt_gp_info()
2035 config_item_name(&lun->lun_group.cg_item), in core_alua_store_tg_pt_gp_info()
[all …]
/linux-4.4.14/fs/ocfs2/cluster/
Dheartbeat.c752 config_item_name(&reg->hr_item), reg->hr_dev_name); in o2hb_set_quorum_device()
1052 config_item_name(&reg->hr_item), in o2hb_do_disk_heartbeat()
1830 config_item_name(&reg->hr_item), reg->hr_dev_name); in o2hb_region_dev_store()
1906 debugfs_create_dir(config_item_name(&reg->hr_item), dir); in o2hb_debug_region_init()
2037 "stopped" : "start aborted"), config_item_name(item), in o2hb_heartbeat_group_drop_item()
2219 uuid = config_item_name(&reg->hr_item); in o2hb_region_pin()
2272 uuid = config_item_name(&reg->hr_item); in o2hb_region_unpin()
2507 mlog(0, "Region: %s\n", config_item_name(&reg->hr_item)); in o2hb_get_all_regions()
2509 memcpy(p, config_item_name(&reg->hr_item), in o2hb_get_all_regions()
Dnodemanager.c612 config_item_name(&node->nd_item)); in o2nm_node_group_drop_item()
/linux-4.4.14/include/linux/
Dconfigfs.h70 static inline char *config_item_name(struct config_item * item) in config_item_name() function
/linux-4.4.14/drivers/target/iscsi/
Discsi_target_configfs.c289 config_item_name(&se_tpg->se_tpg_wwn->wwn_group.cg_item), in lio_target_call_addnptotpg()
332 " PORTAL: %pISpc\n", config_item_name(&se_tpg->se_tpg_wwn->wwn_group.cg_item), in lio_target_call_delnpfromtpg()
732 config_item_name(acl_ci), cmdsn_depth, 1); in lio_target_nacl_cmdsn_depth_store()
735 "InitiatorName: %s\n", config_item_name(wwn_ci), in lio_target_nacl_cmdsn_depth_store()
736 config_item_name(tpg_ci), cmdsn_depth, in lio_target_nacl_cmdsn_depth_store()
737 config_item_name(acl_ci)); in lio_target_nacl_cmdsn_depth_store()
/linux-4.4.14/drivers/target/tcm_fc/
Dtfc_conf.c294 config_item_name(&tpg->se_tpg.tpg_group.cg_item)); in ft_del_tpg()
/linux-4.4.14/drivers/target/loopback/
Dtcm_loop.c1086 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_loop_make_naa_tpg()
1116 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_loop_drop_naa_tpg()
/linux-4.4.14/drivers/infiniband/ulp/srpt/
Dib_srpt.c3716 pr_debug("drop_tport(%s\n", config_item_name(&sport->port_wwn.wwn_group.cg_item)); in srpt_drop_tport()