Searched refs:active_zones (Results 1 - 2 of 2) sorted by relevance

/linux-master/fs/btrfs/
H A Dzoned.c451 zone_info->active_zones = bitmap_zalloc(zone_info->nr_zones, GFP_KERNEL);
452 if (!zone_info->active_zones) {
499 __set_bit(nreported, zone_info->active_zones);
607 bitmap_free(zone_info->active_zones);
637 zone_info->active_zones = bitmap_zalloc(zone_info->nr_zones, GFP_KERNEL);
638 if (!zone_info->active_zones)
641 bitmap_copy(zone_info->active_zones, orig_dev->zone_info->active_zones,
650 bitmap_free(zone_info->active_zones);
1107 if (!test_bit(zno, zone_info->active_zones)) {
[all...]
H A Dzoned.h48 unsigned long *active_zones; member in struct:btrfs_zoned_device_info

Completed in 114 milliseconds