Searched refs:resized_list (Results 1 – 3 of 3) sorted by relevance
124 struct list_head resized_list; member
148 INIT_LIST_HEAD(&dev->resized_list); in __alloc_device()2376 ASSERT(list_empty(&srcdev->resized_list)); in btrfs_init_dev_replace_tgtdev()2489 if (list_empty(&device->resized_list)) in btrfs_grow_device()2490 list_add_tail(&device->resized_list, in btrfs_grow_device()4070 if (list_empty(&device->resized_list)) in btrfs_shrink_device()4071 list_add_tail(&device->resized_list, in btrfs_shrink_device()6708 resized_list) { in btrfs_update_commit_device_size()6709 list_del_init(&curr->resized_list); in btrfs_update_commit_device_size()
556 ASSERT(list_empty(&src_device->resized_list)); in btrfs_dev_replace_finishing()