Lines Matching refs:goal
371 blk64_t goal = 0; in packed_allocate_tables() local
374 retval = ext2fs_new_block2(fs, goal, NULL, &goal); in packed_allocate_tables()
377 ext2fs_block_alloc_stats2(fs, goal, +1); in packed_allocate_tables()
378 ext2fs_block_bitmap_loc_set(fs, i, goal); in packed_allocate_tables()
381 retval = ext2fs_new_block2(fs, goal, NULL, &goal); in packed_allocate_tables()
384 ext2fs_block_alloc_stats2(fs, goal, +1); in packed_allocate_tables()
385 ext2fs_inode_bitmap_loc_set(fs, i, goal); in packed_allocate_tables()
389 retval = ext2fs_get_free_blocks2(fs, goal, end, in packed_allocate_tables()
391 fs->block_map, &goal); in packed_allocate_tables()
394 ext2fs_block_alloc_stats_range(fs, goal, in packed_allocate_tables()
396 ext2fs_inode_table_loc_set(fs, i, goal); in packed_allocate_tables()