Searched refs:left_info (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/btrfs/
H A Dfree-space-cache.c2453 struct btrfs_free_space *left_info = NULL; local
2471 left_info = rb_entry(right_prev, struct btrfs_free_space, offset_index);
2473 left_info = tree_search_offset(ctl, offset - 1, 0, 0);
2485 if (left_info && !left_info->bitmap &&
2486 left_info->offset + left_info->bytes == offset &&
2487 (!is_trimmed || btrfs_free_space_trimmed(left_info))) {
2488 unlink_free_space(ctl, left_info, update_stat);
2489 info->offset = left_info
[all...]

Completed in 102 milliseconds