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"));
465 * uninitialized inode tables instead.
548 fputs(_("Creating journal inode: "), stdout);
846 _("bad inode size - %s"),
853 _("Inode size must be a "
1052 * inode table. So mark them used.
1115 * like group desc/block bitmap/inode bitmap. We
1209 struct ext2_inode inode;
1221 retval = ext2fs_get_next_inode(scan, &ino, &inode);
1228 if (inode.i_links_count == 0)
1229 continue; /* inode not in use */
1232 * If we end up modifying the journal inode
1238 if (inode.i_file_acl &&
1239 ext2fs_test_block_bitmap(bmap, inode.i_file_acl)) {
1240 blk = translate_block(inode.i_file_acl);
1244 inode.i_file_acl = blk;
1247 * Write the inode to disk so that inode table
1250 retval = ext2fs_write_inode(fs, ino, &inode);
1255 if (!ext2fs_inode_has_valid_blocks(&inode))
1272 * We need to scan for inode and block bitmaps that may need to be
1405 * Next, calculate the inode statistics
1475 "increasing inode size\n"), stderr);
1480 fputs(_("Not enough space to increase inode size \n"), stderr);
1485 fputs(_("Failed to relocate blocks during inode resize \n"),
1517 fputs(_("Error in resizing the inode size.\n"
1632 * Check the inode size is right so we can issue an
1637 fprintf(stderr, _("The inode size is already %lu\n"),
1642 fprintf(stderr, _("Shrinking the inode size is "
1648 * If inode resize is requested use the
1820 fputs(_("The inode size may only be "
1827 fputs(_("Changing the inode size not supported for "
1835 * with the new free inode count
1839 printf(_("Setting inode size %lu\n"),