Lines Matching defs:last_block
3294 ext4_fsblk_t last_block;
3311 last_block = ext4_blocks_count(sbi->s_es) - 1;
3313 last_block = first_block +
3336 if (block_bitmap < first_block || block_bitmap > last_block) {
3358 if (inode_bitmap < first_block || inode_bitmap > last_block) {
3381 inode_table + sbi->s_itb_per_group - 1 > last_block) {
4138 ext4_fsblk_t first_block, last_block, b;
4150 last_block = first_block + EXT4_BLOCKS_PER_GROUP(sb) - 1;
4154 if (b >= first_block && b <= last_block) {
4159 if (b >= first_block && b <= last_block) {
4164 if (b >= first_block && b + sbi->s_itb_per_group <= last_block)