Searched refs:ext2fs_copy_bitmap (Results 1 – 7 of 7) sorted by relevance
70 retval = ext2fs_copy_bitmap(src->inode_map, &fs->inode_map); in ext2fs_dup_handle()75 retval = ext2fs_copy_bitmap(src->block_map, &fs->block_map); in ext2fs_dup_handle()
40 errcode_t ext2fs_copy_bitmap(ext2fs_generic_bitmap src, in ext2fs_copy_bitmap() function
653 extern errcode_t ext2fs_copy_bitmap(ext2fs_generic_bitmap src,
278 retval = ext2fs_copy_bitmap(ctx->block_found_map, in check_block_bitmaps()481 retval = ext2fs_copy_bitmap(ctx->inode_used_map, in check_inode_bitmaps()
805 pctx.errcode = ext2fs_copy_bitmap(ctx->block_found_map, in e2fsck_pass1()
85 ext2fs_copy_bitmap@Base 1.37
5675 Fixed bug in ext2fs_copy_bitmap; the destination bitmap wasn't getting5754 ext2fs_copy_dblist(), ext2fs_badblocks_copy(), ext2fs_copy_bitmap().