Home | History | Annotate | Download | only in e2fsck

Lines Matching full:inode

226 	old_op = ehandler_operation(_("reading inode and block bitmaps"));
243 old_op = ehandler_operation(_("writing block and inode bitmaps"));
248 _("while rewriting block and inode bitmaps for %s"),
384 struct ext2_inode * inode, const char *proc)
388 retval = ext2fs_read_inode(ctx->fs, ino, inode);
391 _("while reading inode %lu in %s"), ino, proc);
397 struct ext2_inode *inode, int bufsize,
402 retval = ext2fs_read_inode_full(ctx->fs, ino, inode, bufsize);
405 _("while reading inode %lu in %s"), ino, proc);
411 struct ext2_inode * inode, int bufsize,
416 retval = ext2fs_write_inode_full(ctx->fs, ino, inode, bufsize);
419 _("while writing inode %lu in %s"), ino, proc);
425 struct ext2_inode * inode, const char *proc)
429 retval = ext2fs_write_inode(ctx->fs, ino, inode);
432 _("while writing inode %lu in %s"), ino, proc);