Home
last modified time | relevance | path

Searched refs:progress_fd (Results 1 – 6 of 6) sorted by relevance

/external/e2fsprogs/misc/
Dfsck.c113 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()
/external/e2fsprogs/e2fsck/
Dunix.c592 if (ctx->progress_fd) { in e2fsck_update_progress()
595 write_all(ctx->progress_fd, buf, strlen(buf)); in e2fsck_update_progress()
842 res = sscanf(optarg, "%d", &ctx->progress_fd); in PRS()
846 if (ctx->progress_fd < 0) { in PRS()
848 ctx->progress_fd = ctx->progress_fd * -1; in PRS()
850 if (!ctx->progress_fd) in PRS()
853 fd = dup(ctx->progress_fd); in PRS()
857 ctx->progress_fd, in PRS()
Dlogfile.c238 if (e2fsck_global_ctx && e2fsck_global_ctx->progress_fd) in save_output()
239 close(e2fsck_global_ctx->progress_fd); in save_output()
De2fsck.h354 int progress_fd; member
Dextents.c397 if (ctx->progress && !ctx->progress_fd) in rebuild_extents()
Drehash.c1032 if (ctx->progress && !ctx->progress_fd) in e2fsck_rehash_directories()