Searched refs:fs_param (Results 1 – 1 of 1) sorted by relevance
108 static struct ext2_super_block fs_param; variable672 if (ext2fs_blocks_count(&fs_param) != ext2fs_blocks_count(s)) in show_stats()674 ext2fs_blocks_count(&fs_param) - ext2fs_blocks_count(s)); in show_stats()820 if (!ext2fs_has_feature_64bit(&fs_param)) { in parse_extended_opts()1618 memset(&fs_param, 0, sizeof(struct ext2_super_block)); in PRS()1619 fs_param.s_rev_level = 1; /* Create revision 1 filesystems now */ in PRS()1622 fs_param.s_rev_level = 0; in PRS()1650 fs_param.s_log_block_size = in PRS()1698 fs_param.s_blocks_per_group = strtoul(optarg, &tmp, 0); in PRS()1704 if ((fs_param.s_blocks_per_group % 8) != 0) { in PRS()[all …]