Searched refs:se_lun_acl (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/target/
H A Dtarget_core_internal.h68 int core_enable_device_list_for_node(struct se_lun *, struct se_lun_acl *,
76 struct se_lun_acl *core_dev_init_initiator_node_lun_acl(struct se_portal_group *,
79 struct se_lun_acl *, struct se_lun *lun, bool);
81 struct se_lun_acl *);
83 struct se_lun_acl *lacl);
162 void target_stat_setup_mappedlun_default_groups(struct se_lun_acl *);
H A Dtarget_core_stat.c844 static struct se_lun_acl *auth_to_lacl(struct config_item *item)
848 return container_of(lgrps, struct se_lun_acl, ml_stat_grps);
854 struct se_lun_acl *lacl = auth_to_lacl(item);
877 struct se_lun_acl *lacl = auth_to_lacl(item);
898 struct se_lun_acl *lacl = auth_to_lacl(item);
920 struct se_lun_acl *lacl = auth_to_lacl(item);
940 struct se_lun_acl *lacl = auth_to_lacl(item);
960 struct se_lun_acl *lacl = auth_to_lacl(item);
980 struct se_lun_acl *lacl = auth_to_lacl(item);
1000 struct se_lun_acl *lac
[all...]
H A Dtarget_core_fabric_configfs.c72 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci),
73 struct se_lun_acl, se_lun_group);
146 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci),
147 struct se_lun_acl, se_lun_group);
154 static struct se_lun_acl *item_to_lun_acl(struct config_item *item)
156 return container_of(to_config_group(item), struct se_lun_acl,
163 struct se_lun_acl *lacl = item_to_lun_acl(item);
181 struct se_lun_acl *lacl = item_to_lun_acl(item);
215 struct se_lun_acl *lacl = container_of(to_config_group(item),
216 struct se_lun_acl, se_lun_grou
[all...]
H A Dtarget_core_device.c319 struct se_lun_acl *lun_acl,
358 if (orig->se_lun_acl != NULL) {
360 " se_lun_acl->se_lun_group reference for %s"
369 new->se_lun_acl = lun_acl;
388 new->se_lun_acl = lun_acl;
420 * deve->se_lun_acl will be NULL for demo-mode created LUNs
422 * struct se_lun_acl, but we remove deve->lun_link from
560 struct se_lun_acl *core_dev_init_initiator_node_lun_acl(
566 struct se_lun_acl *lacl;
574 lacl = kzalloc(sizeof(struct se_lun_acl), GFP_KERNE
[all...]
H A Dtarget_core_pr.c704 struct se_lun_acl *lacl_tmp;
740 if (!deve_tmp->se_lun_acl)
743 lacl_tmp = deve_tmp->se_lun_acl;
1442 if (!se_deve->se_lun_acl)
1445 return target_depend_item(&se_deve->se_lun_acl->se_lun_group.cg_item);
1453 if (!se_deve->se_lun_acl) {
1458 target_undepend_item(&se_deve->se_lun_acl->se_lun_group.cg_item);
H A Dtarget_core_alua.c914 struct se_lun_acl *lacl;
939 lacl = se_deve->se_lun_acl;
958 * se_deve->se_lun_acl pointer may be NULL for a
/linux-master/include/target/
H A Dtarget_core_base.h664 struct se_lun_acl { struct
684 struct se_lun_acl *se_lun_acl; member in struct:se_dev_entry

Completed in 117 milliseconds