Home
last modified time | relevance | path

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

/linux/block/
H A Dblk-zoned.c1127 if (!bdev->bd_disk->zone_wplugs_hash) in blk_zone_plug_bio()
1497 disk->zone_wplugs_hash = in disk_alloc_zone_resources()
1500 if (!disk->zone_wplugs_hash) in disk_alloc_zone_resources()
1523 kfree(disk->zone_wplugs_hash); in disk_alloc_zone_resources()
1524 disk->zone_wplugs_hash = NULL; in disk_alloc_zone_resources()
1534 if (!disk->zone_wplugs_hash) in disk_destroy_zone_wplugs_hash_table()
1548 kfree(disk->zone_wplugs_hash); in disk_destroy_zone_wplugs_hash_table()
1549 disk->zone_wplugs_hash = NULL; in disk_destroy_zone_wplugs_hash_table()
1610 if (!disk->zone_wplugs_hash) in disk_revalidate_zone_resources()
1737 if (!disk->zone_wplugs_hash) in blk_revalidate_seq_zone()
[all …]
/linux/include/linux/
H A Dblkdev.h194 struct hlist_head *zone_wplugs_hash; member