Lines Matching refs:inode

301  * Remove the journal inode from the filesystem
305 struct ext2_inode inode;
309 retval = ext2fs_read_inode(fs, ino, &inode);
312 _("while reading journal inode"));
327 _("while clearing journal inode"));
330 memset(&inode, 0, sizeof(inode));
334 inode.i_flags &= ~EXT2_IMMUTABLE_FL;
335 retval = ext2fs_write_inode(fs, ino, &inode);
338 _("while writing journal inode"));
577 * uninitialized inode tables instead.
692 fputs(_("Creating journal inode: "), stdout);
1095 _("bad inode size - %s"),
1337 * inode table. So mark them used.
1400 * like group desc/block bitmap/inode bitmap. We
1494 struct ext2_inode inode;
1506 retval = ext2fs_get_next_inode(scan, &ino, &inode);
1513 if (inode.i_links_count == 0)
1514 continue; /* inode not in use */
1517 * If we end up modifying the journal inode
1523 if (ext2fs_file_acl_block(fs, &inode) &&
1525 ext2fs_file_acl_block(fs, &inode))) {
1527 &inode));
1531 ext2fs_file_acl_block_set(fs, &inode, blk);
1534 * Write the inode to disk so that inode table
1537 retval = ext2fs_write_inode(fs, ino, &inode);
1542 if (!ext2fs_inode_has_valid_blocks2(fs, &inode))
1559 * We need to scan for inode and block bitmaps that may need to be
1693 * Next, calculate the inode statistics
1745 fputs(_("Failed to read inode bitmap\n"), stderr);
1771 "increasing inode size\n"), stderr);
1776 fputs(_("Not enough space to increase inode size \n"), stderr);
1781 fputs(_("Failed to relocate blocks during inode resize \n"),
1813 fputs(_("Error in resizing the inode size.\n"
1958 * Check the inode size is right so we can issue an
1963 fprintf(stderr, _("The inode size is already %lu\n"),
1970 _("Shrinking inode size is not supported\n"));
1975 fprintf(stderr, _("Invalid inode size %lu (max %d)\n"),
1982 * If inode resize is requested use the
2212 fputs(_("The inode size may only be "
2220 fputs(_("Changing the inode size not supported for "
2229 * with the new free inode count
2233 printf(_("Setting inode size %lu\n"),
2236 printf("%s", _("Failed to change inode size\n"));