/openbmc/linux/fs/configfs/ |
H A D | item.c | 123 pr_debug("config_item %s: cleaning up\n", config_item_name(item)); in config_item_cleanup() 182 if (config_item_name(item) && in config_group_find_item() 183 !strcmp(config_item_name(item), name)) { in config_group_find_item()
|
H A D | symlink.c | 35 length += strlen(config_item_name(p)) + 1; in item_path_length() 47 int cur = strlen(config_item_name(p)); in fill_item_path() 51 memcpy(buffer + length, config_item_name(p), cur); in fill_item_path()
|
/openbmc/linux/drivers/net/ |
H A D | netconsole.c | 135 if (config_item_name(&nt->item)) in netconsole_target_get() 141 if (config_item_name(&nt->item)) in netconsole_target_put() 419 config_item_name(&nt->item)); in release_store() 447 config_item_name(&nt->item)); in extended_store() 474 config_item_name(&nt->item)); in dev_name_store() 499 config_item_name(&nt->item)); in local_port_store() 522 config_item_name(&nt->item)); in remote_port_store() 544 config_item_name(&nt->item)); in local_ip_store() 580 config_item_name(&nt->item)); in remote_ip_store() 617 config_item_name(&nt->item)); in remote_mac_store()
|
/openbmc/linux/drivers/target/ |
H A D | target_core_configfs.c | 263 config_item_name(&tf->tf_group.cg_item)); in target_core_register_fabric() 278 " tf list\n", config_item_name(item)); in target_core_deregister_fabric() 285 " %s\n", config_item_name(item)); in target_core_deregister_fabric() 2295 config_item_name(&hba->hba_group.cg_item), in target_dev_alias_store() 2296 config_item_name(&dev->dev_group.cg_item), in target_dev_alias_store() 2336 config_item_name(&hba->hba_group.cg_item), in target_dev_udev_path_store() 2337 config_item_name(&dev->dev_group.cg_item), in target_dev_udev_path_store() 2464 config_item_name(&hba->hba_group.cg_item), in target_dev_alua_lu_gp_store() 2805 config_item_name(alua_lu_gp_ci)); in target_core_alua_create_lu_gp() 2820 config_item_name(item), lu_gp->lu_gp_id); in target_core_alua_drop_lu_gp() [all …]
|
H A D | target_core_alua.c | 902 config_item_name(&tg_pt_gp->tg_pt_gp_group.cg_item)); in core_alua_update_tpg_primary_metadata() 1042 "implicit", config_item_name(&tg_pt_gp->tg_pt_gp_group.cg_item), in core_alua_do_transition_tg_pt() 1159 config_item_name(&lu_gp->lu_gp_group.cg_item), in core_alua_do_port_transition() 1248 "implicit", config_item_name(&tg_pt_gp->tg_pt_gp_group.cg_item), in core_alua_set_tg_pt_secondary_state() 1558 if (!strcmp(config_item_name(ci), name)) { in core_alua_get_lu_gp_by_name() 1782 if (!strcmp(config_item_name(ci), name)) { in core_alua_get_tg_pt_gp_by_name() 1882 config_item_name(tg_pt_ci), tg_pt_gp->tg_pt_gp_id, in core_alua_show_tg_pt_gp_info() 1952 config_item_name(&lun->lun_group.cg_item), in core_alua_store_tg_pt_gp_info() 1953 config_item_name( in core_alua_store_tg_pt_gp_info() 1972 config_item_name(&lun->lun_group.cg_item), in core_alua_store_tg_pt_gp_info() [all …]
|
H A D | target_core_fabric_configfs.c | 107 if (strcmp(config_item_name(wwn_ci), config_item_name(wwn_ci_s))) { in target_fabric_mappedlun_link() 109 config_item_name(wwn_ci)); in target_fabric_mappedlun_link() 112 if (strcmp(config_item_name(tpg_ci), config_item_name(tpg_ci_s))) { in target_fabric_mappedlun_link() 114 " TPGT: %s\n", config_item_name(wwn_ci), in target_fabric_mappedlun_link() 115 config_item_name(tpg_ci)); in target_fabric_mappedlun_link()
|
H A D | target_core_sbc.c | 907 config_item_name(&dev->dev_group.cg_item), in sbc_parse_cdb()
|
/openbmc/linux/drivers/target/tcm_remote/ |
H A D | tcm_remote.c | 122 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_remote_make_tpg() 147 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_remote_drop_tpg()
|
/openbmc/linux/fs/ocfs2/cluster/ |
H A D | heartbeat.c | 386 config_item_name(®->hr_item), reg->hr_bdev); in o2hb_nego_timeout() 401 config_item_name(®->hr_item), reg->hr_bdev); in o2hb_nego_timeout() 454 config_item_name(®->hr_item), reg->hr_bdev); in o2hb_nego_approve_handler() 864 config_item_name(®->hr_item), reg->hr_bdev); in o2hb_set_quorum_device() 1171 config_item_name(®->hr_item), in o2hb_do_disk_heartbeat() 1893 config_item_name(®->hr_item), reg->hr_bdev); in o2hb_region_dev_store() 2087 "stopped" : "start aborted"), config_item_name(item), in o2hb_heartbeat_group_drop_item() 2269 uuid = config_item_name(®->hr_item); in o2hb_region_pin() 2322 uuid = config_item_name(®->hr_item); in o2hb_region_unpin() 2523 mlog(0, "Region: %s\n", config_item_name(®->hr_item)); in o2hb_get_all_regions() [all …]
|
H A D | nodemanager.c | 635 config_item_name(&node->nd_item)); in o2nm_node_group_drop_item()
|
/openbmc/linux/drivers/target/iscsi/ |
H A D | iscsi_target_configfs.c | 220 config_item_name(&se_tpg->se_tpg_wwn->wwn_group.cg_item), in lio_target_call_addnptotpg() 263 " PORTAL: %pISpc\n", config_item_name(&se_tpg->se_tpg_wwn->wwn_group.cg_item), in lio_target_call_delnpfromtpg() 688 "InitiatorName: %s\n", config_item_name(wwn_ci), in lio_target_nacl_cmdsn_depth_store() 689 config_item_name(tpg_ci), cmdsn_depth, in lio_target_nacl_cmdsn_depth_store() 690 config_item_name(acl_ci)); in lio_target_nacl_cmdsn_depth_store()
|
/openbmc/linux/include/linux/ |
H A D | configfs.h | 52 static inline char *config_item_name(struct config_item * item) in config_item_name() function
|
/openbmc/linux/drivers/target/tcm_fc/ |
H A D | tfc_conf.c | 280 config_item_name(&tpg->se_tpg.tpg_group.cg_item)); in ft_del_tpg()
|
/openbmc/linux/drivers/target/loopback/ |
H A D | tcm_loop.c | 946 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_loop_make_naa_tpg() 975 config_item_name(&wwn->wwn_group.cg_item), tpgt); in tcm_loop_drop_naa_tpg()
|
/openbmc/linux/drivers/nvme/target/ |
H A D | nvmet.h | 313 return config_item_name(&host->group.cg_item); in nvmet_host_name()
|
/openbmc/linux/drivers/block/null_blk/ |
H A D | main.c | 2189 if (config_item_name(&dev->group.cg_item)) { in null_add_dev() 2192 "%s", config_item_name(&dev->group.cg_item)); in null_add_dev()
|
/openbmc/linux/drivers/scsi/ibmvscsi_tgt/ |
H A D | ibmvscsi_tgt.c | 3865 config_item_name(&tport->tport_wwn.wwn_group.cg_item)); in ibmvscsis_drop_tport()
|