Lines Matching full:inode
164 printf("Inode %u is at group %u, block %u, offset %u\n",
600 * If the block is an inode block for the inode being searched
601 * for, then we need to dump the contents of that inode
632 struct ext2_inode *inode;
635 fprintf(out_file, " (inode block for inode %u):\n",
638 inode = (struct ext2_inode *) (buf + inode_offset_to_dump);
639 internal_dump_inode(out_file, " ", inode_to_dump, inode, 0);
643 * on-disk inode, not from the journaled copy of the
644 * inode. */
650 this = inode->i_block[i];
661 show_indirect(out_file, "IND", inode->i_block[i++]);
662 show_indirect(out_file, "DIND", inode->i_block[i++]);
663 show_indirect(out_file, "TIND", inode->i_block[i++]);