Searched refs:fs_param (Results 1 – 1 of 1) sorted by relevance
105 static struct ext2_super_block fs_param; variable662 if (ext2fs_blocks_count(&fs_param) != ext2fs_blocks_count(s)) in show_stats()664 ext2fs_blocks_count(&fs_param) - ext2fs_blocks_count(s)); in show_stats()808 if (!ext2fs_has_feature_64bit(&fs_param)) { in parse_extended_opts()1548 memset(&fs_param, 0, sizeof(struct ext2_super_block)); in PRS()1549 fs_param.s_rev_level = 1; /* Create revision 1 filesystems now */ in PRS()1552 fs_param.s_rev_level = 0; in PRS()1580 fs_param.s_log_block_size = in PRS()1628 fs_param.s_blocks_per_group = strtoul(optarg, &tmp, 0); in PRS()1634 if ((fs_param.s_blocks_per_group % 8) != 0) { in PRS()[all …]