HomeSort by relevance Sort by last modified time
    Searched full:dir_links (Results 1 - 1 of 1) sorted by null

  /external/e2fsprogs/e2fsck/
unix.c 107 int dir_links; local
111 dir_links = 2 * ctx->fs_directory_count - 1;
112 num_files = ctx->fs_total_count - dir_links;
113 num_links = ctx->fs_links_count - dir_links;
157 ctx->fs_links_count - dir_links),
158 ctx->fs_links_count - dir_links);
167 ctx->fs_total_count - dir_links),
168 ctx->fs_total_count - dir_links);
    [all...]

Completed in 2938 milliseconds