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
1046 ext4_group_t last; in update_backups() local
1065 last = sbi->s_groups_count; in update_backups()
1068 last = (ext4_group_t)(group + EXT4_DESC_PER_BLOCK(sb) - 2); in update_backups()
1112 else if (group == last) in update_backups()
1115 group = last; in update_backups()
1414 ext4_grpblk_t last; in ext4_flex_group_add() local
1424 ext4_get_group_no_and_offset(sb, o_blocks_count, &group, &last); in ext4_flex_group_add()
1425 BUG_ON(last); in ext4_flex_group_add()
1507 ext4_grpblk_t last; in ext4_setup_next_flex_gd() local
1518 ext4_get_group_no_and_offset(sb, o_blocks_count, &group, &last); in ext4_setup_next_flex_gd()
1519 BUG_ON(last); in ext4_setup_next_flex_gd()
1520 ext4_get_group_no_and_offset(sb, n_blocks_count - 1, &n_group, &last); in ext4_setup_next_flex_gd()
1548 if ((last_group == n_group) && (last != blocks_per_group - 1)) { in ext4_setup_next_flex_gd()
1549 group_data[i - 1].blocks_count = last + 1; in ext4_setup_next_flex_gd()
1551 last - 1; in ext4_setup_next_flex_gd()
1704 ext4_grpblk_t last; in ext4_group_extend() local
1735 ext4_get_group_no_and_offset(sb, o_blocks_count, &group, &last); in ext4_group_extend()
1737 if (last == 0) { in ext4_group_extend()
1742 add = EXT4_BLOCKS_PER_GROUP(sb) - last; in ext4_group_extend()