Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:progress_fd

578 	if (ctx->progress_fd) {
581 write_all(ctx->progress_fd, buf, strlen(buf));
779 res = sscanf(optarg, "%d", &ctx->progress_fd);
783 if (ctx->progress_fd < 0) {
785 ctx->progress_fd = ctx->progress_fd * -1;
787 if (!ctx->progress_fd)
790 fd = dup(ctx->progress_fd);
794 ctx->progress_fd,