Home | History | Annotate | Download | only in misc

Lines Matching refs:reserved_ratio

88 static double reserved_ratio;
1921 reserved_ratio = strtod(optarg, &tmp);
1922 if (*tmp || reserved_ratio > 50 ||
1923 reserved_ratio < 0) {
3112 ext2fs_r_blocks_count_set(sb, reserved_ratio *
3116 reserved_ratio, ext2fs_r_blocks_count(sb));