Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:link_count

27 			    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, buf, &base_name, &namelen, &dir);
145 retval = follow_link(fs, root, dir, inode, link_count,
151 printf("open_namei: (link_count=%d) returns %lu\n",
152 link_count, inode);