Lines Matching refs:nodes
469 * The bitmaps are not same for different nodes
475 * different nodes are match up well.
732 * 4. Upconverts ack lock resource from CR to EX. This forces the BAST on other nodes
733 * and the other nodes read the message. The thread will wait here until all other
734 * nodes have released ack lock resource.
860 static int join(struct mddev *mddev, int nodes)
888 if (nodes < cinfo->slot_number) {
890 cinfo->slot_number, nodes);
1137 * We need to ensure all the nodes can grow to a larger
1144 for (i = 0; i < mddev->bitmap_info.nodes; i++) {
1196 int node_num = mddev->bitmap_info.nodes;
1252 * 2. send METADATA_UPDATED msg to other nodes.
1255 * let other nodes to perform it. If one node can't update sync_size
1282 * We can only change capiticy after all the nodes can do it,
1283 * so need to wait after other nodes already received the msg
1301 * have already updated in other nodes as expected, send an
1492 kcalloc(mddev->bitmap_info.nodes - 1,
1500 for (slot = 0; slot < mddev->bitmap_info.nodes; slot++) {
1527 for (i = 0; i < mddev->bitmap_info.nodes - 1; i++) {
1551 for (sn = 0; sn < mddev->bitmap_info.nodes; sn++) {