Searched refs:dev_alloc_list (Results 1 – 7 of 7) sorted by relevance
/linux/fs/bcachefs/ |
H A D | alloc_foreground.h | 23 struct dev_alloc_list { struct 45 struct dev_alloc_list devs_sorted; argument 78 struct dev_alloc_list *);
|
H A D | journal_io.c | 1532 struct dev_alloc_list *devs, in journal_advance_devs_to_next_bucket() 1563 struct dev_alloc_list *devs, in __journal_write_alloc() 1617 struct dev_alloc_list devs_sorted; in journal_write_alloc()
|
H A D | alloc_foreground.c | 608 struct dev_alloc_list *ret) in bch2_dev_alloc_list()
|
/linux/fs/btrfs/ |
H A D | volumes.c | 717 list_add_tail(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_open_one_device() 1087 list_del_init(&device->dev_alloc_list); in __btrfs_free_extra_devids() 1137 list_del_init(&device->dev_alloc_list); in btrfs_close_one_device() 1178 WARN_ON(!list_empty(&device->dev_alloc_list)); in btrfs_close_one_device() 2230 list_del_init(&device->dev_alloc_list); in btrfs_rm_device() 2342 list_add(&device->dev_alloc_list, in btrfs_rm_device() 2365 list_del(&srcdev->dev_alloc_list); in btrfs_rm_dev_replace_remove_srcdev() 2808 list_add(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_init_new_device() 2916 list_del(&device->dev_alloc_list); in btrfs_init_new_device() 5259 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in gather_device_info() [all …]
|
H A D | volumes.h | 111 struct list_head dev_alloc_list; /* chunk mutex */ member
|
H A D | dev-replace.c | 983 list_add(&tgt_device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_dev_replace_finishing()
|
H A D | zoned.c | 2426 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in btrfs_can_activate_zone()
|