Lines Matching defs:NDISKS
18 #define NDISKS 64 /* Including P and Q */
20 static struct page *dataptrs[NDISKS];
21 unsigned int dataoffs[NDISKS];
22 static addr_conv_t addr_conv[NDISKS];
23 static struct page *data[NDISKS+3];
75 struct page *blocks[NDISKS];
80 BUG_ON(disks > NDISKS);
198 for (i = 0; i < NDISKS+3; i++) {
208 if (NDISKS > 4)
210 if (NDISKS > 5)
215 if (NDISKS > 12) {
224 if (NDISKS > 24)
227 err += test(NDISKS, &tests);
233 for (i = 0; i < NDISKS+3; i++)