right_is_free    1417 fs/ext4/mballoc.c 	int right_is_free = 0;
right_is_free    1444 fs/ext4/mballoc.c 		right_is_free = !mb_test_bit(last + 1, e4b->bd_bitmap);
right_is_free    1465 fs/ext4/mballoc.c 	if (left_is_free && right_is_free)
right_is_free    1467 fs/ext4/mballoc.c 	else if (!left_is_free && !right_is_free)
right_is_free    1481 fs/ext4/mballoc.c 		last -= !right_is_free;
right_is_free    1482 fs/ext4/mballoc.c 		e4b->bd_info->bb_counters[0] += right_is_free ? -1 : 1;