Home
last modified time | relevance | path

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

/arch/sparc/kernel/
Dmdesc.c94 static bool vdev_port_node_match(union md_node_info *a_node_info,
100 static bool ds_port_node_match(union md_node_info *a_node_info,
373 static bool vdev_port_node_match(union md_node_info *a_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()
379 if (a_node_info->vdev_port.parent_cfg_hdl != in vdev_port_node_match()
383 if (strncmp(a_node_info->vdev_port.name, in vdev_port_node_match()
409 static bool ds_port_node_match(union md_node_info *a_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()
428 union md_node_info a_node_info; in invoke_on_missing() local
451 rv = get_info_func(a, a_node, &a_node_info); in invoke_on_missing()
[all …]