Home
last modified time | relevance | path

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

/Linux-v5.15/block/partitions/
Dcore.c335 case BLK_ZONED_HM: in add_partition()
631 if (disk->queue->limits.zoned == BLK_ZONED_HM) { in blk_add_partitions()
/Linux-v5.15/fs/btrfs/
Dzoned.h266 return bdev_zoned_model(bdev) != BLK_ZONED_HM; in btrfs_check_device_zone_type()
Dzoned.c450 case BLK_ZONED_HM: in btrfs_get_dev_zone_info()
539 if (model == BLK_ZONED_HM || in btrfs_check_zoned_mode()
/Linux-v5.15/drivers/nvme/host/
Dzns.c112 blk_queue_set_zoned(ns->disk, BLK_ZONED_HM); in nvme_update_zone_info()
/Linux-v5.15/block/
Dblk-settings.c880 case BLK_ZONED_HM: in blk_queue_set_zoned()
Dblk-sysfs.c313 case BLK_ZONED_HM: in queue_zoned_show()
/Linux-v5.15/drivers/block/null_blk/
Dzoned.c159 blk_queue_set_zoned(nullb->disk, BLK_ZONED_HM); in null_register_zoned_dev()
/Linux-v5.15/drivers/scsi/
Dsd_zbc.c834 if (blk_queue_zoned_model(q) == BLK_ZONED_HM) in sd_zbc_read_zones()
Dscsi_debug.c1550 if (sdeb_zbc_model == BLK_ZONED_HM && devip->max_open) in inquiry_vpd_b6()
4879 if (devip->zmodel == BLK_ZONED_HM) { in sdebug_device_create_zones()
4902 if (devip->zmodel == BLK_ZONED_HM) in sdebug_device_create_zones()
6580 [BLK_ZONED_HM] = "host-managed",
6586 [BLK_ZONED_HM] = "managed",
6592 [BLK_ZONED_HM] = "2",
6791 sdeb_zbc_model = BLK_ZONED_HM; in scsi_debug_init()
6804 case BLK_ZONED_HM: in scsi_debug_init()
Dsd.c2988 blk_queue_set_zoned(sdkp->disk, BLK_ZONED_HM); in sd_read_block_characteristics()
3005 q->limits.zoned == BLK_ZONED_HM ? "managed" : "aware"); in sd_read_block_characteristics()
/Linux-v5.15/include/linux/
Dblkdev.h282 BLK_ZONED_HM, /* Host-managed zoned block device */ enumerator
679 case BLK_ZONED_HM: in blk_queue_is_zoned()
/Linux-v5.15/drivers/md/
Ddm-kcopyd.c803 if (bdev_zoned_model(dests[i].bdev) == BLK_ZONED_HM) { in dm_kcopyd_copy()
Ddm-table.c1596 if (zoned_model == BLK_ZONED_HM) in dm_table_supports_zoned_model()
/Linux-v5.15/fs/f2fs/
Dsuper.c3807 if (bdev_zoned_model(FDEV(i).bdev) == BLK_ZONED_HM && in f2fs_scan_devices()