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

  /external/e2fsprogs/lib/ext2fs/
alloc_tables.c 36 static blk_t flexbg_offset(ext2_filsys fs, dgrp_t group, blk_t start_blk,
57 if (start_blk && group % flexbg_size) {
58 if (ext2fs_test_block_bitmap_range(bmap, start_blk + elem_size,
60 return start_blk + elem_size;
63 start_blk = ext2fs_group_first_block(fs, flexbg_size * flexbg);
70 if (ext2fs_get_free_blocks(fs, start_blk, last_blk, 1, bmap,
85 blk_t group_blk, start_blk, last_blk, new_blk, blk; local
110 1, bmap, &start_blk);
113 start_blk += fs->inode_blocks_per_group;
114 start_blk += ((fs->stride * group)
    [all...]
  /external/e2fsprogs/misc/
tune2fs.c 975 blk_t start_blk, end_blk; local
982 start_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
1031 start_blk = fs->super->s_first_data_block +
1037 end_blk = start_blk + EXT2_BLOCKS_PER_GROUP(fs->super);
1038 if (blk >= start_blk && blk <= end_blk)
    [all...]

Completed in 76 milliseconds