Home
last modified time | relevance | path

Searched refs:dest_bp (Results 1 – 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dblkmap64_ba.c108 ext2fs_ba_private dest_bp; in ba_copy_bmap() local
116 dest_bp = (ext2fs_ba_private) dest->private; in ba_copy_bmap()
119 memcpy (dest_bp->bitarray, src_bp->bitarray, size); in ba_copy_bmap()
Dblkmap64_rb.c242 struct ext2fs_rb_private *src_bp, *dest_bp; in rb_copy_bmap() local
252 dest_bp = (struct ext2fs_rb_private *) dest->private; in rb_copy_bmap()
254 dest_bp->rcursor = NULL; in rb_copy_bmap()
267 n = &dest_bp->root.rb_node; in rb_copy_bmap()
271 dest_last = ext2fs_rb_last(&dest_bp->root); in rb_copy_bmap()
276 ext2fs_rb_insert_color(dest_node, &dest_bp->root); in rb_copy_bmap()