Home
last modified time | relevance | path

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

/linux-6.15/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.c614 struct dev_alloc_list bch2_dev_alloc_list(struct bch_fs *c, in bch2_dev_alloc_list()
618 struct dev_alloc_list ret = { .nr = 0 }; in bch2_dev_alloc_list()
737 struct dev_alloc_list devs_sorted = bch2_dev_alloc_list(c, stripe, devs_may_alloc); in bch2_bucket_alloc_set_trans()
809 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.c1464 struct dev_alloc_list *devs, in journal_advance_devs_to_next_bucket()
1494 struct dev_alloc_list *devs, in __journal_write_alloc()
1552 struct dev_alloc_list devs_sorted; in journal_write_alloc()
/linux-6.15/fs/btrfs/
H A Dvolumes.h112 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()
1079 list_del_init(&device->dev_alloc_list); in __btrfs_free_extra_devids()
1129 list_del_init(&device->dev_alloc_list); in btrfs_close_one_device()
1170 WARN_ON(!list_empty(&device->dev_alloc_list)); in btrfs_close_one_device()
2222 list_del_init(&device->dev_alloc_list); in btrfs_rm_device()
2334 list_add(&device->dev_alloc_list, in btrfs_rm_device()
2357 list_del(&srcdev->dev_alloc_list); in btrfs_rm_dev_replace_remove_srcdev()
2795 list_add(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_init_new_device()
2903 list_del(&device->dev_alloc_list); in btrfs_init_new_device()
5231 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in gather_device_info()
[all …]
H A Ddev-replace.c983 list_add(&tgt_device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_dev_replace_finishing()
H A Dzoned.c2353 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in btrfs_can_activate_zone()