Lines Matching full:inode
270 * Remove the journal inode from the filesystem
274 struct ext2_inode inode;
278 retval = ext2fs_read_inode(fs, ino, &inode);
281 _("while reading journal inode"));
296 _("while clearing journal inode"));
299 memset(&inode, 0, sizeof(inode));
303 inode.i_flags &= ~EXT2_IMMUTABLE_FL;
304 retval = ext2fs_write_inode(fs, ino, &inode);
307 _("while writing journal inode"));
510 fputs(_("Creating journal inode: "), stdout);
808 _("bad inode size - %s"),
815 _("Inode size must be a "
1002 * inode table. So mark them used.
1065 * like group desc/block bitmap/inode bitmap. We
1159 struct ext2_inode inode;
1171 retval = ext2fs_get_next_inode(scan, &ino, &inode);
1178 if (inode.i_links_count == 0)
1179 continue; /* inode not in use */
1182 * If we end up modifying the journal inode
1188 if (inode.i_file_acl &&
1189 ext2fs_test_block_bitmap(bmap, inode.i_file_acl)) {
1190 blk = translate_block(inode.i_file_acl);
1194 inode.i_file_acl = blk;
1197 * Write the inode to disk so that inode table
1200 retval = ext2fs_write_inode(fs, ino, &inode);
1205 if (!ext2fs_inode_has_valid_blocks(&inode))
1222 * We need to scan for inode and block bitmaps that may need to be
1355 * Next, calculate the inode statistics
1425 "increasing inode size\n"), stderr);
1430 fputs(_("Not enough space to increase inode size \n"), stderr);
1435 fputs(_("Failed to relocate blocks during inode resize \n"),
1467 fputs(_("Error in resizing the inode size.\n"
1582 * Check the inode size is right so we can issue an
1587 fprintf(stderr, _("The inode size is already %lu\n"),
1592 fprintf(stderr, _("Shrinking the inode size is "
1598 * If inode resize is requested use the
1770 fputs(_("The inode size may only be "
1777 fputs(_("Changing the inode size not supported for "
1785 * with the new free inode count
1789 printf(_("Setting inode size %lu\n"),