Searched refs:dev_alloc_list (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/fs/btrfs/ |
D | volumes.h | 52 struct list_head dev_alloc_list; member
|
D | volumes.c | 227 INIT_LIST_HEAD(&dev->dev_alloc_list); in __alloc_device() 794 list_del_init(&device->dev_alloc_list); in btrfs_close_extra_devices() 950 list_add(&device->dev_alloc_list, in __btrfs_open_devices() 1800 list_del_init(&device->dev_alloc_list); in btrfs_rm_device() 1945 list_add(&device->dev_alloc_list, in btrfs_rm_device() 1969 list_del_rcu(&srcdev->dev_alloc_list); in btrfs_rm_dev_replace_remove_srcdev() 2336 list_add(&device->dev_alloc_list, in btrfs_init_new_device() 4577 device = list_entry(cur, struct btrfs_device, dev_alloc_list); in __btrfs_alloc_chunk() 6972 list_del_init(&device->dev_alloc_list); in btrfs_close_one_device()
|
D | dev-replace.c | 565 list_add(&tgt_device->dev_alloc_list, &fs_info->fs_devices->alloc_list); in btrfs_dev_replace_finishing()
|
D | extent-tree.c | 9409 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in btrfs_can_relocate() 10699 list_for_each_entry(device, devices, dev_alloc_list) { in btrfs_trim_fs()
|