Home
last modified time | relevance | path

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

/Linux-v5.4/arch/sparc/kernel/
Dmdesc.c95 static bool vdev_port_node_match(union md_node_info *a_node_info,
101 static bool ds_port_node_match(union md_node_info *a_node_info,
374 static bool vdev_port_node_match(union md_node_info *a_node_info, in vdev_port_node_match() argument
377 if (a_node_info->vdev_port.id != b_node_info->vdev_port.id) in vdev_port_node_match()
380 if (a_node_info->vdev_port.parent_cfg_hdl != in vdev_port_node_match()
384 if (strncmp(a_node_info->vdev_port.name, in vdev_port_node_match()
410 static bool ds_port_node_match(union md_node_info *a_node_info, in ds_port_node_match() argument
413 if (a_node_info->ds_port.id != b_node_info->ds_port.id) in ds_port_node_match()
429 union md_node_info a_node_info; in invoke_on_missing() local
452 rv = get_info_func(a, a_node, &a_node_info); in invoke_on_missing()
[all …]