Home | History | Annotate | Download | only in misc

Lines Matching refs:end_blk

1025 	blk_t start_blk, end_blk;
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;
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)