Lines Matching refs:percent
643 opts.percent = -1;
738 if (opts.percent == -1) {
740 opts.percent = strtol(optarg, &end, 0);
828 ntfs_log_error("Scan can only be used with --percent, "
839 /*if ((opts.percent != -1) || (opts.size_begin > 0) || (opts.size_end > 0)) {
847 (opts.percent != -1) ||
860 if ((opts.percent < -1) || (opts.percent > 100)) {
1446 int percent = 0;
1481 percent = 100;
1482 data->percent = 100;
1538 data->percent = (clusters_free * 100) /
1541 percent = max(percent, data->percent);
1544 ntfs_log_verbose("File is %d%% recoverable\n", percent);
1545 return percent;
1658 d->percent);
1693 int percent = 0;
1720 percent = max(percent, d->percent);
1734 percent, buffer, size, name);
2174 if (d->percent == 100 && d->size_alloc >= d->size_data &&
2228 int percent;
2299 percent = calc_percentage(file, vol);
2300 if ((opts.percent == -1) || (percent >= opts.percent)) {
2316 if (((opts.percent == -1) && (percent > 0)) ||
2317 ((opts.percent > 0) && (percent >= opts.percent))) {