Searched refs:link_count (Results 1 – 10 of 10) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | namei.c | 25 int link_count, char *buf, ext2_ino_t *res_inode); 28 ext2_ino_t inode, int link_count, in follow_link() argument 38 root, dir, inode, link_count); in follow_link() 47 if (link_count++ > 5) { in follow_link() 63 link_count, buf, res_inode); in follow_link() 77 int link_count, char *buf, in dir_namei() argument 104 link_count, buf, &dir); in dir_namei() 115 int link_count, char *buf, ext2_ino_t *res_inode) in open_namei() argument 124 root, base, pathlen, pathname, link_count); in open_namei() 127 link_count, buf, &base_name, &namelen, &dir); in open_namei() [all …]
|
/external/e2fsprogs/e2fsck/ |
D | pass4.c | 98 __u16 link_count, link_counted; in e2fsck_pass4() local 143 ext2fs_icount_fetch(ctx->inode_link_info, i, &link_count); in e2fsck_pass4() 154 &link_count); in e2fsck_pass4() 160 if (link_counted != link_count) { in e2fsck_pass4() 164 if ((link_count != inode->i_links_count) && !isdir && in e2fsck_pass4() 166 pctx.num = link_count; in e2fsck_pass4() 175 link_count == 1 && !(ctx->options & E2F_OPT_NO)) || in e2fsck_pass4()
|
/external/chromium/chrome/browser/ui/cocoa/ |
D | page_info_bubble_controller_unittest.mm | 67 int link_count = 1; 87 --link_count; 101 EXPECT_EQ(0, link_count);
|
/external/grub/stage2/ |
D | fsys_jfs.c | 281 int namlen, cmp, n, link_count; in jfs_dir() local 285 link_count = 0; in jfs_dir() 292 if (++link_count > MAX_LINK_COUNT) { in jfs_dir()
|
D | fsys_minix.c | 309 int link_count = 0; in minix_dir() local 356 if (++link_count > MAX_LINK_COUNT) in minix_dir()
|
D | fsys_xfs.c | 542 int cmp, n, link_count; in xfs_dir() local 547 link_count = 0; in xfs_dir() 554 if (++link_count > MAX_LINK_COUNT) { in xfs_dir()
|
D | fsys_ext2fs.c | 511 int link_count = 0; in ext2fs_dir() local 605 if (++link_count > MAX_LINK_COUNT) in ext2fs_dir()
|
D | fsys_reiserfs.c | 1003 int link_count = 0; in reiserfs_dir() local 1031 if (++link_count > MAX_LINK_COUNT) in reiserfs_dir()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 471 __u16 link_count; member
|
/external/kernel-headers/original/linux/ |
D | sched.h | 874 int link_count, total_link_count; member
|