Searched refs:progress_fd (Results 1 – 4 of 4) sorted by relevance
109 int progress_fd = 0; variable458 snprintf(tmp, 80, "-C%d", progress_fd); in execute()1160 progress_fd = string_to_int(arg+j+1); in PRS()1161 if (progress_fd < 0) in PRS()1162 progress_fd = 0; in PRS()1167 progress_fd = string_to_int(argv[i]); in PRS()1168 if (progress_fd < 0) in PRS()1169 progress_fd = 0; in PRS()
457 if (ctx->progress_fd) { in e2fsck_update_progress()459 write(ctx->progress_fd, buf, strlen(buf)); in e2fsck_update_progress()497 ctx->progress_fd = 0; in signal_progress_on()630 res = sscanf(optarg, "%d", &ctx->progress_fd); in PRS()634 if (!ctx->progress_fd) in PRS()637 fd = dup(ctx->progress_fd); in PRS()641 ctx->progress_fd, in PRS()
303 int progress_fd; member
844 if (ctx->progress && !ctx->progress_fd) in e2fsck_rehash_directories()