Searched refs:link_count (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | namei.c | 27 int link_count, char *buf, ext2_ino_t *res_inode); 30 ext2_ino_t inode, int link_count, in follow_link() argument 41 root, dir, inode, link_count); in follow_link() 50 if (link_count++ >= EXT2FS_MAX_NESTED_LINKS) in follow_link() 85 link_count, buf, res_inode); in follow_link() 99 int link_count, char *buf, in dir_namei() argument 126 link_count, buf, &dir); in dir_namei() 137 int link_count, char *buf, ext2_ino_t *res_inode) in open_namei() argument 146 root, base, pathlen, pathname, link_count); in open_namei() 149 link_count, buf, &base_name, &namelen, &dir); in open_namei() [all …]
|
/external/e2fsprogs/e2fsck/ |
D | pass4.c | 147 __u16 link_count, link_counted; in e2fsck_pass4() local 204 ext2fs_icount_fetch(ctx->inode_link_info, i, &link_count); in e2fsck_pass4() 225 &link_count); in e2fsck_pass4() 239 if (link_counted != link_count) { in e2fsck_pass4() 244 if ((link_count != inode->i_links_count) && !isdir && in e2fsck_pass4() 246 pctx.num = link_count; in e2fsck_pass4() 255 link_count == 1 && !(ctx->options & E2F_OPT_NO)) || in e2fsck_pass4()
|
/external/pdfium/fpdfsdk/ |
D | fpdf_text_embeddertest.cpp | 763 int link_count = 0; in TEST_F() local 801 ++link_count; in TEST_F() 803 EXPECT_EQ(annot_subtype_link_count, link_count); in TEST_F()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 475 __u16 link_count; member
|