Home | History | Annotate | Download | only in ext2fs

Lines Matching defs:inode

28 			     ext2_ino_t inode, int link_count,
37 printf("follow_link: root=%lu, dir=%lu, inode=%lu, lc=%d\n",
38 root, dir, inode, link_count);
41 retval = ext2fs_read_inode (fs, inode, &ei);
44 *res_inode = inode;
71 * directory and the root directory, and returns the inode of the
84 ext2_ino_t inode;
101 retval = ext2fs_lookup (fs, dir, thisname, len, buf, &inode);
103 retval = follow_link (fs, root, dir, inode,
119 ext2_ino_t dir, inode;
133 retval = ext2fs_lookup (fs, dir, base_name, namelen, buf, &inode);
137 retval = follow_link(fs, root, dir, inode, link_count,
138 buf, &inode);
144 link_count, inode);
146 *res_inode = inode;
151 const char *name, ext2_ino_t *inode)
163 buf, inode);
170 const char *name, ext2_ino_t *inode)
182 buf, inode);
189 ext2_ino_t inode, ext2_ino_t *res_inode)
200 retval = follow_link(fs, root, cwd, inode, 0, buf, res_inode);