Lines Matching full:blocksize
156 inodes_per_block = (current_fs->blocksize
338 unsigned int blocksize = 1024;
363 blocksize = EXT2_BLOCK_SIZE(sb);
364 blocknr = (blocksize == 1024) ? 2 : 1;
369 fprintf(out_file, "\tblocksize=%d\n", blocksize);
377 retval = read_journal_block(cmdname, source, blocknr*blocksize,
388 blocksize = be32_to_cpu(jsb->s_blocksize);
401 blocknr*blocksize, buf,
402 blocksize, &got);
403 if (retval || got != blocksize)
435 &blocknr, blocksize,
447 blocknr, blocksize,
466 unsigned int *blockp, int blocksize,
498 if (offset > blocksize)
508 blocknr, tag_block, tag_flags, blocksize,
523 int blocksize EXT2FS_ATTR((unused)),
574 int blocksize,
612 blocksize * log_blocknr,
613 buf, blocksize, &got);
669 do_hexdump(out_file, buf, blocksize);
673 static void do_hexdump (FILE *out_file, char *buf, int blocksize)
683 for (i=0; i<blocksize; i+=16) {