Lines Matching refs:nodes
469 * The bitmaps are not same for different nodes
475 * different nodes are match up well.
729 * 4. Upconverts ack lock resource from CR to EX. This forces the BAST on other nodes
730 * and the other nodes read the message. The thread will wait here until all other
731 * nodes have released ack lock resource.
857 static int join(struct mddev *mddev, int nodes)
885 if (nodes < cinfo->slot_number) {
887 cinfo->slot_number, nodes);
1133 * We need to ensure all the nodes can grow to a larger
1140 for (i = 0; i < mddev->bitmap_info.nodes; i++) {
1192 int node_num = mddev->bitmap_info.nodes;
1248 * 2. send METADATA_UPDATED msg to other nodes.
1251 * let other nodes to perform it. If one node can't update sync_size
1278 * We can only change capiticy after all the nodes can do it,
1279 * so need to wait after other nodes already received the msg
1297 * have already updated in other nodes as expected, send an
1491 kcalloc(mddev->bitmap_info.nodes - 1,
1499 for (slot = 0; slot < mddev->bitmap_info.nodes; slot++) {
1526 for (i = 0; i < mddev->bitmap_info.nodes - 1; i++) {
1550 for (sn = 0; sn < mddev->bitmap_info.nodes; sn++) {