Lines Matching defs:bytes
63 /* This buffer contains all 0xFF bytes */
113 pr_err("failed to read %zd bytes from EB %d, "
157 " bytes\n", err, ebnum, written);
161 pr_info("written only %zd bytes of %zd, but no error"
202 "bytes.\n");
260 /* Check if the eraseblocks contain only 0xFF bytes */
376 int bytes, bits, pages, first;
383 bytes = bits = pages = 0;
385 if (countdiffs(written, read, i, pgsize, &bytes,
389 pr_info("verify fails on %d pages, %d bytes/%d bits\n",
390 pages, bytes, bits);
396 bytes = bits = 0;
397 first = countdiffs(written, read, i, pgsize, &bytes,
405 pr_info("Page %zd has %d bytes/%d bits failing verify,"
408 bytes, bits, first);
411 len = ((first + bytes) | 0x7) + 1 - offset;
448 * Count the number of differing bytes and bits and return the first differing