Home
last modified time | relevance | path

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

/linux-4.1.27/fs/configfs/
Ditem.c148 pr_debug("config_item %s: cleaning up\n", config_item_name(item)); in config_item_cleanup()
206 if (config_item_name(item) && in config_group_find_item()
207 !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.1.27/drivers/net/
Dnetconsole.c135 if (config_item_name(&nt->item)) in netconsole_target_get()
141 if (config_item_name(&nt->item)) in netconsole_target_put()
367 config_item_name(&nt->item)); in store_dev_name()
389 config_item_name(&nt->item)); in store_local_port()
407 config_item_name(&nt->item)); in store_remote_port()
423 config_item_name(&nt->item)); in store_local_ip()
453 config_item_name(&nt->item)); in store_remote_ip()
485 config_item_name(&nt->item)); in store_remote_mac()
/linux-4.1.27/drivers/target/
Dtarget_core_configfs.c236 " tf list\n", config_item_name(item)); in target_core_deregister_fabric()
247 " %s\n", config_item_name(item)); in target_core_deregister_fabric()
1298 config_item_name(&hba->hba_group.cg_item), in target_core_store_dev_alias()
1299 config_item_name(&dev->dev_group.cg_item), in target_core_store_dev_alias()
1349 config_item_name(&hba->hba_group.cg_item), in target_core_store_dev_udev_path()
1350 config_item_name(&dev->dev_group.cg_item), in target_core_store_dev_udev_path()
1418 config_item_name(lu_ci), lu_gp->lu_gp_id); in target_core_show_alua_lu_gp()
1473 config_item_name(&hba->hba_group.cg_item), in target_core_store_alua_lu_gp()
1474 config_item_name(&dev->dev_group.cg_item), in target_core_store_alua_lu_gp()
1475 config_item_name(&lu_gp->lu_gp_group.cg_item), in target_core_store_alua_lu_gp()
[all …]
Dtarget_core_alua.c962 config_item_name(&tg_pt_gp->tg_pt_gp_group.cg_item)); in core_alua_update_tpg_primary_metadata()
1056 "implicit", config_item_name(&tg_pt_gp->tg_pt_gp_group.cg_item), in core_alua_do_transition_tg_pt_work()
1245 config_item_name(&lu_gp->lu_gp_group.cg_item), in core_alua_do_port_transition()
1331 "implicit", config_item_name(&tg_pt_gp->tg_pt_gp_group.cg_item), in core_alua_set_tg_pt_secondary_state()
1644 if (!strcmp(config_item_name(ci), name)) { in core_alua_get_lu_gp_by_name()
1926 if (!strcmp(config_item_name(ci), name)) { in core_alua_get_tg_pt_gp_by_name()
1997 config_item_name(tg_pt_ci), tg_pt_gp->tg_pt_gp_id, in core_alua_show_tg_pt_gp_info()
2067 config_item_name(&lun->lun_group.cg_item), in core_alua_store_tg_pt_gp_info()
2068 config_item_name( in core_alua_store_tg_pt_gp_info()
2094 config_item_name(&lun->lun_group.cg_item), in core_alua_store_tg_pt_gp_info()
[all …]
Dtarget_core_fabric_configfs.c111 if (strcmp(config_item_name(wwn_ci), config_item_name(wwn_ci_s))) { in target_fabric_mappedlun_link()
113 config_item_name(wwn_ci)); in target_fabric_mappedlun_link()
116 if (strcmp(config_item_name(tpg_ci), config_item_name(tpg_ci_s))) { in target_fabric_mappedlun_link()
118 " TPGT: %s\n", config_item_name(wwn_ci), in target_fabric_mappedlun_link()
119 config_item_name(tpg_ci)); in target_fabric_mappedlun_link()
Dtarget_core_device.c726 configname = config_item_name(&dev->dev_group.cg_item); in dev_set_t10_wwn_model_alias()
/linux-4.1.27/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()
1857 config_item_name(&reg->hr_item), reg->hr_dev_name); in o2hb_region_dev_write()
2002 debugfs_create_dir(config_item_name(&reg->hr_item), dir); in o2hb_debug_region_init()
2133 "stopped" : "start aborted"), config_item_name(item), in o2hb_heartbeat_group_drop_item()
2371 uuid = config_item_name(&reg->hr_item); in o2hb_region_pin()
2424 uuid = config_item_name(&reg->hr_item); in o2hb_region_unpin()
2659 mlog(0, "Region: %s\n", config_item_name(&reg->hr_item)); in o2hb_get_all_regions()
2661 memcpy(p, config_item_name(&reg->hr_item), in o2hb_get_all_regions()
Dnodemanager.c749 config_item_name(&node->nd_item)); in o2nm_node_group_drop_item()
/linux-4.1.27/include/linux/
Dconfigfs.h69 static inline char *config_item_name(struct config_item * item) in config_item_name() function
/linux-4.1.27/drivers/target/tcm_fc/
Dtfc_conf.c235 config_item_name(&se_acl->acl_group.cg_item)); in ft_del_acl()
362 config_item_name(&tpg->se_tpg.tpg_group.cg_item)); in ft_del_tpg()
/linux-4.1.27/drivers/target/iscsi/
Discsi_target_configfs.c305 config_item_name(&se_tpg->se_tpg_wwn->wwn_group.cg_item), in lio_target_call_addnptotpg()
348 " PORTAL: %pISc:%hu\n", config_item_name(&se_tpg->se_tpg_wwn->wwn_group.cg_item), in lio_target_call_delnpfromtpg()
820 config_item_name(acl_ci), cmdsn_depth, 1); in lio_target_nacl_store_cmdsn_depth()
823 "InitiatorName: %s\n", config_item_name(wwn_ci), in lio_target_nacl_store_cmdsn_depth()
824 config_item_name(tpg_ci), cmdsn_depth, in lio_target_nacl_store_cmdsn_depth()
825 config_item_name(acl_ci)); in lio_target_nacl_store_cmdsn_depth()
/linux-4.1.27/drivers/target/loopback/
Dtcm_loop.c1244 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_loop_make_naa_tpg()
1274 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_loop_drop_naa_tpg()
/linux-4.1.27/drivers/infiniband/ulp/srpt/
Dib_srpt.c3843 pr_debug("drop_tport(%s\n", config_item_name(&sport->port_wwn.wwn_group.cg_item)); in srpt_drop_tport()