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;
112 if (!ino) {
143 errcode_t ext2fs_get_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino,
154 if (dir == ino)
155 ino = 0;
156 retval = ext2fs_get_pathname_int(fs, dir, ino, 32, buf, name);