Home
last modified time | relevance | path

Searched refs:alloc_list (Results 1 – 5 of 5) sorted by relevance

/linux-4.19.296/include/linux/iio/
Dtrigger.h70 struct list_head alloc_list; member
/linux-4.19.296/fs/btrfs/
Dvolumes.h239 struct list_head alloc_list; member
Dvolumes.c266 INIT_LIST_HEAD(&fs_devs->alloc_list); in alloc_fs_devices()
724 list_add_tail(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_open_one_device()
2026 &fs_devices->alloc_list); in btrfs_rm_device()
2243 INIT_LIST_HEAD(&seed_devices->alloc_list); in btrfs_prepare_sprout()
2253 list_splice_init(&fs_devices->alloc_list, &seed_devices->alloc_list); in btrfs_prepare_sprout()
2445 list_add(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_init_new_device()
4647 if (list_empty(&fs_devices->alloc_list)) { in __btrfs_alloc_chunk()
4701 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in __btrfs_alloc_chunk()
Ddev-replace.c696 list_add(&tgt_device->dev_alloc_list, &fs_info->fs_devices->alloc_list); in btrfs_dev_replace_finishing()
Dextent-tree.c9531 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in btrfs_can_relocate()