Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/block/partitions/
H A Dcore.c387 case BLK_ZONED_HM: in add_partition()
735 if (disk->queue->limits.zoned == BLK_ZONED_HM) { in blk_add_partitions()
/OK3568_Linux_fs/kernel/drivers/nvme/host/
H A Dzns.c107 q->limits.zoned = BLK_ZONED_HM; in nvme_update_zone_info()
/OK3568_Linux_fs/kernel/drivers/block/
H A Dnull_blk_zoned.c119 q->limits.zoned = BLK_ZONED_HM; in null_init_zoned_dev()
/OK3568_Linux_fs/kernel/block/
H A Dblk-settings.c850 case BLK_ZONED_HM: in blk_queue_set_zoned()
H A Dblk-sysfs.c298 case BLK_ZONED_HM: in queue_zoned_show()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_debug.c1549 if (sdeb_zbc_model == BLK_ZONED_HM && devip->max_open) in inquiry_vpd_b6()
1885 if (devip->zmodel == BLK_ZONED_HM) in resp_readcap16()
4897 if (devip->zmodel == BLK_ZONED_HM) { in sdebug_device_create_zones()
4920 if (devip->zmodel == BLK_ZONED_HM) in sdebug_device_create_zones()
6566 [BLK_ZONED_HM] = "host-managed",
6572 [BLK_ZONED_HM] = "managed",
6578 [BLK_ZONED_HM] = "2",
6777 sdeb_zbc_model = BLK_ZONED_HM; in scsi_debug_init()
6790 case BLK_ZONED_HM: in scsi_debug_init()
H A Dsd.c3030 blk_queue_set_zoned(sdkp->disk, BLK_ZONED_HM); in sd_read_block_characteristics()
3047 q->limits.zoned == BLK_ZONED_HM ? "managed" : "aware"); in sd_read_block_characteristics()
/OK3568_Linux_fs/kernel/include/linux/
H A Dblkdev.h327 BLK_ZONED_HM, /* Host-managed zoned block device */ enumerator
727 case BLK_ZONED_HM: in blk_queue_is_zoned()
/OK3568_Linux_fs/kernel/drivers/md/
H A Ddm-kcopyd.c923 if (bdev_zoned_model(dests[i].bdev) == BLK_ZONED_HM) { in dm_kcopyd_copy()
H A Ddm-table.c1703 if (zoned_model == BLK_ZONED_HM) in dm_table_supports_zoned_model()
/OK3568_Linux_fs/kernel/fs/f2fs/
H A Dsuper.c3769 if (bdev_zoned_model(FDEV(i).bdev) == BLK_ZONED_HM && in f2fs_scan_devices()