Lines Matching defs:last

127 #define outside(b, first, last)	((b) < (first) || (b) >= (last))
128 #define inside(b, first, last) ((b) >= (first) && (b) < (last))
175 ext4_warning(sb, "Cannot read last block (%llu)",
1110 * mounted. We don't need to worry about last changing from
1119 ext4_group_t last;
1138 last = sbi->s_groups_count;
1141 last = (ext4_group_t)(group + EXT4_DESC_PER_BLOCK(sb) - 2);
1185 else if (group == last)
1188 group = last;
1495 ext4_grpblk_t last;
1505 ext4_get_group_no_and_offset(sb, o_blocks_count, &group, &last);
1506 BUG_ON(last);
1513 * blocks. If we are adding a group past the last current GDT block,
1592 ext4_grpblk_t last;
1603 ext4_get_group_no_and_offset(sb, o_blocks_count, &group, &last);
1604 BUG_ON(last);
1605 ext4_get_group_no_and_offset(sb, n_blocks_count - 1, &n_group, &last);
1631 /* We need to initialize block bitmap of last group. */
1634 if ((last_group == n_group) && (last != clusters_per_group - 1)) {
1635 group_data[i - 1].blocks_count = EXT4_C2B(sbi, last + 1);
1637 last - 1;
1654 * adding in the last group in case things have changed since verifying.
1781 * point is only used to extend the current filesystem to the end of the last
1793 ext4_grpblk_t last;
1803 "extending last group from %llu to %llu blocks",
1821 /* Handle the remaining blocks in the last group only. */
1822 ext4_get_group_no_and_offset(sb, o_blocks_count, &group, &last);
1824 if (last == 0) {
1829 add = EXT4_BLOCKS_PER_GROUP(sb) - last;
1846 ext4_warning(sb, "can't read last block, resize aborted");
1974 ext4_warning(sb, "can't read last block, resize aborted");
2032 n_group--; /* set to last group number */
2060 * Make sure the last group has enough space so that it's
2063 * the inode table blocks in the last block group, but there
2079 /* extend the last group */