Searched refs:ext2fs_copy_bitmap (Results 1 – 7 of 7) sorted by relevance
73 retval = ext2fs_copy_bitmap(src->inode_map, &fs->inode_map); in ext2fs_dup_handle()78 retval = ext2fs_copy_bitmap(src->block_map, &fs->block_map); in ext2fs_dup_handle()
42 errcode_t ext2fs_copy_bitmap(ext2fs_generic_bitmap src, in ext2fs_copy_bitmap() function
746 extern errcode_t ext2fs_copy_bitmap(ext2fs_generic_bitmap src,
481 retval = ext2fs_copy_bitmap(ctx->block_found_map, in check_block_bitmaps()746 retval = ext2fs_copy_bitmap(ctx->inode_used_map, in check_inode_bitmaps()
848 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map, in e2fsck_pass1()
118 ext2fs_copy_bitmap@Base 1.37
6927 Fixed bug in ext2fs_copy_bitmap; the destination bitmap wasn't getting7006 ext2fs_copy_dblist(), ext2fs_badblocks_copy(), ext2fs_copy_bitmap().