HomeSort by relevance Sort by last modified time
    Searched refs:end_blk (Results 1 - 2 of 2) sorted by null

  /external/e2fsprogs/lib/ext2fs/
extent.c 46 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 = path->end_blk
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 975 blk_t start_blk, end_blk; local
985 end_blk = fs->group_desc[i].bg_inode_table +
988 for (j = start_blk; j < end_blk; j++) {
1007 needed_blocks += end_blk - start_blk;
1030 blk_t start_blk, end_blk; local
1034 * We cannot get new block beyond end_blk for for the last block group
1037 end_blk = start_blk + EXT2_BLOCKS_PER_GROUP(fs->super);
1038 if (blk >= start_blk && blk <= end_blk)
    [all...]

Completed in 1333 milliseconds