Searched refs:reserved_ratio (Results 1 - 3 of 3) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dinitialize.c103 double reserved_ratio; local
410 reserved_ratio = 100.0 * ext2fs_r_blocks_count(param) /
412 ext2fs_r_blocks_count_set(super, reserved_ratio *
/external/e2fsprogs/misc/
H A Dmke2fs.c1286 double reserved_ratio = -1.0; local
1522 reserved_ratio = strtod(optarg, &tmp);
1523 if ( *tmp || reserved_ratio > 50 ||
1524 reserved_ratio < 0) {
1886 /* Get reserved_ratio from profile if not specified on cmd line. */
1887 if (reserved_ratio < 0.0) {
1888 reserved_ratio = get_double_from_profile(
1889 fs_types, "reserved_ratio", 5.0);
1890 if (reserved_ratio > 50 || reserved_ratio <
[all...]
H A Dtune2fs.c85 static double reserved_ratio; variable
1004 reserved_ratio = strtod(optarg, &tmp);
1005 if (*tmp || reserved_ratio > 50 ||
1006 reserved_ratio < 0) {
2054 ext2fs_r_blocks_count_set(sb, reserved_ratio *
2058 reserved_ratio, ext2fs_r_blocks_count(sb));

Completed in 221 milliseconds