Searched refs:progress_fd (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/misc/ |
D | fsck.c | 113 static int progress_fd = 0; variable 464 snprintf(tmp, 80, "-C%d", progress_fd); in execute() 466 } else if (progress_fd) in execute() 467 snprintf(tmp, 80, "-C%d", progress_fd * -1); in execute() 1172 progress_fd = string_to_int(arg+j+1); in PRS() 1173 if (progress_fd < 0) in PRS() 1174 progress_fd = 0; in PRS() 1179 progress_fd = string_to_int(argv[i]); in PRS() 1180 if (progress_fd < 0) in PRS() 1181 progress_fd = 0; in PRS()
|
/external/e2fsprogs/e2fsck/ |
D | unix.c | 584 if (ctx->progress_fd) { in e2fsck_update_progress() 587 write_all(ctx->progress_fd, buf, strlen(buf)); in e2fsck_update_progress() 811 res = sscanf(optarg, "%d", &ctx->progress_fd); in PRS() 815 if (ctx->progress_fd < 0) { in PRS() 817 ctx->progress_fd = ctx->progress_fd * -1; in PRS() 819 if (!ctx->progress_fd) in PRS() 822 fd = dup(ctx->progress_fd); in PRS() 826 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 | 339 int progress_fd; member
|
D | extents.c | 396 if (ctx->progress && !ctx->progress_fd) in rebuild_extents()
|
D | rehash.c | 968 if (ctx->progress && !ctx->progress_fd) in e2fsck_rehash_directories()
|