Lines Matching refs:errcode_t
379 extern errcode_t e2fsck_allocate_context(e2fsck_t *ret);
380 extern errcode_t e2fsck_reset_context(e2fsck_t ctx);
417 extern errcode_t ea_refcount_create(int size, ext2_refcount_t *ret);
419 extern errcode_t ea_refcount_fetch(ext2_refcount_t refcount, blk_t blk,
421 extern errcode_t ea_refcount_increment(ext2_refcount_t refcount,
423 extern errcode_t ea_refcount_decrement(ext2_refcount_t refcount,
425 extern errcode_t ea_refcount_store(ext2_refcount_t refcount,
459 extern errcode_t e2fsck_expand_directory(e2fsck_t ctx, ext2_ino_t dir,
462 extern errcode_t e2fsck_adjust_inode_count(e2fsck_t ctx, ext2_ino_t ino,
472 errcode_t e2fsck_rehash_dir(e2fsck_t ctx, ext2_ino_t ino);
490 extern errcode_t e2fsck_zero_blocks(ext2_filsys fs, blk_t blk, int num,