Lines Matching refs:blk64_t
61 static blk64_t num_blocks;
62 static blk64_t num_slack;
64 static blk64_t goal;
182 static blk64_t get_partition_start(const char *device_name) in get_partition_start()
262 static errcode_t mk_hugefile(ext2_filsys fs, blk64_t num, in mk_hugefile()
267 blk64_t lblk, bend = 0; in mk_hugefile()
269 blk64_t left; in mk_hugefile()
270 blk64_t count = 0; in mk_hugefile()
307 blk64_t pblk, end; in mk_hugefile()
308 blk64_t n = left; in mk_hugefile()
333 blk64_t ret_blk; in mk_hugefile()
345 blk64_t l = n; in mk_hugefile()
407 static blk64_t calc_overhead(ext2_filsys fs, blk64_t num) in calc_overhead()
409 blk64_t e_blocks, e_blocks2, e_blocks3, e_blocks4; in calc_overhead()
440 static blk64_t get_start_block(ext2_filsys fs, blk64_t slack) in get_start_block()
443 blk64_t blk = fs->super->s_first_data_block, next; in get_start_block()
444 blk64_t last_blk = ext2fs_blocks_count(fs->super) - 1; in get_start_block()
468 static blk64_t round_up_align(blk64_t b, unsigned long align, in round_up_align()
469 blk64_t part_offset) in round_up_align()
487 blk64_t fs_blocks, part_offset = 0; in mk_hugefiles()