Searched refs:a_node_info (Results 1 – 1 of 1) sorted by relevance
96 static bool vdev_port_node_match(union md_node_info *a_node_info,102 static bool ds_port_node_match(union md_node_info *a_node_info,375 static bool vdev_port_node_match(union md_node_info *a_node_info, in vdev_port_node_match() argument378 if (a_node_info->vdev_port.id != b_node_info->vdev_port.id) in vdev_port_node_match()381 if (a_node_info->vdev_port.parent_cfg_hdl != in vdev_port_node_match()385 if (strncmp(a_node_info->vdev_port.name, in vdev_port_node_match()411 static bool ds_port_node_match(union md_node_info *a_node_info, in ds_port_node_match() argument414 if (a_node_info->ds_port.id != b_node_info->ds_port.id) in ds_port_node_match()430 union md_node_info a_node_info; in invoke_on_missing() local453 rv = get_info_func(a, a_node, &a_node_info); in invoke_on_missing()[all …]