Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:blocksize

80 		_("Usage: %s [-panyrcdfvtDFV] [-b superblock] [-B blocksize]\n"
95 " -B blocksize Force blocksize when looking for superblock\n"
760 ctx->blocksize = atoi(optarg);
941 if (ctx->superblock && ctx->blocksize) {
943 flags, ctx->superblock, ctx->blocksize,
946 int blocksize;
947 for (blocksize = EXT2_MIN_BLOCK_SIZE;
948 blocksize <= EXT2_MAX_BLOCK_SIZE; blocksize *= 2) {
955 ctx->superblock, blocksize,
1153 __u32 blocksize = EXT2_BLOCK_SIZE(fs->super);
1157 blocksize,
1171 blocksize,
1319 * fs->blocksize > page_size, set the number of blocks per
1327 ctx->blocks_per_page = sys_page_size / fs->blocksize;