Home | History | Annotate | Download | only in misc

Lines Matching refs:reserved_ratio

85 static double reserved_ratio;
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));