/Linux-v6.1/drivers/gpu/drm/msm/dp/ |
D | dp_catalog.c | 61 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_snapshot() 139 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_read_data() 147 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_write_data() 156 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_write_trans() 166 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_clear_trans() 181 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_clear_hw_interrupts() 206 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_reset() 222 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_enable() 240 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_update_cfg() 251 struct dp_catalog_private *catalog = container_of(dp_catalog, in dp_catalog_aux_wait_for_hpd_connect_state() [all …]
|
/Linux-v6.1/drivers/phy/tegra/ |
D | xusb.h | 64 return container_of(lane, struct tegra_xusb_usb3_lane, base); in to_usb3_lane() 77 return container_of(lane, struct tegra_xusb_usb2_lane, base); in to_usb2_lane() 87 return container_of(lane, struct tegra_xusb_ulpi_lane, base); in to_ulpi_lane() 106 return container_of(lane, struct tegra_xusb_hsic_lane, base); in to_hsic_lane() 116 return container_of(lane, struct tegra_xusb_pcie_lane, base); in to_pcie_lane() 126 return container_of(lane, struct tegra_xusb_sata_lane, base); in to_sata_lane() 181 return container_of(dev, struct tegra_xusb_pad, dev); in to_tegra_xusb_pad() 201 return container_of(pad, struct tegra_xusb_usb3_pad, base); in to_usb3_pad() 215 return container_of(pad, struct tegra_xusb_usb2_pad, base); in to_usb2_pad() 225 return container_of(pad, struct tegra_xusb_ulpi_pad, base); in to_ulpi_pad() [all …]
|
/Linux-v6.1/drivers/gpu/drm/ |
D | drm_simple_kms_helper.c | 91 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_mode_valid() 118 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_enable() 131 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_disable() 149 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_reset() 160 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_duplicate_state() 171 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_destroy_state() 182 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_enable_vblank() 193 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_disable_vblank() 220 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_atomic_check() 247 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_atomic_update() [all …]
|
/Linux-v6.1/security/tomoyo/ |
D | gc.c | 112 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(acl, typeof(*entry), head); in tomoyo_del_acl() [all …]
|
D | group.c | 24 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()
|
/Linux-v6.1/drivers/usb/gadget/function/ |
D | uvc_configfs.h | 21 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() 61 return container_of(to_config_group(item), struct uvcg_format, group); in to_uvcg_format() 74 return container_of(item, struct uvcg_streaming_header, item); in to_uvcg_streaming_header() 104 return container_of(item, struct uvcg_frame, item); in to_uvcg_frame() 118 return container_of(to_uvcg_format(item), struct uvcg_uncompressed, fmt); in to_uvcg_uncompressed() 132 return container_of(to_uvcg_format(item), struct uvcg_mjpeg, fmt); in to_uvcg_mjpeg()
|
/Linux-v6.1/drivers/misc/ |
D | tifm_core.c | 43 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() 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() [all …]
|
/Linux-v6.1/mm/damon/ |
D | sysfs.c | 45 struct damon_sysfs_ul_range *range = container_of(kobj, in min_show() 54 struct damon_sysfs_ul_range *range = container_of(kobj, in min_store() 70 struct damon_sysfs_ul_range *range = container_of(kobj, in max_show() 79 struct damon_sysfs_ul_range *range = container_of(kobj, in max_store() 94 kfree(container_of(kobj, struct damon_sysfs_ul_range, kobj)); in damon_sysfs_ul_range_release() 137 struct damon_sysfs_stats *stats = container_of(kobj, in nr_tried_show() 146 struct damon_sysfs_stats *stats = container_of(kobj, in sz_tried_show() 155 struct damon_sysfs_stats *stats = container_of(kobj, in nr_applied_show() 164 struct damon_sysfs_stats *stats = container_of(kobj, in sz_applied_show() 173 struct damon_sysfs_stats *stats = container_of(kobj, in qt_exceeds_show() [all …]
|
/Linux-v6.1/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_pipeline.h | 465 #define to_layer(c) container_of(c, struct komeda_layer, base) 466 #define to_compiz(c) container_of(c, struct komeda_compiz, base) 467 #define to_scaler(c) container_of(c, struct komeda_scaler, base) 468 #define to_splitter(c) container_of(c, struct komeda_splitter, base) 469 #define to_merger(c) container_of(c, struct komeda_merger, base) 470 #define to_improc(c) container_of(c, struct komeda_improc, base) 471 #define to_ctrlr(c) container_of(c, struct komeda_timing_ctrlr, base) 473 #define to_layer_st(c) container_of(c, struct komeda_layer_state, base) 474 #define to_compiz_st(c) container_of(c, struct komeda_compiz_state, base) 475 #define to_scaler_st(c) container_of(c, struct komeda_scaler_state, base) [all …]
|
D | komeda_kms.h | 129 #define to_kplane(p) container_of(p, struct komeda_plane, base) 130 #define to_kplane_st(p) container_of(p, struct komeda_plane_state, base) 131 #define to_kconn(p) container_of(p, struct komeda_wb_connector, base) 132 #define to_kcrtc(p) container_of(p, struct komeda_crtc, base) 133 #define to_kcrtc_st(p) container_of(p, struct komeda_crtc_state, base) 134 #define to_kdev(p) container_of(p, struct komeda_kms_dev, base) 135 #define to_wb_conn(x) container_of(x, struct drm_writeback_connector, base)
|
/Linux-v6.1/drivers/clk/ |
D | clk-wm831x.c | 27 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(hw, struct wm831x_clk, in wm831x_clkout_prepare() [all …]
|
/Linux-v6.1/drivers/md/persistent-data/ |
D | dm-space-map-disk.c | 36 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_destroy() 43 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_extend() 50 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_blocks() 58 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_nr_free() 67 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_get_count() 91 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_set_count() 105 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_inc_blocks() 118 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_dec_blocks() 131 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_new_block() 160 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_commit() [all …]
|
D | dm-space-map-metadata.c | 275 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_destroy() 282 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_nr_blocks() 291 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_nr_free() 304 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_get_count() 344 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_count_is_more_than_one() 396 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_set_count() 414 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_inc_blocks() 433 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_dec_blocks() 450 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_new_block_() 486 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_new_block() [all …]
|
/Linux-v6.1/kernel/trace/ |
D | rethook.c | 28 rhn = container_of(node, struct rethook_node, llist); in rethook_flush_task() 38 struct rethook *rh = container_of(head, struct rethook, rcu); in rethook_free_rcu() 45 rhn = container_of(node, struct rethook_node, freelist); in rethook_free_rcu() 116 struct rethook_node *node = container_of(head, struct rethook_node, rcu); in free_rethook_node_rcu() 172 return container_of(fn, struct rethook_node, freelist); in rethook_try_get() 209 rh = container_of(node, struct rethook_node, llist); in __rethook_find_ret_addr() 252 rhn = container_of(*cur, struct rethook_node, llist); in rethook_find_ret_addr() 299 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler() 320 rhn = container_of(first, struct rethook_node, llist); in rethook_trampoline_handler()
|
/Linux-v6.1/drivers/infiniband/core/ |
D | restrack.c | 131 return container_of(res, struct ib_pd, res)->device; in res_to_dev() 133 return container_of(res, struct ib_cq, res)->device; in res_to_dev() 135 return container_of(res, struct ib_qp, res)->device; in res_to_dev() 137 return container_of(res, struct rdma_id_private, in res_to_dev() 140 return container_of(res, struct ib_mr, res)->device; in res_to_dev() 142 return container_of(res, struct ib_ucontext, res)->device; in res_to_dev() 144 return container_of(res, struct rdma_counter, res)->device; in res_to_dev() 146 return container_of(res, struct ib_srq, res)->device; in res_to_dev() 239 struct ib_qp *qp = container_of(res, struct ib_qp, res); in rdma_restrack_add() 254 counter = container_of(res, struct rdma_counter, res); in rdma_restrack_add() [all …]
|
/Linux-v6.1/drivers/infiniband/ulp/rtrs/ |
D | rtrs-clt-sysfs.c | 23 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_path_release() 37 stats = container_of(kobj, struct rtrs_clt_stats, kobj_stats); in rtrs_clt_path_stats_release() 53 struct rtrs_clt_sess *clt = container_of(dev, struct rtrs_clt_sess, in max_reconnect_attempts_show() 67 struct rtrs_clt_sess *clt = container_of(dev, struct rtrs_clt_sess, in max_reconnect_attempts_store() 97 clt = container_of(dev, struct rtrs_clt_sess, dev); in mpath_policy_show() 124 clt = container_of(dev, struct rtrs_clt_sess, dev); in mpath_policy_store() 178 clt = container_of(dev, struct rtrs_clt_sess, dev); in add_path_store() 203 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_state_show() 226 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_reconnect_store() 255 clt_path = container_of(kobj, struct rtrs_clt_path, kobj); in rtrs_clt_disconnect_store() [all …]
|
/Linux-v6.1/drivers/target/ |
D | target_core_fabric_configfs.c | 71 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(group, in target_fabric_make_nodeacl() [all …]
|
/Linux-v6.1/drivers/infiniband/hw/usnic/ |
D | usnic_ib.h | 103 return container_of(ibdev, struct usnic_ib_dev, ib_dev); in to_usdev() 109 return container_of(ibucontext, struct usnic_ib_ucontext, ibucontext); in to_ucontext() 115 return container_of(ibpd, struct usnic_ib_pd, ibpd); in to_upd() 121 return container_of(ibucontext, struct usnic_ib_ucontext, ibucontext); in to_uucontext() 127 return container_of(ibmr, struct usnic_ib_mr, ibmr); in to_umr()
|
/Linux-v6.1/scripts/gdb/linux/ |
D | device.py | 8 from linux.utils import container_of 37 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj') 38 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys') 44 subsys = container_of(kobj, kset_type.get_type().pointer(), 'kobj') 45 subsys_priv = container_of(subsys, subsys_private_type.get_type().pointer(), 'subsys') 74 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_bus') 80 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_class') 86 dp = container_of(kn, device_private_type.get_type().pointer(), 'knode_parent')
|
/Linux-v6.1/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 164 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_fabric_wwn() 173 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_tag() 180 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode() 188 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode_cache() 196 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_write_protect() 204 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_prod_write_protect() 212 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode_login_only() 220 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_prot_fabric_only() 228 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_tpg_get_inst_index() 236 struct qla_tgt_mgmt_cmd *mcmd = container_of(work, in tcm_qla2xxx_complete_mcmd() [all …]
|
/Linux-v6.1/drivers/scsi/elx/efct/ |
D | efct_lio.c | 83 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_tpg_enable_show() 94 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_tpg_enable_store() 141 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_npiv_tpg_enable_show() 152 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_npiv_tpg_enable_store() 215 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_get_fabric_wwn() 223 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_get_npiv_fabric_wwn() 231 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_get_tag() 239 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_get_npiv_tag() 257 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_check_demo_write_protect() 266 container_of(se_tpg, struct efct_lio_tpg, tpg); in efct_lio_npiv_check_demo_write_protect() [all …]
|
/Linux-v6.1/drivers/infiniband/hw/mthca/ |
D | mthca_provider.h | 283 return container_of(ibucontext, struct mthca_ucontext, ibucontext); in to_mucontext() 288 return container_of(ibmr, struct mthca_mr, ibmr); in to_mmr() 293 return container_of(ibpd, struct mthca_pd, ibpd); in to_mpd() 298 return container_of(ibah, struct mthca_ah, ibah); in to_mah() 303 return container_of(ibcq, struct mthca_cq, ibcq); in to_mcq() 308 return container_of(ibsrq, struct mthca_srq, ibsrq); in to_msrq() 313 return container_of(ibqp, struct mthca_qp, ibqp); in to_mqp()
|
/Linux-v6.1/drivers/net/wireless/realtek/rtw89/ |
D | ser.c | 151 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in ser_state_run() 165 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in ser_state_goto() 194 struct rtw89_ser *ser = container_of(work, struct rtw89_ser, in rtw89_ser_hdl_work() 205 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in ser_send_msg() 227 struct rtw89_ser *ser = container_of(work, struct rtw89_ser, in rtw89_ser_alarm_work() 236 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in ser_set_alarm() 255 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in drv_stop_tx() 263 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in drv_stop_rx() 271 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in drv_trx_reset() 278 struct rtw89_dev *rtwdev = container_of(ser, struct rtw89_dev, ser); in drv_resume_tx() [all …]
|
/Linux-v6.1/drivers/md/bcache/ |
D | request.c | 60 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_keys() 110 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_invalidate() 141 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_error() 172 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_endio() 189 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_start() 310 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert() 487 struct bbio *b = container_of(bio, struct bbio, bio); in bch_cache_read_endio() 489 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() 515 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() 554 bio_key = &container_of(n, struct bbio, bio)->key; in cache_lookup_fn() [all …]
|
/Linux-v6.1/fs/nfs/ |
D | dns_resolve.c | 79 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_update() 80 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_update() 92 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_init() 93 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_init() 110 item = container_of(head, struct nfs_dns_ent, rcu_head); in nfs_dns_ent_free_rcu() 119 item = container_of(ref, struct nfs_dns_ent, h.ref); in nfs_dns_ent_put() 145 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_request() 154 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_upcall() 170 a = container_of(ca, struct nfs_dns_ent, h); in nfs_dns_match() 171 b = container_of(cb, struct nfs_dns_ent, h); in nfs_dns_match() [all …]
|