Searched refs:hba_group (Results 1 – 2 of 2) sorted by relevance
/linux-4.1.27/drivers/target/ |
D | target_core_configfs.c | 84 return container_of(to_config_group(item), struct se_hba, hba_group); in item_to_hba() 1298 config_item_name(&hba->hba_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() 1473 config_item_name(&hba->hba_group.cg_item), in target_core_store_alua_lu_gp() 1498 config_item_name(&hba->hba_group.cg_item), in target_core_store_alua_lu_gp() 1833 config_item_name(&hba->hba_group.cg_item), in target_core_alua_lu_gp_show_attr_members() 2635 hba = item_to_hba(&dev->se_hba->hba_group.cg_item); in target_core_drop_subdev() 2747 CONFIGFS_EATTR_OPS(target_core_hba, se_hba, hba_group); 2752 struct se_hba, hba_group); in target_core_hba_release() 2829 config_group_init_type_name(&hba->hba_group, name, in target_core_call_addhbatotarget() [all …]
|
/linux-4.1.27/include/target/ |
D | target_core_base.h | 838 struct config_group hba_group; member
|