Home
last modified time | relevance | path

Searched refs:BLK_ZONED_HM (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/block/partitions/
Dcore.c380 case BLK_ZONED_HM: in add_partition()
728 if (disk->queue->limits.zoned == BLK_ZONED_HM) { in blk_add_partitions()
/Linux-v5.10/drivers/nvme/host/
Dzns.c107 q->limits.zoned = BLK_ZONED_HM; in nvme_update_zone_info()
/Linux-v5.10/drivers/block/
Dnull_blk_zoned.c112 q->limits.zoned = BLK_ZONED_HM; in null_init_zoned_dev()
/Linux-v5.10/block/
Dblk-settings.c838 case BLK_ZONED_HM: in blk_queue_set_zoned()
Dblk-sysfs.c298 case BLK_ZONED_HM: in queue_zoned_show()
/Linux-v5.10/include/linux/
Dblkdev.h318 BLK_ZONED_HM, /* Host-managed zoned block device */ enumerator
711 case BLK_ZONED_HM: in blk_queue_is_zoned()
/Linux-v5.10/drivers/scsi/
Dscsi_debug.c1549 if (sdeb_zbc_model == BLK_ZONED_HM && devip->max_open) in inquiry_vpd_b6()
4858 if (devip->zmodel == BLK_ZONED_HM) { in sdebug_device_create_zones()
4881 if (devip->zmodel == BLK_ZONED_HM) in sdebug_device_create_zones()
6527 [BLK_ZONED_HM] = "host-managed",
6533 [BLK_ZONED_HM] = "managed",
6539 [BLK_ZONED_HM] = "2",
6738 sdeb_zbc_model = BLK_ZONED_HM; in scsi_debug_init()
6751 case BLK_ZONED_HM: in scsi_debug_init()
Dsd.c3013 blk_queue_set_zoned(sdkp->disk, BLK_ZONED_HM); in sd_read_block_characteristics()
3030 q->limits.zoned == BLK_ZONED_HM ? "managed" : "aware"); in sd_read_block_characteristics()
/Linux-v5.10/drivers/md/
Ddm-kcopyd.c806 if (bdev_zoned_model(dests[i].bdev) == BLK_ZONED_HM) { in dm_kcopyd_copy()
Ddm-table.c1350 if (zoned_model == BLK_ZONED_HM && in dm_table_supports_zoned_model()
/Linux-v5.10/fs/f2fs/
Dsuper.c3363 if (bdev_zoned_model(FDEV(i).bdev) == BLK_ZONED_HM && in f2fs_scan_devices()