Searched refs:ext2fs_get_pathname (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/ext2fs/
H A Dget_pathname.c12 * ext2fs_get_pathname(fs, dir, ino, name)
17 * <ino> is zero, then ext2fs_get_pathname will return pathname
140 errcode_t ext2fs_get_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino, function
H A Dext2fs.h820 extern errcode_t ext2fs_get_pathname(ext2_filsys fs, ext2_ino_t dir, ext2_ino_t ino,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/e2fsprogs/old_e2fsprogs/
H A De2fsck.c2313 * %p ext2fs_get_pathname of directory <ino>
2314 * %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
2317 * %q ext2fs_get_pathname of directory <dir>
2318 * %Q ext2fs_get_pathname of directory <ino> with <dir> as
2444 * This function prints a pathname, using the ext2fs_get_pathname
2457 retval = ext2fs_get_pathname(fs, dir, ino, &path);

Completed in 135 milliseconds