Home
last modified time | relevance | path

Searched refs:container_of (Results 1 - 25 of 14338) sorted by relevance

12345678910>>...574

/kernel/linux/linux-5.10/drivers/phy/tegra/
H A Dxusb.h59 return container_of(lane, struct tegra_xusb_usb3_lane, base); in to_usb3_lane()
72 return container_of(lane, struct tegra_xusb_usb2_lane, base); in to_usb2_lane()
82 return container_of(lane, struct tegra_xusb_ulpi_lane, base); in to_ulpi_lane()
101 return container_of(lane, struct tegra_xusb_hsic_lane, base); in to_hsic_lane()
111 return container_of(lane, struct tegra_xusb_pcie_lane, base); in to_pcie_lane()
121 return container_of(lane, struct tegra_xusb_sata_lane, base); in to_sata_lane()
167 return container_of(dev, struct tegra_xusb_pad, dev); in to_tegra_xusb_pad()
187 return container_of(pad, struct tegra_xusb_usb3_pad, base); in to_usb3_pad()
201 return container_of(pad, struct tegra_xusb_usb2_pad, base); in to_usb2_pad()
211 return container_of(pa in to_ulpi_pad()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dp/
H A Ddp_catalog.c142 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_read_data()
150 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_write_data()
159 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_write_trans()
169 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_clear_trans()
184 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_clear_hw_interrupts()
197 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_reset()
213 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_enable()
231 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_update_cfg()
260 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_dump_regs()
286 struct dp_catalog_private *catalog = container_of(dp_catalo in dp_catalog_aux_get_irq()
[all...]
/kernel/linux/linux-6.6/drivers/usb/gadget/function/
H A Duvc_configfs.h21 return container_of(to_config_group(item), struct f_uvc_opts, in to_f_uvc_opts()
37 return container_of(item, struct uvcg_control_header, item); in to_uvcg_control_header()
47 container_of(group_ptr, struct uvcg_color_matching, group)
71 return container_of(to_config_group(item), struct uvcg_format, group); in to_uvcg_format()
84 return container_of(item, struct uvcg_streaming_header, item); in to_uvcg_streaming_header()
114 return container_of(item, struct uvcg_frame, item); in to_uvcg_frame()
128 return container_of(to_uvcg_format(item), struct uvcg_uncompressed, fmt); in to_uvcg_uncompressed()
142 return container_of(to_uvcg_format(item), struct uvcg_mjpeg, fmt); in to_uvcg_mjpeg()
172 return container_of(item, struct uvcg_extension, item); in to_uvcg_extension()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Drbtree_fail.c25 node_a = container_of(a, struct node_data, node); in less()
26 node_b = container_of(b, struct node_data, node); in less()
93 n = container_of(res, struct node_data, node); in rbtree_api_remove_unadded_node()
97 m = container_of(res, struct node_data, node); in rbtree_api_remove_unadded_node()
122 n = container_of(res, struct node_data, node); in rbtree_api_remove_no_drop()
217 n = container_of(res, struct node_data, node); in rbtree_api_first_release_unlock_escape()
235 node_a = container_of(a, struct node_data, node); in less__bad_fn_call_add()
236 node_b = container_of(b, struct node_data, node); in less__bad_fn_call_add()
247 node_a = container_of(a, struct node_data, node); in less__bad_fn_call_remove()
248 node_b = container_of( in less__bad_fn_call_remove()
[all...]
H A Dlinked_list.c28 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop()
37 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop()
54 f = container_of(n, struct foo, node2); in list_push_pop()
69 f = container_of(n, struct foo, node2); in list_push_pop()
80 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop()
88 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop()
133 pf = container_of(n, struct foo, node2); in list_push_pop_multiple()
152 pf = container_of(n, struct foo, node2); in list_push_pop_multiple()
163 bpf_obj_drop(container_of(n, struct foo, node2)); in list_push_pop_multiple()
171 bpf_obj_drop(container_of( in list_push_pop_multiple()
[all...]
H A Drbtree.c29 node_a = container_of(a, struct node_data, node); in less()
30 node_b = container_of(b, struct node_data, node); in less()
99 n = container_of(res, struct node_data, node); in rbtree_add_and_remove()
147 o = container_of(res, struct node_data, node); in rbtree_first_and_remove()
156 o = container_of(res, struct node_data, node); in rbtree_first_and_remove()
167 o = container_of(res, struct node_data, node); in rbtree_first_and_remove()
204 o = container_of(res, struct node_data, node); in rbtree_api_release_aliasing()
209 m = container_of(res, struct node_data, node); in rbtree_api_release_aliasing()
227 o = container_of(res, struct node_data, node); in rbtree_api_release_aliasing()
235 m = container_of(res in rbtree_api_release_aliasing()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dp/
H A Ddp_catalog.c69 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_snapshot()
147 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_read_data()
155 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_write_data()
164 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_write_trans()
174 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_clear_trans()
189 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_clear_hw_interrupts()
214 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_reset()
230 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_enable()
248 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_update_cfg()
259 struct dp_catalog_private *catalog = container_of(dp_catalo in dp_catalog_aux_wait_for_hpd_connect_state()
[all...]
/kernel/linux/linux-5.10/drivers/misc/
H A Dtifm_core.c43 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_bus_match()
44 struct tifm_driver *fm_drv = container_of(drv, struct tifm_driver, in tifm_bus_match()
60 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_uevent()
70 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_probe()
71 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_probe()
92 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_remove()
93 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_remove()
111 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_suspend()
112 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_suspend()
122 struct tifm_dev *sock = container_of(de in tifm_device_resume()
[all...]
/kernel/linux/linux-5.10/security/tomoyo/
H A Dgc.c112 container_of(element, typeof(*ptr), head.list); in tomoyo_del_transition_control()
128 container_of(element, typeof(*ptr), head.list); in tomoyo_del_aggregator()
144 container_of(element, typeof(*ptr), head.list); in tomoyo_del_manager()
159 container_of(element, typeof(*acl), list); in tomoyo_del_acl()
166 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
173 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
181 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
189 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
199 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
209 container_of(ac in tomoyo_del_acl()
[all...]
H A Dgroup.c24 return container_of(a, struct tomoyo_path_group, head)->member_name == in tomoyo_same_path_group()
25 container_of(b, struct tomoyo_path_group, head)->member_name; in tomoyo_same_path_group()
39 return !memcmp(&container_of(a, struct tomoyo_number_group, head) in tomoyo_same_number_group()
41 &container_of(b, struct tomoyo_number_group, head) in tomoyo_same_number_group()
43 sizeof(container_of(a, struct tomoyo_number_group, head) in tomoyo_same_number_group()
58 const struct tomoyo_address_group *p1 = container_of(a, typeof(*p1), in tomoyo_same_address_group()
60 const struct tomoyo_address_group *p2 = container_of(b, typeof(*p2), in tomoyo_same_address_group()
/kernel/linux/linux-6.6/security/tomoyo/
H A Dgc.c112 container_of(element, typeof(*ptr), head.list); in tomoyo_del_transition_control()
128 container_of(element, typeof(*ptr), head.list); in tomoyo_del_aggregator()
144 container_of(element, typeof(*ptr), head.list); in tomoyo_del_manager()
159 container_of(element, typeof(*acl), list); in tomoyo_del_acl()
166 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
173 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
181 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
189 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
199 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl()
209 container_of(ac in tomoyo_del_acl()
[all...]
H A Dgroup.c24 return container_of(a, struct tomoyo_path_group, head)->member_name == in tomoyo_same_path_group()
25 container_of(b, struct tomoyo_path_group, head)->member_name; in tomoyo_same_path_group()
39 return !memcmp(&container_of(a, struct tomoyo_number_group, head) in tomoyo_same_number_group()
41 &container_of(b, struct tomoyo_number_group, head) in tomoyo_same_number_group()
43 sizeof(container_of(a, struct tomoyo_number_group, head) in tomoyo_same_number_group()
58 const struct tomoyo_address_group *p1 = container_of(a, typeof(*p1), in tomoyo_same_address_group()
60 const struct tomoyo_address_group *p2 = container_of(b, typeof(*p2), in tomoyo_same_address_group()
/kernel/linux/linux-5.10/drivers/clk/
H A Dclk-wm831x.c27 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_xtal_is_prepared()
36 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_xtal_recalc_rate()
68 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_is_prepared()
85 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_prepare()
103 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_unprepare()
116 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_recalc_rate()
153 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_set_rate()
178 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_get_parent()
233 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_clkout_is_prepared()
250 struct wm831x_clk *clkdata = container_of(h in wm831x_clkout_prepare()
[all...]
/kernel/linux/linux-6.6/drivers/misc/
H A Dtifm_core.c43 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_bus_match()
44 struct tifm_driver *fm_drv = container_of(drv, struct tifm_driver, in tifm_bus_match()
70 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_probe()
71 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_probe()
92 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_remove()
93 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_remove()
110 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_suspend()
111 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_suspend()
121 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_resume()
122 struct tifm_driver *drv = container_of(de in tifm_device_resume()
[all...]
/kernel/linux/linux-6.6/drivers/clk/
H A Dclk-wm831x.c27 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_xtal_is_prepared()
36 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_xtal_recalc_rate()
68 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_is_prepared()
85 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_prepare()
103 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_unprepare()
116 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_recalc_rate()
153 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_set_rate()
178 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_get_parent()
233 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_clkout_is_prepared()
250 struct wm831x_clk *clkdata = container_of(h in wm831x_clkout_prepare()
[all...]
/kernel/linux/linux-5.10/fs/cachefiles/
H A Dinterface.c34 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_alloc_object()
129 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object()
130 parent = container_of(_object->parent, in cachefiles_lookup_object()
132 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object()
166 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete()
186 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object()
216 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_update_object()
217 cache = container_of(object->fscache.cache, struct cachefiles_cache, in cachefiles_update_object()
271 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_drop_object()
276 cache = container_of(objec in cachefiles_drop_object()
[all...]
/kernel/linux/linux-6.6/drivers/phy/tegra/
H A Dxusb.h65 return container_of(lane, struct tegra_xusb_usb3_lane, base); in to_usb3_lane()
78 return container_of(lane, struct tegra_xusb_usb2_lane, base); in to_usb2_lane()
88 return container_of(lane, struct tegra_xusb_ulpi_lane, base); in to_ulpi_lane()
107 return container_of(lane, struct tegra_xusb_hsic_lane, base); in to_hsic_lane()
117 return container_of(lane, struct tegra_xusb_pcie_lane, base); in to_pcie_lane()
127 return container_of(lane, struct tegra_xusb_sata_lane, base); in to_sata_lane()
182 return container_of(dev, struct tegra_xusb_pad, dev); in to_tegra_xusb_pad()
202 return container_of(pad, struct tegra_xusb_usb3_pad, base); in to_usb3_pad()
216 return container_of(pad, struct tegra_xusb_usb2_pad, base); in to_usb2_pad()
226 return container_of(pa in to_ulpi_pad()
[all...]
/kernel/linux/linux-6.6/mm/damon/
H A Dsysfs-schemes.c43 struct damon_sysfs_scheme_region *region = container_of(kobj, in start_show()
52 struct damon_sysfs_scheme_region *region = container_of(kobj, in end_show()
61 struct damon_sysfs_scheme_region *region = container_of(kobj, in nr_accesses_show()
70 struct damon_sysfs_scheme_region *region = container_of(kobj, in age_show()
78 struct damon_sysfs_scheme_region *region = container_of(kobj, in damon_sysfs_scheme_region_release()
142 struct damon_sysfs_scheme_regions *regions = container_of(kobj, in total_bytes_show()
162 kfree(container_of(kobj, struct damon_sysfs_scheme_regions, kobj)); in damon_sysfs_scheme_regions_release()
201 struct damon_sysfs_stats *stats = container_of(kobj, in nr_tried_show()
210 struct damon_sysfs_stats *stats = container_of(kobj, in sz_tried_show()
219 struct damon_sysfs_stats *stats = container_of(kob in nr_applied_show()
[all...]
/kernel/linux/linux-6.6/drivers/target/
H A Dtarget_core_fabric_configfs.c72 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_link()
83 lun = container_of(to_config_group(lun_ci), struct se_lun, lun_group); in target_fabric_mappedlun_link()
146 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_unlink()
148 struct se_lun *lun = container_of(to_config_group(lun_ci), in target_fabric_mappedlun_unlink()
156 return container_of(to_config_group(item), struct se_lun_acl, in item_to_lun_acl()
215 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_mappedlun_release()
269 struct se_node_acl *se_nacl = container_of(group, in target_fabric_make_mappedlun()
330 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_drop_mappedlun()
341 struct se_node_acl *se_nacl = container_of(to_config_group(item), in target_fabric_nacl_base_release()
377 struct se_portal_group *se_tpg = container_of(grou in target_fabric_make_nodeacl()
[all...]
/kernel/linux/linux-5.10/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c276 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_destroy()
283 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_nr_blocks()
292 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_nr_free()
305 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_count()
345 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_count_is_more_than_one()
397 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_set_count()
415 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_inc_block()
432 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_dec_block()
449 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_new_block_()
485 struct sm_metadata *smm = container_of(s in sm_metadata_new_block()
[all...]
/kernel/linux/linux-6.6/drivers/md/persistent-data/
H A Ddm-space-map-metadata.c278 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_destroy()
285 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_nr_blocks()
294 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_nr_free()
307 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_count()
347 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_count_is_more_than_one()
399 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_set_count()
417 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_inc_blocks()
436 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_dec_blocks()
453 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_new_block_()
489 struct sm_metadata *smm = container_of(s in sm_metadata_new_block()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.h128 #define to_kplane(p) container_of(p, struct komeda_plane, base)
129 #define to_kplane_st(p) container_of(p, struct komeda_plane_state, base)
130 #define to_kconn(p) container_of(p, struct komeda_wb_connector, base)
131 #define to_kcrtc(p) container_of(p, struct komeda_crtc, base)
132 #define to_kcrtc_st(p) container_of(p, struct komeda_crtc_state, base)
133 #define to_kdev(p) container_of(p, struct komeda_kms_dev, base)
134 #define to_wb_conn(x) container_of(x, struct drm_writeback_connector, base)
/kernel/linux/linux-6.6/drivers/gpu/drm/arm/display/komeda/
H A Dkomeda_kms.h131 #define to_kplane(p) container_of(p, struct komeda_plane, base)
132 #define to_kplane_st(p) container_of(p, struct komeda_plane_state, base)
133 #define to_kconn(p) container_of(p, struct komeda_wb_connector, base)
134 #define to_kcrtc(p) container_of(p, struct komeda_crtc, base)
135 #define to_kcrtc_st(p) container_of(p, struct komeda_crtc_state, base)
136 #define to_kdev(p) container_of(p, struct komeda_kms_dev, base)
137 #define to_wb_conn(x) container_of(x, struct drm_writeback_connector, base)
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_simple_kms_helper.c91 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_mode_valid()
122 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_enable()
135 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_disable()
153 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_reset()
164 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_duplicate_state()
175 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_destroy_state()
186 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_enable_vblank()
197 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_disable_vblank()
224 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_atomic_check()
251 pipe = container_of(plan in drm_simple_kms_plane_atomic_update()
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_fabric_configfs.c71 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_link()
82 lun = container_of(to_config_group(lun_ci), struct se_lun, lun_group); in target_fabric_mappedlun_link()
145 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_unlink()
147 struct se_lun *lun = container_of(to_config_group(lun_ci), in target_fabric_mappedlun_unlink()
155 return container_of(to_config_group(item), struct se_lun_acl, in item_to_lun_acl()
214 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_mappedlun_release()
268 struct se_node_acl *se_nacl = container_of(group, in target_fabric_make_mappedlun()
329 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_drop_mappedlun()
340 struct se_node_acl *se_nacl = container_of(to_config_group(item), in target_fabric_nacl_base_release()
376 struct se_portal_group *se_tpg = container_of(grou in target_fabric_make_nodeacl()
[all...]

Completed in 17 milliseconds

12345678910>>...574