Searched refs:dev_alloc_list (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/fs/bcachefs/ |
D | alloc_foreground.h | 21 struct dev_alloc_list { struct 26 struct dev_alloc_list bch2_dev_alloc_list(struct bch_fs *, argument
|
D | alloc_foreground.c | 706 struct dev_alloc_list bch2_dev_alloc_list(struct bch_fs *c, in bch2_dev_alloc_list() 710 struct dev_alloc_list ret = { .nr = 0 }; in bch2_dev_alloc_list() 788 struct dev_alloc_list devs_sorted = in bch2_bucket_alloc_set_trans() 853 struct dev_alloc_list devs_sorted; in bucket_alloc_from_stripe()
|
D | journal_io.c | 1416 struct dev_alloc_list *devs_sorted, in __journal_write_alloc() 1482 struct dev_alloc_list devs_sorted; in journal_write_alloc()
|
/linux-6.12.1/fs/btrfs/ |
D | volumes.c | 714 list_add_tail(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_open_one_device() 1042 list_del_init(&device->dev_alloc_list); in __btrfs_free_extra_devids() 1092 list_del_init(&device->dev_alloc_list); in btrfs_close_one_device() 1133 WARN_ON(!list_empty(&device->dev_alloc_list)); in btrfs_close_one_device() 2169 list_del_init(&device->dev_alloc_list); in btrfs_rm_device() 2281 list_add(&device->dev_alloc_list, in btrfs_rm_device() 2304 list_del(&srcdev->dev_alloc_list); in btrfs_rm_dev_replace_remove_srcdev() 2746 list_add(&device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_init_new_device() 2854 list_del(&device->dev_alloc_list); in btrfs_init_new_device() 5189 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in gather_device_info() [all …]
|
D | volumes.h | 108 struct list_head dev_alloc_list; /* chunk mutex */ member
|
D | dev-replace.c | 994 list_add(&tgt_device->dev_alloc_list, &fs_devices->alloc_list); in btrfs_dev_replace_finishing()
|
D | zoned.c | 2327 list_for_each_entry(device, &fs_devices->alloc_list, dev_alloc_list) { in btrfs_can_activate_zone()
|