Home
last modified time | relevance | path

Searched refs:zone_wplugs_hash (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/block/
H A Dblk-zoned.c125 if (disk->zone_wplugs_hash) in disk_report_zones_cb()
1119 if (!bdev->bd_disk->zone_wplugs_hash) in blk_zone_plug_bio()
1353 disk->zone_wplugs_hash = in disk_alloc_zone_resources()
1356 if (!disk->zone_wplugs_hash) in disk_alloc_zone_resources()
1379 kfree(disk->zone_wplugs_hash); in disk_alloc_zone_resources()
1380 disk->zone_wplugs_hash = NULL; in disk_alloc_zone_resources()
1390 if (!disk->zone_wplugs_hash) in disk_destroy_zone_wplugs_hash_table()
1405 kfree(disk->zone_wplugs_hash); in disk_destroy_zone_wplugs_hash_table()
1406 disk->zone_wplugs_hash = NULL; in disk_destroy_zone_wplugs_hash_table()
1485 if (!disk->zone_wplugs_hash) in disk_revalidate_zone_resources()
[all …]
/linux-6.15/include/linux/
H A Dblkdev.h203 struct hlist_head *zone_wplugs_hash; member