Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/kernel/
Dmdesc.c97 union md_node_info *b_node_info);
103 union md_node_info *b_node_info);
374 union md_node_info *b_node_info) in vdev_port_node_match() argument
376 if (a_node_info->vdev_port.id != b_node_info->vdev_port.id) in vdev_port_node_match()
380 b_node_info->vdev_port.parent_cfg_hdl) in vdev_port_node_match()
384 b_node_info->vdev_port.name, MDESC_MAX_STR_LEN) != 0) in vdev_port_node_match()
410 union md_node_info *b_node_info) in ds_port_node_match() argument
412 if (a_node_info->ds_port.id != b_node_info->ds_port.id) in ds_port_node_match()
429 union md_node_info b_node_info; in invoke_on_missing() local
460 rv = get_info_func(b, b_node, &b_node_info); in invoke_on_missing()
[all …]