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

/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_set.c1527 int max_node = 0; local
1583 * set max_node so that in the
1588 max_node = nd->nd_nodeid;
1597 max_node = 0;
1640 * set max_node so that in the
1645 max_node = i;
1651 max_node = i; /* now MD_MAXSIDES */
1770 * max_node will either be MD_MAXSIDES or array index of the last
1772 * diskset. For a MN diskset, max_node is the node_id of the node
1782 if (nd->nd_nodeid == max_node)
[all...]

Completed in 63 milliseconds