Searched refs:md_node_ops_table (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/sparc/kernel/
H A Dmdesc.c106 static struct md_node_ops md_node_ops_table[] = { variable in typeref:struct:md_node_ops
133 for (i = 0; md_node_ops_table[i].name != NULL; i++) {
134 if (strcmp(md_node_ops_table[i].name, node_name) == 0) {
136 *get_info_f = md_node_ops_table[i].get_info;
139 *rel_info_f = md_node_ops_table[i].rel_info;
142 *match_f = md_node_ops_table[i].node_match;
297 for (i = 0; md_node_ops_table[i].name != NULL; i++) {
298 if (strcmp(md_node_ops_table[i].name, client->node_name) == 0) {

Completed in 122 milliseconds