HomeSort by relevance Sort by last modified time
    Searched defs:link_count (Results 1 - 8 of 8) sorted by null

  /external/e2fsprogs/e2fsck/
pass4.c 98 __u16 link_count, link_counted; local
141 ext2fs_icount_fetch(ctx->inode_link_info, i, &link_count);
152 &link_count);
159 if (link_counted != link_count) {
163 if (link_count != inode->i_links_count) {
164 pctx.num = link_count;
173 link_count == 1 && !(ctx->options & E2F_OPT_NO)) ||
  /external/grub/stage2/
fsys_jfs.c 281 int namlen, cmp, n, link_count; local
285 link_count = 0;
292 if (++link_count > MAX_LINK_COUNT) {
fsys_minix.c 309 int link_count = 0; local
356 if (++link_count > MAX_LINK_COUNT)