/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 43 blk64_t last_blk, first_free = 0; in flexbg_offset() local 66 last_blk = ext2fs_group_last_block2(fs, last_grp); in flexbg_offset() 69 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, size, in flexbg_offset() 73 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, elem_size, in flexbg_offset() 77 if (ext2fs_get_free_blocks2(fs, 0, last_blk, elem_size, bmap, in flexbg_offset() 88 blk64_t group_blk, start_blk, last_blk, new_blk; in ext2fs_allocate_group_table() local 93 last_blk = ext2fs_group_last_block2(fs, group); in ext2fs_allocate_group_table() 111 retval = ext2fs_get_free_blocks2(fs, group_blk, last_blk, in ext2fs_allocate_group_table() 117 (last_blk - start_blk + 1)); in ext2fs_allocate_group_table() 118 if (start_blk >= last_blk) in ext2fs_allocate_group_table() [all …]
|
D | alloc_stats.c | 131 blk64_t last_blk = ext2fs_group_last_block2(fs, group); in ext2fs_block_alloc_stats_range() local 134 if (blk + num > last_blk) in ext2fs_block_alloc_stats_range() 135 n = last_blk - blk + 1; in ext2fs_block_alloc_stats_range()
|
/external/e2fsprogs/contrib/android/ |
D | ext2simg.c | 115 blk_t first_blk, last_blk, nb_blk, cur_blk; in ext_to_sparse() local 126 last_blk = ext2fs_get_block_bitmap_end2(fs->block_map); in ext_to_sparse() 127 nb_blk = last_blk - first_blk + 1; in ext_to_sparse() 144 for (cur_blk = first_blk; cur_blk <= last_blk; ++cur_blk) { in ext_to_sparse()
|
/external/e2fsprogs/e2fsck/ |
D | pass3.c | 801 static blk64_t last_blk = 0; in expand_dir_proc() local 814 last_blk = *blocknr; in expand_dir_proc() 819 (EXT2FS_B2C(fs, last_blk) == EXT2FS_B2C(fs, last_blk + 1))) in expand_dir_proc() 820 new_blk = last_blk + 1; in expand_dir_proc() 822 last_blk &= ~EXT2FS_CLUSTER_MASK(fs); in expand_dir_proc() 823 retval = ext2fs_new_block2(fs, last_blk, ctx->block_found_map, in expand_dir_proc() 832 last_blk = new_blk; in expand_dir_proc()
|
D | pass1b.c | 283 blk64_t last_blk; member 340 pb.last_blk = 0; in pass1b() 398 if (p->last_blk + 1 != *block_nr) { in process_pass1b_block() 399 if (p->last_blk) { in process_pass1b_block() 408 p->last_blk = *block_nr; in process_pass1b_block()
|
/external/e2fsprogs/misc/ |
D | mk_hugefiles.c | 443 blk64_t last_blk = ext2fs_blocks_count(fs->super) - 1; in get_start_block() local 447 blk, last_blk, &blk); in get_start_block() 452 blk, last_blk, &next); in get_start_block() 454 next = last_blk; in get_start_block()
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 609 if (child->last_blk != ei->blk + ei->len - 1) in check_extent_info() 622 if (!child->last_blk) { in check_extent_info() 626 } else if (child->last_blk + 1 != blkaddr) { in check_extent_info() 630 child->last_blk = blkaddr; in check_extent_info() 746 child.last_blk = 0; in fsck_chk_inode_blk() 1303 int max, int idx, int last_blk, int enc_name) in print_dentry() argument 1319 if (bit_offset >= max && last_blk) in print_dentry() 1471 int max, int last_blk, int enc_name) in __chk_dentries() argument 1613 dentry, max, i, last_blk, enc_name); in __chk_dentries() 1675 struct child_info *child, int last_blk, int enc_name) in fsck_chk_dentry_blk() argument [all …]
|
D | fsck.h | 78 u32 last_blk; member
|
/external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 390 const auto last_blk = new_blocks.end() - 1; in UpdateSucceedingPhis() local 392 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis() 393 const BasicBlock& const_last_block = *last_blk->get(); in UpdateSucceedingPhis()
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/source/opt/ |
D | instrument_pass.cpp | 390 const auto last_blk = new_blocks.end() - 1; in UpdateSucceedingPhis() local 392 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis() 393 const BasicBlock& const_last_block = *last_blk->get(); in UpdateSucceedingPhis()
|
/external/deqp-deps/SPIRV-Tools/source/opt/ |
D | instrument_pass.cpp | 390 const auto last_blk = new_blocks.end() - 1; in UpdateSucceedingPhis() local 392 const uint32_t last_id = (*last_blk)->id(); in UpdateSucceedingPhis() 393 const BasicBlock& const_last_block = *last_blk->get(); in UpdateSucceedingPhis()
|