Searched refs:reserved_ratio (Results 1 – 6 of 6) sorted by relevance
6 reserved_ratio = 5.0
103 double reserved_ratio; in ext2fs_initialize() local410 reserved_ratio = 100.0 * ext2fs_r_blocks_count(param) / in ext2fs_initialize()412 ext2fs_r_blocks_count_set(super, reserved_ratio * in ext2fs_initialize()
1286 double reserved_ratio = -1.0; in PRS() local1522 reserved_ratio = strtod(optarg, &tmp); in PRS()1523 if ( *tmp || reserved_ratio > 50 || in PRS()1524 reserved_ratio < 0) { in PRS()1887 if (reserved_ratio < 0.0) { in PRS()1888 reserved_ratio = get_double_from_profile( in PRS()1890 if (reserved_ratio > 50 || reserved_ratio < 0) { in PRS()1893 reserved_ratio); in PRS()1900 reserved_ratio = 0; in PRS()2148 ext2fs_r_blocks_count_set(&fs_param, reserved_ratio * in PRS()
85 static double reserved_ratio; variable1004 reserved_ratio = strtod(optarg, &tmp); in parse_tune2fs_options()1005 if (*tmp || reserved_ratio > 50 || in parse_tune2fs_options()1006 reserved_ratio < 0) { in parse_tune2fs_options()2054 ext2fs_r_blocks_count_set(sb, reserved_ratio * in main()2058 reserved_ratio, ext2fs_r_blocks_count(sb)); in main()
523 * Mke2fs now supports the reserved_ratio relation in mke2fs.conf.959 * Add error check preventing the reserved_ratio argument to mke2fs and
1050 Mke2fs now supports the reserved_ratio relation in the [defaults] and