Home | History | Annotate | Download | only in ext2fs

Lines Matching full:blocks

153 			     unsigned int blocks, unsigned int inodes,
160 ext2fs_blocks_count_set(&param, blocks);
196 unsigned int blocks = 128;
208 blocks = parse_ulong(optarg, argv[0],
209 "number of blocks", &err);
215 "number of blocks", &err);
229 fprintf(stderr, "%s: usage: setup [-b blocks] "
234 setup_filesystem(argv[0], blocks, inodes, type, flags);
316 printf("Marking blocks %u to %u\n", block, block + num - 1);
354 printf("Clearing blocks %u to %u\n", block, block + num - 1);
393 printf("Blocks %u to %u are %sall clear.\n",
635 unsigned int blocks = 128;
649 blocks = parse_ulong(optarg, argv[0],
650 "number of blocks", &err);
656 "number of blocks", &err);
698 setup_filesystem(argv[0], blocks, inodes, type, flags);