Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:blocksize

454 	int			blocksize;
462 ctx->blocksize = fs->blocksize;
468 if (ctx->blocksize) {
469 ret_sb = ctx->blocksize * 8;
470 if (ctx->blocksize == 1024)
476 ctx->blocksize = 1024;
489 for (blocksize = EXT2_MIN_BLOCK_SIZE;
490 blocksize <= EXT2_MAX_BLOCK_SIZE ; blocksize *= 2) {
491 superblock = blocksize*8;
492 if (blocksize == 1024)
494 io_channel_set_blksize(io, blocksize);
503 (EXT2_BLOCK_SIZE(sb) == blocksize)) {
507 ctx->blocksize = blocksize;
578 buf = malloc(fs->blocksize * STRIDE_LENGTH);
584 memset(buf, 0, fs->blocksize * STRIDE_LENGTH);