Lines Matching refs:left_info
2287 struct btrfs_free_space *left_info = NULL;
2301 left_info = rb_entry(rb_prev(&right_info->offset_index),
2304 left_info = tree_search_offset(ctl, offset - 1, 0, 0);
2319 if (left_info && !left_info->bitmap &&
2320 left_info->offset + left_info->bytes == offset &&
2321 (!is_trimmed || btrfs_free_space_trimmed(left_info))) {
2323 unlink_free_space(ctl, left_info);
2325 __unlink_free_space(ctl, left_info);
2326 info->offset = left_info->offset;
2327 info->bytes += left_info->bytes;
2328 kmem_cache_free(btrfs_free_space_cachep, left_info);