Lines Matching defs:last_block
2855 ext4_fsblk_t last_block;
2872 last_block = ext4_blocks_count(sbi->s_es) - 1;
2874 last_block = first_block +
2897 if (block_bitmap < first_block || block_bitmap > last_block) {
2919 if (inode_bitmap < first_block || inode_bitmap > last_block) {
2942 inode_table + sbi->s_itb_per_group - 1 > last_block) {
3851 ext4_fsblk_t first_block, last_block, b;
3863 last_block = first_block + EXT4_BLOCKS_PER_GROUP(sb) - 1;
3867 if (b >= first_block && b <= last_block) {
3872 if (b >= first_block && b <= last_block) {
3877 if (b >= first_block && b + sbi->s_itb_per_group <= last_block)