Lines Matching refs:left_info
2451 struct btrfs_free_space *left_info = NULL;
2469 left_info = rb_entry(right_prev, struct btrfs_free_space, offset_index);
2471 left_info = tree_search_offset(ctl, offset - 1, 0, 0);
2483 if (left_info && !left_info->bitmap &&
2484 left_info->offset + left_info->bytes == offset &&
2485 (!is_trimmed || btrfs_free_space_trimmed(left_info))) {
2486 unlink_free_space(ctl, left_info, update_stat);
2487 info->offset = left_info->offset;
2488 info->bytes += left_info->bytes;
2489 kmem_cache_free(btrfs_free_space_cachep, left_info);