Searched refs:new_bmap (Results 1 – 5 of 5) sorted by relevance
168 retval = bitmap->bitmap_ops->new_bmap(fs, bitmap); in ext2fs_alloc_generic_bmap()283 ext2fs_generic_bitmap_64 new_bmap; in ext2fs_copy_generic_bmap() local297 &new_bmap); in ext2fs_copy_generic_bmap()306 if (gettimeofday(&new_bmap->stats.created, in ext2fs_copy_generic_bmap()309 ext2fs_free_mem(&new_bmap); in ext2fs_copy_generic_bmap()312 new_bmap->stats.type = src->stats.type; in ext2fs_copy_generic_bmap()316 new_bmap->magic = src->magic; in ext2fs_copy_generic_bmap()317 new_bmap->fs = src->fs; in ext2fs_copy_generic_bmap()318 new_bmap->start = src->start; in ext2fs_copy_generic_bmap()319 new_bmap->end = src->end; in ext2fs_copy_generic_bmap()[all …]
71 errcode_t (*new_bmap)(ext2_filsys fs, ext2fs_generic_bitmap_64 bmap); member
476 .new_bmap = ba_new_bmap,
982 .new_bmap = rb_new_bmap,
2421 ext2fs_block_bitmap new_bmap = NULL; in move_itables() local2436 &new_bmap); in move_itables()2440 retval = mark_table_blocks(fs, new_bmap); in move_itables()2528 if (new_bmap == NULL || in move_itables()2529 !ext2fs_test_block_bitmap2(new_bmap, blk)) { in move_itables()2562 if (new_bmap) in move_itables()2563 ext2fs_free_block_bitmap(new_bmap); in move_itables()