Lines Matching defs:block
37 SLOGD("| Super block |\n");
191 SLOGE("Not a valid F2FS super block. Magic:%#08x != %#08x",
222 /* Read the 1st cp block in this CP pack */
235 /* Read the 2nd cp block in this CP pack */
329 SLOGD("Reading cache block starting at block %"PRIu64, address);
331 SLOGE("Could not read sit block at block %"PRIu64, address);
489 u64 block;
492 block = startblock;
493 while (block < info->total_blocks) {
495 if (block < info->main_blkaddr) {
496 if (func(block, data)) {
502 segnum = (block - info->main_blkaddr)/info->blocks_per_segment;
520 block_offset = (block - info->main_blkaddr) % info->blocks_per_segment;
523 block += info->blocks_per_segment;
529 if (func(block, data))
533 block++;
551 * This is a simple test program. It performs a block to block copy of a