Searched refs:link_count (Results 1 - 6 of 6) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dnamei.c27 int link_count, char *buf, ext2_ino_t *res_inode);
30 ext2_ino_t inode, int link_count,
41 root, dir, inode, link_count);
50 if (link_count++ >= EXT2FS_MAX_NESTED_LINKS)
71 link_count, buf, res_inode);
85 int link_count, char *buf,
112 link_count, buf, &dir);
123 int link_count, char *buf, ext2_ino_t *res_inode)
132 root, base, pathlen, pathname, link_count);
135 link_count, bu
29 follow_link(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, ext2_ino_t inode, int link_count, char *buf, ext2_ino_t *res_inode) argument
83 dir_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t dir, const char *pathname, int pathlen, int link_count, char *buf, const char **name, int *namelen, ext2_ino_t *res_inode) argument
121 open_namei(ext2_filsys fs, ext2_ino_t root, ext2_ino_t base, const char *pathname, size_t pathlen, int follow, int link_count, char *buf, ext2_ino_t *res_inode) argument
[all...]
/external/e2fsprogs/e2fsck/
H A Dpass4.c99 __u16 link_count, link_counted; local
153 ext2fs_icount_fetch(ctx->inode_link_info, i, &link_count);
164 &link_count);
171 if (link_counted != link_count) {
176 if ((link_count != inode->i_links_count) && !isdir &&
178 pctx.num = link_count;
187 link_count == 1 && !(ctx->options & E2F_OPT_NO)) ||
/external/syslinux/core/fs/ufs/
H A Dufs.h156 uint16_t link_count; member in struct:ufs1_inode
182 uint16_t link_count; member in struct:ufs2_inode
H A Dufs.c211 inode->refcnt = ufs_inode->link_count;
245 inode->refcnt = ufs_inode->link_count;
/external/syslinux/core/fs/ntfs/
H A Dntfs.h236 uint16_t link_count; member in struct:ntfs_mft_record
254 uint16_t link_count; member in struct:ntfs_mft_record_old
/external/e2fsprogs/lib/blkid/
H A Dprobe.h475 __u16 link_count; member in struct:master_file_table_record

Completed in 176 milliseconds