Searched refs:end_blk (Results 1 - 2 of 2) sorted by relevance

/external/e2fsprogs/lib/ext2fs/
H A Dextent.c46 blk64_t end_blk; member in struct:extent_path
260 handle->path[0].end_blk =
289 blk64_t end_blk; local
467 newpath->end_blk = ext2fs_le32_to_cpu(ix->ei_block);
469 newpath->end_blk = path->end_blk;
485 printf("Down to level %d/%d, end_blk=%llu\n",
487 path->end_blk);
520 end_blk = ext2fs_le32_to_cpu(ix->ei_block);
522 end_blk
[all...]
/external/e2fsprogs/misc/
H A Dtune2fs.c1025 blk_t start_blk, end_blk; local
1035 end_blk = fs->group_desc[i].bg_inode_table +
1038 for (j = start_blk; j < end_blk; j++) {
1057 needed_blocks += end_blk - start_blk;
1080 blk_t start_blk, end_blk; local
1084 * We cannot get new block beyond end_blk for for the last block group
1087 end_blk = start_blk + EXT2_BLOCKS_PER_GROUP(fs->super);
1088 if (blk >= start_blk && blk <= end_blk)

Completed in 148 milliseconds