Searched defs:max_node (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c1552 int max_node = 0; local
1608 * set max_node so that in the
1613 max_node = nd->nd_nodeid;
1622 max_node = 0;
1665 * set max_node so that in the
1670 max_node = i;
1676 max_node = i; /* now MD_MAXSIDES */
1795 * max_node will either be MD_MAXSIDES or array index of the last
1797 * diskset. For a MN diskset, max_node is the node_id of the node
1807 if (nd->nd_nodeid == max_node)
[all...]

Completed in 30 milliseconds