Home | History | Annotate | Download | only in e2fsck

Lines Matching refs:ino

19  * 	%Di	<dirent>->ino		inode number
26 * %i <ino> inode number
42 * %p ext2fs_get_pathname of directory <ino>
43 * %P ext2fs_get_pathname of <dirent>->ino with <ino2> as
47 * %Q ext2fs_get_pathname of directory <ino> with <dir> as
197 ext2_ino_t ino)
202 if (!dir && (ino < num_special_inodes)) {
203 fputs(_(special_inode_name[ino]), f);
208 retval = ext2fs_get_pathname(fs, dir, ino, &path);
455 fprintf(f, "%*u", width, ctx->ino);
471 print_pathname(f, fs, ctx->ino, 0);
481 print_pathname(f, fs, ctx->dir, ctx->ino);