Lines Matching full:link_count
26 int link_count, char *buf, ext2_ino_t *res_inode);
29 ext2_ino_t inode, int link_count,
40 root, dir, inode, link_count);
49 if (link_count++ >= EXT2FS_MAX_NESTED_LINKS)
70 link_count, buf, res_inode);
84 int link_count, char *buf,
111 link_count, buf, &dir);
122 int link_count, char *buf, ext2_ino_t *res_inode)
131 root, base, pathlen, pathname, link_count);
134 link_count, buf, &base_name, &namelen, &dir);
144 retval = follow_link(fs, root, dir, inode, link_count,
150 printf("open_namei: (link_count=%d) returns %lu\n",
151 link_count, inode);