Home
last modified time | relevance | path

Searched refs:se_lun_group (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/target/
Dtarget_core_fabric_configfs.c83 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_link()
156 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_unlink()
231 CONFIGFS_EATTR_OPS(target_fabric_mappedlun, se_lun_acl, se_lun_group);
236 struct se_lun_acl, se_lun_group); in target_fabric_mappedlun_release()
392 lacl_cg = &lacl->se_lun_group; in target_fabric_make_mappedlun()
401 config_group_init_type_name(&lacl->se_lun_group, name, in target_fabric_make_mappedlun()
419 return &lacl->se_lun_group; in target_fabric_make_mappedlun()
433 struct se_lun_acl, se_lun_group); in target_fabric_drop_mappedlun()
446 lacl_cg = &lacl->se_lun_group; in target_fabric_drop_mappedlun()
Dtarget_core_pr.c1410 return target_depend_item(&lun_acl->se_lun_group.cg_item); in core_scsi3_lunacl_depend_item()
1428 target_undepend_item(&lun_acl->se_lun_group.cg_item); in core_scsi3_lunacl_undepend_item()
/linux-4.1.27/include/target/
Dtarget_core_base.h651 struct config_group se_lun_group; member