Home
last modified time | relevance | path

Searched refs:new_bmap (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
Dgen_bitmap64.c166 retval = bitmap->bitmap_ops->new_bmap(fs, bitmap); in ext2fs_alloc_generic_bmap()
281 ext2fs_generic_bitmap_64 new_bmap; in ext2fs_copy_generic_bmap() local
295 &new_bmap); in ext2fs_copy_generic_bmap()
304 if (gettimeofday(&new_bmap->stats.created, in ext2fs_copy_generic_bmap()
307 ext2fs_free_mem(&new_bmap); in ext2fs_copy_generic_bmap()
310 new_bmap->stats.type = src->stats.type; in ext2fs_copy_generic_bmap()
314 new_bmap->magic = src->magic; in ext2fs_copy_generic_bmap()
315 new_bmap->fs = src->fs; in ext2fs_copy_generic_bmap()
316 new_bmap->start = src->start; in ext2fs_copy_generic_bmap()
317 new_bmap->end = src->end; in ext2fs_copy_generic_bmap()
[all …]
Dbmap64.h71 errcode_t (*new_bmap)(ext2_filsys fs, ext2fs_generic_bitmap_64 bmap); member
Dblkmap64_ba.c476 .new_bmap = ba_new_bmap,
Dblkmap64_rb.c973 .new_bmap = rb_new_bmap,
/external/e2fsprogs/resize/
Dresize2fs.c2461 ext2fs_block_bitmap new_bmap = NULL; in move_itables() local
2476 &new_bmap); in move_itables()
2480 retval = mark_table_blocks(fs, new_bmap); in move_itables()
2567 if (new_bmap == NULL || in move_itables()
2568 !ext2fs_test_block_bitmap2(new_bmap, blk)) { in move_itables()
2601 if (new_bmap) in move_itables()
2602 ext2fs_free_block_bitmap(new_bmap); in move_itables()