Searched refs:reserved_ratio (Results 1 – 6 of 6) sorted by relevance
6 reserved_ratio = 5.0
109 double reserved_ratio; in ext2fs_initialize() local448 reserved_ratio = 100.0 * ext2fs_r_blocks_count(param) / in ext2fs_initialize()450 ext2fs_r_blocks_count_set(super, reserved_ratio * in ext2fs_initialize()
1489 double reserved_ratio = -1.0; in PRS() local1738 reserved_ratio = strtod(optarg, &tmp); in PRS()1739 if ( *tmp || reserved_ratio > 50 || in PRS()1740 reserved_ratio < 0) { in PRS()2199 if (reserved_ratio < 0.0) { in PRS()2200 reserved_ratio = get_double_from_profile( in PRS()2202 if (reserved_ratio > 50 || reserved_ratio < 0) { in PRS()2205 reserved_ratio); in PRS()2211 reserved_ratio = 0; in PRS()2532 ext2fs_r_blocks_count_set(&fs_param, reserved_ratio * in PRS()
88 static double reserved_ratio; variable1921 reserved_ratio = strtod(optarg, &tmp); in parse_tune2fs_options()1922 if (*tmp || reserved_ratio > 50 || in parse_tune2fs_options()1923 reserved_ratio < 0) { in parse_tune2fs_options()3112 ext2fs_r_blocks_count_set(sb, reserved_ratio * in main()3116 reserved_ratio, ext2fs_r_blocks_count(sb)); in main()
1489 Mke2fs now supports the reserved_ratio relation in the [defaults] and
1320 * Mke2fs now supports the reserved_ratio relation in mke2fs.conf.1756 * Add error check preventing the reserved_ratio argument to mke2fs and