Home
last modified time | relevance | path

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

/fs/btrfs/
Dvolumes.h91 struct list_head alloc_list; member
Dvolumes.c260 INIT_LIST_HEAD(&fs_devices->alloc_list); in device_list_add()
315 INIT_LIST_HEAD(&fs_devices->alloc_list); in clone_fs_devices()
497 &fs_devices->alloc_list); in __btrfs_open_devices()
1173 INIT_LIST_HEAD(&seed_devices->alloc_list); in btrfs_prepare_sprout()
1175 list_splice_init(&fs_devices->alloc_list, &seed_devices->alloc_list); in btrfs_prepare_sprout()
1354 &root->fs_info->fs_devices->alloc_list); in btrfs_init_new_device()
1965 if (list_empty(&fs_devices->alloc_list)) in __btrfs_alloc_chunk()
2028 cur = fs_devices->alloc_list.next; in __btrfs_alloc_chunk()
2072 if (cur == &fs_devices->alloc_list) in __btrfs_alloc_chunk()
2075 list_splice(&private_devs, &fs_devices->alloc_list); in __btrfs_alloc_chunk()