Searched refs:reserved_ratio (Results 1 – 6 of 6) sorted by relevance
6 reserved_ratio = 5.0
109 double reserved_ratio; in ext2fs_initialize() local455 reserved_ratio = 100.0 * ext2fs_r_blocks_count(param) / in ext2fs_initialize()457 ext2fs_r_blocks_count_set(super, reserved_ratio * in ext2fs_initialize()
1534 double reserved_ratio = -1.0; in PRS() local1783 reserved_ratio = strtod(optarg, &tmp); in PRS()1784 if ( *tmp || reserved_ratio > 50 || in PRS()1785 reserved_ratio < 0) { in PRS()2247 if (reserved_ratio < 0.0) { in PRS()2248 reserved_ratio = get_double_from_profile( in PRS()2250 if (reserved_ratio > 50 || reserved_ratio < 0) { in PRS()2253 reserved_ratio); in PRS()2259 reserved_ratio = 0; in PRS()2607 ext2fs_r_blocks_count_set(&fs_param, reserved_ratio * in PRS()
88 static double reserved_ratio; variable1878 reserved_ratio = strtod(optarg, &tmp); in parse_tune2fs_options()1879 if (*tmp || reserved_ratio > 50 || in parse_tune2fs_options()1880 reserved_ratio < 0) { in parse_tune2fs_options()3128 ext2fs_r_blocks_count_set(sb, reserved_ratio * in main()3132 reserved_ratio, ext2fs_r_blocks_count(sb)); in main()
1489 Mke2fs now supports the reserved_ratio relation in the [defaults] and
1533 * Mke2fs now supports the reserved_ratio relation in mke2fs.conf.1969 * Add error check preventing the reserved_ratio argument to mke2fs and