Home
last modified time | relevance | path

Searched refs:dev_alloc_list (Results 1 – 7 of 7) sorted by relevance

/linux/fs/bcachefs/
H A Dalloc_foreground.h21 struct dev_alloc_list { struct
26 struct dev_alloc_list bch2_dev_alloc_list(struct bch_fs *, argument
H A Dalloc_foreground.c632 struct dev_alloc_list bch2_dev_alloc_list(struct bch_fs *c, in bch2_dev_alloc_list()
636 struct dev_alloc_list ret = { .nr = 0 }; in bch2_dev_alloc_list()
718 struct dev_alloc_list devs_sorted = bch2_dev_alloc_list(c, stripe, devs_may_alloc); in bch2_bucket_alloc_set_trans()
790 struct dev_alloc_list devs_sorted = bch2_dev_alloc_list(c, &wp->stripe, devs_may_alloc); in bucket_alloc_from_stripe()
H A Djournal_io.c1436 struct dev_alloc_list *devs, in journal_advance_devs_to_next_bucket()
1466 struct dev_alloc_list *devs, in __journal_write_alloc()
1524 struct dev_alloc_list devs_sorted; in journal_write_alloc()
/linux/fs/btrfs/
H A Dvolumes.h108 struct list_head dev_alloc_list; /* chunk mutex */ member
H A Dvolumes.c715 list_add_tail(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_open_one_device()
1155 list_del_init(&device->dev_alloc_list); in __btrfs_free_extra_devids()
1205 list_del_init(&device->dev_alloc_list); in btrfs_close_one_device()
1246 WARN_ON(!list_empty(&device->dev_alloc_list)); in btrfs_close_one_device()
2311 list_del_init(&device->dev_alloc_list); in btrfs_rm_device()
2423 list_add(&device->dev_alloc_list, in btrfs_rm_device()
2446 list_del(&srcdev->dev_alloc_list); in btrfs_rm_dev_replace_remove_srcdev()
2884 list_add(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_init_new_device()
2992 list_del(&device->dev_alloc_list); in btrfs_init_new_device()
5320 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in gather_device_info()
[all …]
H A Ddev-replace.c992 list_add(&tgt_device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_dev_replace_finishing()
H A Dzoned.c2331 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in btrfs_can_activate_zone()