Home | History | Annotate | Download | only in debugfs

Lines Matching defs:inode

48 		if (iw->iarray[i].ino == dirent->inode) {
66 struct ext2_inode inode;
71 com_err(argv[0], 0, "Usage: ncheck <inode number> ...");
80 "while allocating inode info array");
88 com_err(argv[0], 0, "Bad inode - %s", argv[i]);
97 com_err("ncheck", retval, "while opening inode scan");
102 retval = ext2fs_get_next_inode(scan, &ino, &inode);
105 com_err("ncheck", retval, "while starting inode scan");
110 if (!inode.i_links_count)
116 if (inode.i_dtime)
119 if (!LINUX_S_ISDIR(inode.i_mode))
138 retval = ext2fs_get_next_inode(scan, &ino, &inode);
143 "while doing inode scan");
155 "while resolving pathname for inode %d (%d)",
159 printf("Inode\tPathname\n");
162 printf("%u\t<inode not found>\n", iinfo->ino);