Searched refs:dir_links (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c12542 int dir_links; local
12546 dir_links = 2 * ctx->fs_directory_count - 1;
12547 num_files = ctx->fs_total_count - dir_links;
12548 num_links = ctx->fs_links_count - dir_links;
12581 printf("%8d link%s\n", P_E2("", "s", ctx->fs_links_count - dir_links));
12585 printf("%8d file%s\n", P_E2("", "s", ctx->fs_total_count - dir_links));

Completed in 65 milliseconds