Home | History | Annotate | Download | only in debugfs

Lines Matching full:inode

42 		if (iw->iarray[i] == dirent->inode) {
59 struct ext2_inode inode;
64 com_err(argv[0], 0, "Usage: ncheck <inode number> ...");
73 "while allocating inode info array");
81 com_err(argv[0], 0, "Bad inode - %s", argv[i]);
90 com_err("ncheck", retval, "while opening inode scan");
95 retval = ext2fs_get_next_inode(scan, &ino, &inode);
98 com_err("ncheck", retval, "while starting inode scan");
102 printf("Inode\tPathname\n");
104 if (!inode.i_links_count)
110 if (inode.i_dtime)
113 if (!LINUX_S_ISDIR(inode.i_mode))
139 retval = ext2fs_get_next_inode(scan, &ino, &inode);
144 "while doing inode scan");