Searched refs:link_count (Results 1 – 3 of 3) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | namei.c | 26 int link_count, char *buf, ext2_ino_t *res_inode); 29 ext2_ino_t inode, int link_count, in follow_link() argument 40 root, dir, inode, link_count); in follow_link() 49 if (link_count++ >= EXT2FS_MAX_NESTED_LINKS) in follow_link() 70 link_count, buf, res_inode); in follow_link() 84 int link_count, char *buf, in dir_namei() argument 111 link_count, buf, &dir); in dir_namei() 122 int link_count, char *buf, ext2_ino_t *res_inode) in open_namei() argument 131 root, base, pathlen, pathname, link_count); in open_namei() 134 link_count, buf, &base_name, &namelen, &dir); in open_namei() [all …]
|
/external/e2fsprogs/e2fsck/ |
D | pass4.c | 99 __u16 link_count, link_counted; in e2fsck_pass4() local 144 ext2fs_icount_fetch(ctx->inode_link_info, i, &link_count); in e2fsck_pass4() 155 &link_count); in e2fsck_pass4() 162 if (link_counted != link_count) { in e2fsck_pass4() 166 if ((link_count != inode->i_links_count) && !isdir && in e2fsck_pass4() 168 pctx.num = link_count; in e2fsck_pass4() 177 link_count == 1 && !(ctx->options & E2F_OPT_NO)) || in e2fsck_pass4()
|
/external/e2fsprogs/lib/blkid/ |
D | probe.h | 472 __u16 link_count; member
|