Searched refs:last_blk (Results 1 – 4 of 4) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 41 blk_t last_blk, first_free = 0; in flexbg_offset() local 67 last_blk = ext2fs_group_last_block(fs, last_grp); in flexbg_offset() 70 if (ext2fs_get_free_blocks(fs, start_blk, last_blk, 1, bmap, in flexbg_offset() 74 if (ext2fs_get_free_blocks(fs, first_free + offset, last_blk, size, in flexbg_offset() 85 blk_t group_blk, start_blk, last_blk, new_blk, blk; in ext2fs_allocate_group_table() local 90 last_blk = ext2fs_group_last_block(fs, group); in ext2fs_allocate_group_table() 109 retval = ext2fs_get_free_blocks(fs, group_blk, last_blk, in ext2fs_allocate_group_table() 115 (last_blk - start_blk + 1)); in ext2fs_allocate_group_table() 116 if (start_blk >= last_blk) in ext2fs_allocate_group_table() 127 last_blk = ext2fs_group_last_block(fs, last_grp); in ext2fs_allocate_group_table() [all …]
|
D | expanddir.c | 36 static blk_t last_blk = 0; in expand_dir_proc() local 41 last_blk = *blocknr; in expand_dir_proc() 44 retval = ext2fs_new_block(fs, last_blk, 0, &new_blk); in expand_dir_proc()
|
/external/e2fsprogs/misc/ |
D | filefrag.c | 173 unsigned long long last_blk = 0; in filefrag_fiemap() local 233 if (logical_blk && phy_blk != last_blk + 1) in filefrag_fiemap() 236 last_blk = 0; in filefrag_fiemap() 237 print_extent_info(&fm_ext[i], n, last_blk, blk_shift); in filefrag_fiemap() 239 last_blk = phy_blk + ext_len - 1; in filefrag_fiemap()
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 695 static blk_t last_blk = 0; in expand_dir_proc() local 708 last_blk = *blocknr; in expand_dir_proc() 711 retval = ext2fs_new_block(fs, last_blk, ctx->block_found_map, in expand_dir_proc()
|