Lines Matching full:blocks
283 // anything other than whole blocks; unpredictable things will result.
341 // Read complete blocks directly into the user's buffer
425 continue; // Don't try to erase known factory-bad blocks.
480 // Coalesce partial writes into complete blocks
495 // Write complete blocks directly from the user's buffer
505 off_t mtd_erase_blocks(MtdWriteContext *ctx, int blocks)
519 if (blocks < 0) blocks = total;
520 if (blocks > total) {
525 // Erase the specified number of blocks
526 while (blocks-- > 0) {
531 continue; // Don't try to erase known factory-bad blocks.