Searched refs:progress_fd (Results 1 – 6 of 6) sorted by relevance
/third_party/e2fsprogs/misc/ |
D | fsck.c | 113 static int progress_fd = 0; variable 471 snprintf(tmp, 80, "-C%d", progress_fd); in execute() 473 } else if (progress_fd) in execute() 474 snprintf(tmp, 80, "-C%d", progress_fd * -1); in execute() 1179 progress_fd = string_to_int(arg+j+1); in PRS() 1180 if (progress_fd < 0) in PRS() 1181 progress_fd = 0; in PRS() 1186 progress_fd = string_to_int(argv[i]); in PRS() 1187 if (progress_fd < 0) in PRS() 1188 progress_fd = 0; in PRS()
|
/third_party/e2fsprogs/e2fsck/ |
D | unix.c | 595 if (ctx->progress_fd) { in e2fsck_update_progress() 598 write_all(ctx->progress_fd, buf, strlen(buf)); in e2fsck_update_progress() 860 res = sscanf(optarg, "%d", &ctx->progress_fd); in PRS() 864 if (ctx->progress_fd < 0) { in PRS() 866 ctx->progress_fd = ctx->progress_fd * -1; in PRS() 868 if (!ctx->progress_fd) in PRS() 871 fd = dup(ctx->progress_fd); in PRS() 875 ctx->progress_fd, in PRS()
|
D | logfile.c | 238 if (e2fsck_global_ctx && e2fsck_global_ctx->progress_fd) in save_output() 239 close(e2fsck_global_ctx->progress_fd); in save_output()
|
D | e2fsck.h | 393 int progress_fd; member
|
D | extents.c | 449 if (ctx->progress && !ctx->progress_fd) in rebuild_extents()
|
D | rehash.c | 1174 if (ctx->progress && !ctx->progress_fd) in e2fsck_rehash_directories()
|