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 109 int dir_links; local
114 dir_links = 2 * ctx->fs_directory_count - 1;
115 num_files = ctx->fs_total_count - dir_links;
116 num_links = ctx->fs_links_count - dir_links;
188 ctx->fs_links_count - dir_links),
189 ctx->fs_links_count - dir_links);
198 ctx->fs_total_count - dir_links),
199 ctx->fs_total_count - dir_links);
    [all...]

Completed in 4582 milliseconds