Searched refs:start_blk (Results 1 – 5 of 5) sorted by relevance
/external/e2fsprogs/lib/ext2fs/ |
D | alloc_tables.c | 37 static blk64_t flexbg_offset(ext2_filsys fs, dgrp_t group, blk64_t start_blk, in flexbg_offset() argument 56 if (start_blk && ext2fs_test_block_bitmap_range2(bmap, start_blk, in flexbg_offset() 58 return start_blk; in flexbg_offset() 60 start_blk = ext2fs_group_first_block2(fs, flexbg_size * flexbg); in flexbg_offset() 67 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, size, in flexbg_offset() 71 if (ext2fs_get_free_blocks2(fs, start_blk, last_blk, elem_size, in flexbg_offset() 87 blk64_t group_blk, start_blk, last_blk, new_blk, blk; in ext2fs_allocate_group_table() local 112 1, bmap, &start_blk); in ext2fs_allocate_group_table() 115 start_blk += fs->inode_blocks_per_group; in ext2fs_allocate_group_table() 116 start_blk += ((fs->stride * group) % in ext2fs_allocate_group_table() [all …]
|
/external/f2fs-tools/tools/ |
D | fibmap.c | 19 __u32 start_blk; member 29 printf("%8d %8d %8d %8d\n", ext->f_pos, ext->start_blk, in print_ext() 136 ext.start_blk = blknum; in main() 155 ext.start_blk = blknum; in main()
|
/external/e2fsprogs/misc/ |
D | tune2fs.c | 1310 blk64_t start_blk, end_blk; in get_move_bitmaps() local 1317 start_blk = ext2fs_inode_table_loc(fs, i) + in get_move_bitmaps() 1323 for (j = start_blk; j < end_blk; j++) { in get_move_bitmaps() 1342 needed_blocks += end_blk - start_blk; in get_move_bitmaps() 1365 blk64_t start_blk, end_blk; in ext2fs_is_block_in_group() local 1366 start_blk = fs->super->s_first_data_block + in ext2fs_is_block_in_group() 1372 end_blk = start_blk + EXT2_BLOCKS_PER_GROUP(fs->super); in ext2fs_is_block_in_group() 1373 if (blk >= start_blk && blk <= end_blk) in ext2fs_is_block_in_group()
|
/external/f2fs-tools/fsck/ |
D | fsck.c | 904 block_t start_blk, orphan_blkaddr, i, j; in fsck_chk_orphan_node() local 911 start_blk = __start_cp_addr(sbi) + 1 + in fsck_chk_orphan_node() 917 int ret = dev_read_block(orphan_blk, start_blk + i); in fsck_chk_orphan_node()
|
/external/e2fsprogs/ |
D | RELEASE-NOTES | 138 not being able to punch a single block (where start_blk == end_block).
|