Home
last modified time | relevance | path

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

/linux/arch/sparc/kernel/
H A Dmdesc.c97 union md_node_info *b_node_info);
103 union md_node_info *b_node_info);
376 union md_node_info *b_node_info) in vdev_port_node_match() argument
378 if (a_node_info->vdev_port.id != b_node_info->vdev_port.id) in vdev_port_node_match()
382 b_node_info->vdev_port.parent_cfg_hdl) in vdev_port_node_match()
386 b_node_info->vdev_port.name, MDESC_MAX_STR_LEN) != 0) in vdev_port_node_match()
412 union md_node_info *b_node_info) in ds_port_node_match() argument
414 if (a_node_info->ds_port.id != b_node_info->ds_port.id) in ds_port_node_match()
431 union md_node_info b_node_info; in invoke_on_missing() local
462 rv = get_info_func(b, b_node, &b_node_info); in invoke_on_missing()
[all …]