/Linux-v4.19/drivers/infiniband/core/ |
D | restrack.c | 51 dev = container_of(res, struct ib_device, res); in rdma_restrack_clean() 100 pd = container_of(res, struct ib_qp, res)->pd; in set_kern_name() 108 pd = container_of(res, struct ib_mr, res)->pd; in set_kern_name() 124 return container_of(res, struct ib_pd, res)->device; in res_to_dev() 126 return container_of(res, struct ib_cq, res)->device; in res_to_dev() 128 return container_of(res, struct ib_qp, res)->device; in res_to_dev() 130 return container_of(res, struct rdma_id_private, in res_to_dev() 133 return container_of(res, struct ib_mr, res)->device; in res_to_dev() 144 return container_of(res, struct ib_pd, res)->uobject; in res_is_user() 146 return container_of(res, struct ib_cq, res)->uobject; in res_is_user() [all …]
|
/Linux-v4.19/drivers/phy/tegra/ |
D | xusb.h | 66 return container_of(lane, struct tegra_xusb_usb2_lane, base); in to_usb2_lane() 76 return container_of(lane, struct tegra_xusb_ulpi_lane, base); in to_ulpi_lane() 95 return container_of(lane, struct tegra_xusb_hsic_lane, base); in to_hsic_lane() 105 return container_of(lane, struct tegra_xusb_pcie_lane, base); in to_pcie_lane() 115 return container_of(lane, struct tegra_xusb_sata_lane, base); in to_sata_lane() 161 return container_of(dev, struct tegra_xusb_pad, dev); in to_tegra_xusb_pad() 182 return container_of(pad, struct tegra_xusb_usb2_pad, base); in to_usb2_pad() 192 return container_of(pad, struct tegra_xusb_ulpi_pad, base); in to_ulpi_pad() 205 return container_of(pad, struct tegra_xusb_hsic_pad, base); in to_hsic_pad() 220 return container_of(pad, struct tegra_xusb_pcie_pad, base); in to_pcie_pad() [all …]
|
/Linux-v4.19/security/tomoyo/ |
D | gc.c | 110 container_of(element, typeof(*ptr), head.list); in tomoyo_del_transition_control() 125 container_of(element, typeof(*ptr), head.list); in tomoyo_del_aggregator() 140 container_of(element, typeof(*ptr), head.list); in tomoyo_del_manager() 154 container_of(element, typeof(*acl), list); in tomoyo_del_acl() 160 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 167 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 175 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 183 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 193 = container_of(acl, typeof(*entry), head); in tomoyo_del_acl() 203 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()
|
D | file.c | 254 const struct tomoyo_path_acl *acl = container_of(ptr, typeof(*acl), in tomoyo_check_path_acl() 277 container_of(ptr, typeof(*acl), head); in tomoyo_check_path_number_acl() 297 container_of(ptr, typeof(*acl), head); in tomoyo_check_path2_acl() 316 container_of(ptr, typeof(*acl), head); in tomoyo_check_mkdev_acl() 339 const struct tomoyo_path_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_path_acl() 340 const struct tomoyo_path_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_path_acl() 357 u16 * const a_perm = &container_of(a, struct tomoyo_path_acl, head) in tomoyo_merge_path_acl() 360 const u16 b_perm = container_of(b, struct tomoyo_path_acl, head)->perm; in tomoyo_merge_path_acl() 408 const struct tomoyo_mkdev_acl *p1 = container_of(a, typeof(*p1), head); in tomoyo_same_mkdev_acl() 409 const struct tomoyo_mkdev_acl *p2 = container_of(b, typeof(*p2), head); in tomoyo_same_mkdev_acl() [all …]
|
/Linux-v4.19/drivers/misc/ |
D | tifm_core.c | 47 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_bus_match() 48 struct tifm_driver *fm_drv = container_of(drv, struct tifm_driver, in tifm_bus_match() 64 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_uevent() 74 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_probe() 75 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_probe() 96 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_remove() 97 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_remove() 115 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_suspend() 116 struct tifm_driver *drv = container_of(dev->driver, struct tifm_driver, in tifm_device_suspend() 126 struct tifm_dev *sock = container_of(dev, struct tifm_dev, dev); in tifm_device_resume() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/mthca/ |
D | mthca_provider.h | 301 return container_of(ibucontext, struct mthca_ucontext, ibucontext); in to_mucontext() 306 return container_of(ibmr, struct mthca_fmr, ibmr); in to_mfmr() 311 return container_of(ibmr, struct mthca_mr, ibmr); in to_mmr() 316 return container_of(ibpd, struct mthca_pd, ibpd); in to_mpd() 321 return container_of(ibah, struct mthca_ah, ibah); in to_mah() 326 return container_of(ibcq, struct mthca_cq, ibcq); in to_mcq() 331 return container_of(ibsrq, struct mthca_srq, ibsrq); in to_msrq() 336 return container_of(ibqp, struct mthca_qp, ibqp); in to_mqp() 341 return container_of(qp, struct mthca_sqp, qp); in to_msqp()
|
/Linux-v4.19/drivers/md/persistent-data/ |
D | dm-space-map-metadata.c | 276 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_() 474 struct sm_metadata *smm = container_of(sm, struct sm_metadata, sm); in sm_metadata_new_block() [all …]
|
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() 92 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_set_count() 130 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_inc_block() 148 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_dec_block() 168 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_new_block() 189 struct sm_disk *smd = container_of(sm, struct sm_disk, sm); in sm_disk_commit() [all …]
|
/Linux-v4.19/drivers/clk/ |
D | clk-wm831x.c | 32 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_xtal_is_prepared() 41 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_xtal_recalc_rate() 73 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_is_prepared() 90 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_prepare() 108 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_unprepare() 121 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_recalc_rate() 158 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_set_rate() 183 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_fll_get_parent() 238 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_clkout_is_prepared() 255 struct wm831x_clk *clkdata = container_of(hw, struct wm831x_clk, in wm831x_clkout_prepare() [all …]
|
/Linux-v4.19/drivers/target/ |
D | target_core_fabric_configfs.c | 79 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_link() 90 lun = container_of(to_config_group(lun_ci), struct se_lun, lun_group); in target_fabric_mappedlun_link() 153 struct se_lun_acl *lacl = container_of(to_config_group(lun_acl_ci), in target_fabric_mappedlun_unlink() 155 struct se_lun *lun = container_of(to_config_group(lun_ci), in target_fabric_mappedlun_unlink() 163 return container_of(to_config_group(item), struct se_lun_acl, in item_to_lun_acl() 222 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_mappedlun_release() 276 struct se_node_acl *se_nacl = container_of(group, in target_fabric_make_mappedlun() 337 struct se_lun_acl *lacl = container_of(to_config_group(item), in target_fabric_drop_mappedlun() 348 struct se_node_acl *se_nacl = container_of(to_config_group(item), in target_fabric_nacl_base_release() 384 struct se_portal_group *se_tpg = container_of(group, in target_fabric_make_nodeacl() [all …]
|
/Linux-v4.19/fs/cachefiles/ |
D | interface.c | 38 cache = container_of(_cache, struct cachefiles_cache, cache); in cachefiles_alloc_object() 133 cache = container_of(_object->cache, struct cachefiles_cache, cache); in cachefiles_lookup_object() 134 parent = container_of(_object->parent, in cachefiles_lookup_object() 136 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_object() 170 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_lookup_complete() 190 container_of(_object, struct cachefiles_object, fscache); in cachefiles_grab_object() 220 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_update_object() 221 cache = container_of(object->fscache.cache, struct cachefiles_cache, in cachefiles_update_object() 275 object = container_of(_object, struct cachefiles_object, fscache); in cachefiles_drop_object() 280 cache = container_of(object->fscache.cache, in cachefiles_drop_object() [all …]
|
/Linux-v4.19/drivers/infiniband/hw/usnic/ |
D | usnic_ib.h | 99 return container_of(ibdev, struct usnic_ib_dev, ib_dev); in to_usdev() 105 return container_of(ibucontext, struct usnic_ib_ucontext, ibucontext); in to_ucontext() 111 return container_of(ibpd, struct usnic_ib_pd, ibpd); in to_upd() 117 return container_of(ibucontext, struct usnic_ib_ucontext, ibucontext); in to_uucontext() 123 return container_of(ibmr, struct usnic_ib_mr, ibmr); in to_umr()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | sysfs.c | 66 container_of(kobj, struct hfi1_pportdata, pport_cc_kobj); in read_cc_table_bin() 115 container_of(kobj, struct hfi1_pportdata, pport_cc_kobj); in read_cc_setting_bin() 175 container_of(attr, struct hfi1_port_attr, attr); in cc_attr_show() 177 container_of(kobj, struct hfi1_pportdata, pport_cc_kobj); in cc_attr_show() 186 container_of(attr, struct hfi1_port_attr, attr); in cc_attr_store() 188 container_of(kobj, struct hfi1_pportdata, pport_cc_kobj); in cc_attr_store() 294 container_of(attr, struct hfi1_sc2vl_attr, attr); in sc2vl_attr_show() 296 container_of(kobj, struct hfi1_pportdata, sc2vl_kobj); in sc2vl_attr_show() 399 container_of(attr, struct hfi1_sl2sc_attr, attr); in sl2sc_attr_show() 401 container_of(kobj, struct hfi1_pportdata, sl2sc_kobj); in sl2sc_attr_show() [all …]
|
/Linux-v4.19/drivers/scsi/qla2xxx/ |
D | tcm_qla2xxx.c | 188 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_fabric_wwn() 197 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_get_tag() 204 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode() 212 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode_cache() 220 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_write_protect() 228 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_prod_write_protect() 236 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_demo_mode_login_only() 244 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_check_prot_fabric_only() 252 struct tcm_qla2xxx_tpg *tpg = container_of(se_tpg, in tcm_qla2xxx_tpg_get_inst_index() 260 struct qla_tgt_mgmt_cmd *mcmd = container_of(work, in tcm_qla2xxx_complete_mcmd() [all …]
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_simple_kms_helper.c | 43 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_mode_valid() 70 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_enable() 83 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_disable() 101 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_enable_vblank() 112 pipe = container_of(crtc, struct drm_simple_display_pipe, crtc); in drm_simple_kms_crtc_disable_vblank() 137 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_atomic_check() 162 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_atomic_update() 174 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_prepare_fb() 186 pipe = container_of(plane, struct drm_simple_display_pipe, plane); in drm_simple_kms_plane_cleanup_fb()
|
/Linux-v4.19/include/crypto/internal/ |
D | aead.h | 50 return container_of(&inst->alg.base, struct crypto_instance, alg); in aead_crypto_instance() 55 return container_of(&inst->alg, struct aead_instance, alg.base); in aead_instance() 86 return container_of(req, struct aead_request, base); in aead_request_cast() 106 return container_of(spawn->base.alg, struct aead_alg, base); in crypto_spawn_aead_alg() 150 return req ? container_of(req, struct aead_request, base) : NULL; in aead_dequeue_request() 159 return req ? container_of(req, struct aead_request, base) : NULL; in aead_get_backlog()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_sysfs.c | 217 container_of(kobj, struct qib_pportdata, pport_cc_kobj); in read_cc_table_bin() 267 container_of(kobj, struct qib_pportdata, pport_cc_kobj); in read_cc_setting_bin() 300 container_of(attr, struct qib_port_attr, attr); in qib_portattr_show() 302 container_of(kobj, struct qib_pportdata, pport_kobj); in qib_portattr_show() 311 container_of(attr, struct qib_port_attr, attr); in qib_portattr_store() 313 container_of(kobj, struct qib_pportdata, pport_kobj); in qib_portattr_store() 384 container_of(attr, struct qib_sl2vl_attr, attr); in sl2vl_attr_show() 386 container_of(kobj, struct qib_pportdata, sl2vl_kobj); in sl2vl_attr_show() 492 container_of(attr, struct qib_diagc_attr, attr); in def_write_per_cpu() 494 container_of(kobj, struct qib_pportdata, diagc_kobj); in def_write_per_cpu() [all …]
|
/Linux-v4.19/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_dim.c | 46 struct net_dim *dim = container_of(work, struct net_dim, work); in mlx5e_rx_dim_work() 47 struct mlx5e_rq *rq = container_of(dim, struct mlx5e_rq, dim); in mlx5e_rx_dim_work() 56 struct net_dim *dim = container_of(work, struct net_dim, work); in mlx5e_tx_dim_work() 57 struct mlx5e_txqsq *sq = container_of(dim, struct mlx5e_txqsq, dim); in mlx5e_tx_dim_work()
|
/Linux-v4.19/drivers/dma/sh/ |
D | shdma.h | 59 #define to_sh_chan(chan) container_of(chan, struct sh_dmae_chan, shdma_chan) 60 #define to_sh_desc(lh) container_of(lh, struct sh_desc, node) 61 #define tx_to_sh_desc(tx) container_of(tx, struct sh_desc, async_tx) 62 #define to_sh_dev(chan) container_of(chan->shdma_chan.dma_chan.device,\
|
/Linux-v4.19/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() 122 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_invalidate() 153 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_error() 184 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_endio() 201 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert_start() 322 struct data_insert_op *op = container_of(cl, struct data_insert_op, cl); in bch_data_insert() 489 struct bbio *b = container_of(bio, struct bbio, bio); in bch_cache_read_endio() 491 struct search *s = container_of(cl, struct search, cl); in bch_cache_read_endio() 517 struct search *s = container_of(op, struct search, op); in cache_lookup_fn() 556 bio_key = &container_of(n, struct bbio, bio)->key; in cache_lookup_fn() [all …]
|
/Linux-v4.19/net/sunrpc/ |
D | svcauth_unix.c | 42 struct unix_domain *ud = container_of(dom, struct unix_domain, h); in svcauth_unix_domain_release() 98 struct cache_head *item = container_of(kref, struct cache_head, ref); in ip_map_put() 99 struct ip_map *im = container_of(item, struct ip_map,h); in ip_map_put() 113 struct ip_map *orig = container_of(corig, struct ip_map, h); in ip_map_match() 114 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_match() 120 struct ip_map *new = container_of(cnew, struct ip_map, h); in ip_map_init() 121 struct ip_map *item = container_of(citem, struct ip_map, h); in ip_map_init() 128 struct ip_map *new = container_of(cnew, struct ip_map, h); in update() 129 struct ip_map *item = container_of(citem, struct ip_map, h); in update() 148 struct ip_map *im = container_of(h, struct ip_map, h); in ip_map_request() [all …]
|
/Linux-v4.19/drivers/target/iscsi/ |
D | iscsi_target_configfs.c | 44 return container_of(to_tpg_np(item), struct iscsi_tpg_np, se_tpg_np); in to_iscsi_tpg_np() 222 tpg = container_of(se_tpg, struct iscsi_portal_group, tpg_se_tpg); in lio_target_call_addnptotpg() 264 tpg_np = container_of(se_tpg_np, struct iscsi_tpg_np, se_tpg_np); in lio_target_call_delnpfromtpg() 293 struct iscsi_node_acl *nacl = container_of(se_nacl, struct iscsi_node_acl, \ 303 struct iscsi_node_acl *nacl = container_of(se_nacl, struct iscsi_node_acl, \ 389 return __iscsi_nacl_auth_##name##_show(container_of(nacl, \ 396 return __iscsi_nacl_auth_##name##_store(container_of(nacl, \ 429 return __iscsi_nacl_auth_##name##_show(container_of(nacl, \ 635 struct iscsi_portal_group *tpg = container_of(se_tpg, in lio_target_nacl_cmdsn_depth_store() 713 container_of(se_nacl, struct iscsi_node_acl, se_node_acl); in lio_target_init_nodeacl() [all …]
|
/Linux-v4.19/drivers/memstick/core/ |
D | memstick.c | 46 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_bus_match() 48 struct memstick_driver *ms_drv = container_of(drv, in memstick_bus_match() 65 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_uevent() 82 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_probe() 84 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_probe() 99 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_remove() 101 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_remove() 118 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_suspend() 120 struct memstick_driver *drv = container_of(dev->driver, in memstick_device_suspend() 131 struct memstick_dev *card = container_of(dev, struct memstick_dev, in memstick_device_resume() [all …]
|
/Linux-v4.19/fs/nfs/ |
D | dns_resolve.c | 77 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_update() 78 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_update() 90 new = container_of(cnew, struct nfs_dns_ent, h); in nfs_dns_ent_init() 91 key = container_of(ckey, struct nfs_dns_ent, h); in nfs_dns_ent_init() 108 item = container_of(ref, struct nfs_dns_ent, h.ref); in nfs_dns_ent_put() 135 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_request() 144 struct nfs_dns_ent *key = container_of(ch, struct nfs_dns_ent, h); in nfs_dns_upcall() 159 a = container_of(ca, struct nfs_dns_ent, h); in nfs_dns_match() 160 b = container_of(cb, struct nfs_dns_ent, h); in nfs_dns_match() 177 item = container_of(h, struct nfs_dns_ent, h); in nfs_dns_show() [all …]
|