Searched refs:next_info (Results 1 – 1 of 1) sorted by relevance
1842 struct btrfs_free_space *next_info = NULL; in btrfs_remove_free_space() local1870 next_info = rb_entry(rb_next(&info->offset_index), in btrfs_remove_free_space()1874 if (next_info->bitmap) in btrfs_remove_free_space()1875 end = next_info->offset + in btrfs_remove_free_space()1878 end = next_info->offset + next_info->bytes; in btrfs_remove_free_space()1880 if (next_info->bytes < bytes || in btrfs_remove_free_space()1881 next_info->offset > offset || offset > end) { in btrfs_remove_free_space()1892 info = next_info; in btrfs_remove_free_space()