Searched refs:resized_list (Results 1 – 3 of 3) sorted by relevance
124 struct list_head resized_list; member
228 INIT_LIST_HEAD(&dev->resized_list); in __alloc_device()2523 ASSERT(list_empty(&srcdev->resized_list)); in btrfs_init_dev_replace_tgtdev()2636 if (list_empty(&device->resized_list)) in btrfs_grow_device()2637 list_add_tail(&device->resized_list, in btrfs_grow_device()4387 if (list_empty(&device->resized_list)) in btrfs_shrink_device()4388 list_add_tail(&device->resized_list, in btrfs_shrink_device()6910 resized_list) { in btrfs_update_commit_device_size()6911 list_del_init(&curr->resized_list); in btrfs_update_commit_device_size()
558 ASSERT(list_empty(&src_device->resized_list)); in btrfs_dev_replace_finishing()