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

/external/e2fsprogs/lib/ext2fs/
H A Dnamei.c25 int link_count, char *buf, ext2_ino_t *res_inode);
28 ext2_ino_t inode, int link_count,
38 root, dir, inode, link_count);
47 if (link_count++ > 5) {
63 link_count, buf, res_inode);
77 int link_count, char *buf,
104 link_count, buf, &dir);
115 int link_count, char *buf, ext2_ino_t *res_inode)
124 root, base, pathlen, pathname, link_count);
127 link_count, bu
27 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
75 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
113 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.c98 __u16 link_count, link_counted; local
143 ext2fs_icount_fetch(ctx->inode_link_info, i, &link_count);
154 &link_count);
160 if (link_counted != link_count) {
164 if ((link_count != inode->i_links_count) && !isdir &&
166 pctx.num = link_count;
175 link_count == 1 && !(ctx->options & E2F_OPT_NO)) ||
/external/grub/stage2/
H A Dfsys_minix.c309 int link_count = 0; local
356 if (++link_count > MAX_LINK_COUNT)
H A Dfsys_jfs.c281 int namlen, cmp, n, link_count; local
285 link_count = 0;
292 if (++link_count > MAX_LINK_COUNT) {
H A Dfsys_xfs.c542 int cmp, n, link_count; local
547 link_count = 0;
554 if (++link_count > MAX_LINK_COUNT) {
H A Dfsys_ext2fs.c511 int link_count = 0; local
605 if (++link_count > MAX_LINK_COUNT)
H A Dfsys_reiserfs.c1003 int link_count = 0; local
1031 if (++link_count > MAX_LINK_COUNT)
/external/e2fsprogs/lib/blkid/
H A Dprobe.h471 __u16 link_count; member in struct:master_file_table_record
/external/kernel-headers/original/linux/
H A Dsched.h874 int link_count, total_link_count; member in struct:task_struct

Completed in 174 milliseconds