Lines Matching refs:last
82 #define outside(b, first, last) ((b) < (first) || (b) >= (last)) argument
83 #define inside(b, first, last) ((b) >= (first) && (b) < (last)) argument
1047 ext4_group_t last; in update_backups() local
1066 last = sbi->s_groups_count; in update_backups()
1069 last = (ext4_group_t)(group + EXT4_DESC_PER_BLOCK(sb) - 2); in update_backups()
1113 else if (group == last) in update_backups()
1116 group = last; in update_backups()
1417 ext4_grpblk_t last; in ext4_flex_group_add() local
1427 ext4_get_group_no_and_offset(sb, o_blocks_count, &group, &last); in ext4_flex_group_add()
1428 BUG_ON(last); in ext4_flex_group_add()
1511 ext4_grpblk_t last; in ext4_setup_next_flex_gd() local
1522 ext4_get_group_no_and_offset(sb, o_blocks_count, &group, &last); in ext4_setup_next_flex_gd()
1523 BUG_ON(last); in ext4_setup_next_flex_gd()
1524 ext4_get_group_no_and_offset(sb, n_blocks_count - 1, &n_group, &last); in ext4_setup_next_flex_gd()
1552 if ((last_group == n_group) && (last != blocks_per_group - 1)) { in ext4_setup_next_flex_gd()
1553 group_data[i - 1].blocks_count = last + 1; in ext4_setup_next_flex_gd()
1555 last - 1; in ext4_setup_next_flex_gd()
1710 ext4_grpblk_t last; in ext4_group_extend() local
1741 ext4_get_group_no_and_offset(sb, o_blocks_count, &group, &last); in ext4_group_extend()
1743 if (last == 0) { in ext4_group_extend()
1748 add = EXT4_BLOCKS_PER_GROUP(sb) - last; in ext4_group_extend()