Home | History | Annotate | Download | only in debugfs

Lines Matching defs:inode

30 	ext2_ino_t		inode;
45 bw->barray[i].ino = bw->inode;
62 struct ext2_inode inode;
76 "while allocating inode info array");
96 com_err("icheck", retval, "while opening inode scan");
101 retval = ext2fs_get_next_inode(scan, &ino, &inode);
104 com_err("icheck", retval, "while starting inode scan");
109 if (!inode.i_links_count)
112 bw.inode = ino;
114 if (inode.i_file_acl) {
115 icheck_proc(current_fs, &inode.i_file_acl, 0,
121 if (!ext2fs_inode_has_valid_blocks(&inode))
127 if (inode.i_dtime)
143 retval = ext2fs_get_next_inode(scan, &ino, &inode);
147 "while doing inode scan");