Home
last modified time | relevance | path

Searched refs:target_depend_item (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/include/target/
Dtarget_core_fabric.h108 int target_depend_item(struct config_item *item);
/linux-4.4.14/drivers/target/
Dtarget_core_xcopy.c90 rc = target_depend_item(&se_dev->dev_group.cg_item); in target_xcopy_locate_se_dev_e4()
Dtarget_core_pr.c1434 return target_depend_item(&tpg->tpg_group.cg_item); in core_scsi3_tpg_depend_item()
1447 return target_depend_item(&nacl->acl_group.cg_item); in core_scsi3_nodeacl_depend_item()
1473 return target_depend_item(&lun_acl->se_lun_group.cg_item); in core_scsi3_lunacl_depend_item()
Dtarget_core_configfs.c273 int target_depend_item(struct config_item *item) in target_depend_item() function
277 EXPORT_SYMBOL(target_depend_item);
/linux-4.4.14/drivers/scsi/qla2xxx/
Dtcm_qla2xxx.c803 if (!target_depend_item(&se_tpg->tpg_group.cg_item)) { in tcm_qla2xxx_depend_tpg()
/linux-4.4.14/drivers/vhost/
Dscsi.c1254 ret = target_depend_item(&se_tpg->tpg_group.cg_item); in vhost_scsi_set_endpoint()