Lines Matching refs:errcode_t
431 extern errcode_t e2fsck_allocate_context(e2fsck_t *ret);
432 extern errcode_t e2fsck_reset_context(e2fsck_t ctx);
466 extern errcode_t ea_refcount_create(int size, ext2_refcount_t *ret);
468 extern errcode_t ea_refcount_fetch(ext2_refcount_t refcount, blk64_t blk, int *ret);
469 extern errcode_t ea_refcount_increment(ext2_refcount_t refcount,
471 extern errcode_t ea_refcount_decrement(ext2_refcount_t refcount,
473 extern errcode_t ea_refcount_store(ext2_refcount_t refcount,
485 errcode_t e2fsck_rebuild_extents_later(e2fsck_t ctx, ext2_ino_t ino);
488 errcode_t e2fsck_check_rebuild_extents(e2fsck_t ctx, ext2_ino_t ino,
491 errcode_t e2fsck_should_rebuild_extents(e2fsck_t ctx,
497 extern errcode_t e2fsck_check_ext3_journal(e2fsck_t ctx);
498 extern errcode_t e2fsck_run_ext3_journal(e2fsck_t ctx);
509 extern errcode_t e2fsck_setup_icount(e2fsck_t ctx, const char *icount_name,
532 extern errcode_t e2fsck_expand_directory(e2fsck_t ctx, ext2_ino_t dir,
535 extern errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino,
545 errcode_t e2fsck_readahead(ext2_filsys fs, int flags, dgrp_t start,
549 errcode_t e2fsck_readahead_dblist(ext2_filsys fs, int flags,
564 errcode_t e2fsck_rehash_dir(e2fsck_t ctx, ext2_ino_t ino,
622 errcode_t e2fsck_mmp_update(ext2_filsys fs);
628 extern errcode_t e2fsck_allocate_inode_bitmap(ext2_filsys fs,
633 extern errcode_t e2fsck_allocate_block_bitmap(ext2_filsys fs,
638 extern errcode_t e2fsck_allocate_subcluster_bitmap(ext2_filsys fs,