Home
last modified time | relevance | path

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

/linux-6.1.9/block/partitions/
Dcore.c326 case BLK_ZONED_HM: in add_partition()
622 if (disk->queue->limits.zoned == BLK_ZONED_HM) { in blk_add_partitions()
/linux-6.1.9/drivers/nvme/host/
Dzns.c112 disk_set_zoned(ns->disk, BLK_ZONED_HM); in nvme_update_zone_info()
/linux-6.1.9/fs/btrfs/
Dzoned.h344 return bdev_zoned_model(bdev) != BLK_ZONED_HM; in btrfs_check_device_zone_type()
Dzoned.c594 case BLK_ZONED_HM: in btrfs_get_dev_zone_info()
704 bdev_zoned_model(device->bdev) == BLK_ZONED_HM) { in btrfs_check_for_zoned_device()
/linux-6.1.9/include/linux/
Dblkdev.h270 BLK_ZONED_HM, /* Host-managed zoned block device */ enumerator
662 case BLK_ZONED_HM: in blk_queue_is_zoned()
/linux-6.1.9/drivers/block/null_blk/
Dzoned.c162 disk_set_zoned(nullb->disk, BLK_ZONED_HM); in null_register_zoned_dev()
/linux-6.1.9/block/
Dblk-settings.c914 case BLK_ZONED_HM: in disk_set_zoned()
Dblk-sysfs.c319 case BLK_ZONED_HM: in queue_zoned_show()
/linux-6.1.9/drivers/scsi/
Dscsi_debug.c1564 if (sdeb_zbc_model == BLK_ZONED_HM && devip->max_open) in inquiry_vpd_b6()
1906 if (devip->zmodel == BLK_ZONED_HM) in resp_readcap16()
5081 if (devip->zmodel == BLK_ZONED_HM) { in sdebug_device_create_zones()
5106 if (devip->zmodel == BLK_ZONED_HM) in sdebug_device_create_zones()
6802 [BLK_ZONED_HM] = "host-managed",
6808 [BLK_ZONED_HM] = "managed",
6814 [BLK_ZONED_HM] = "2",
7014 sdeb_zbc_model = BLK_ZONED_HM; in scsi_debug_init()
7027 case BLK_ZONED_HM: in scsi_debug_init()
Dsd_zbc.c964 if (blk_queue_zoned_model(q) == BLK_ZONED_HM) in sd_zbc_read_zones()
Dsd.c2937 disk_set_zoned(sdkp->disk, BLK_ZONED_HM); in sd_read_block_characteristics()
2954 q->limits.zoned == BLK_ZONED_HM ? "managed" : "aware"); in sd_read_block_characteristics()
/linux-6.1.9/drivers/md/
Ddm-kcopyd.c803 if (bdev_zoned_model(dests[i].bdev) == BLK_ZONED_HM) { in dm_kcopyd_copy()
Ddm-table.c1609 if (zoned_model == BLK_ZONED_HM) in dm_table_supports_zoned_model()
/linux-6.1.9/fs/f2fs/
Dsuper.c3979 if (bdev_zoned_model(FDEV(i).bdev) == BLK_ZONED_HM && in f2fs_scan_devices()