Home | History | Annotate | Download | only in ext2fs

Lines Matching full:ino

11  * 	ext2fs_get_pathname(fs, dir, ino, name)
15 * directory inode, and <ino> is the inode number itself. If
16 * <ino> is zero, then ext2fs_get_pathname will return pathname
69 ext2_ino_t ino, int maxdepth,
76 if (dir == ino) {
92 gp.search_ino = ino;
109 if (!ino) {
140 errcode_t ext2fs_get_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino,
151 if (dir == ino)
152 ino = 0;
153 retval = ext2fs_get_pathname_int(fs, dir, ino, 32, buf, name);