Home | History | Annotate | Download | only in ext2fs

Lines Matching refs:ino

14  * 	ext2fs_get_pathname(fs, dir, ino, name)
18 * directory inode, and <ino> is the inode number itself. If
19 * <ino> is zero, then ext2fs_get_pathname will return pathname
72 ext2_ino_t ino, int maxdepth,
79 if (dir == ino) {
95 gp.search_ino = ino;
104 if (ino)
105 snprintf(tmp, sizeof(tmp), "<%u>/<%u>", dir, ino);
124 if (!ino) {
154 errcode_t ext2fs_get_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino,
165 if (dir == ino)
166 ino = 0;
167 retval = ext2fs_get_pathname_int(fs, dir, ino, 32, buf, name);