Home
last modified time | relevance | path

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

/openbmc/linux/block/partitions/
H A Dcore.c320 case BLK_ZONED_HM: in add_partition()
620 if (disk->queue->limits.zoned == BLK_ZONED_HM) { in blk_add_partitions()
/openbmc/linux/drivers/nvme/host/
H A Dzns.c111 disk_set_zoned(ns->disk, BLK_ZONED_HM); in nvme_update_zone_info()
/openbmc/linux/fs/btrfs/
H A Dzoned.h327 return bdev_zoned_model(bdev) != BLK_ZONED_HM; in btrfs_check_device_zone_type()
H A Dzoned.c582 case BLK_ZONED_HM: in btrfs_get_dev_zone_info()
692 bdev_zoned_model(device->bdev) == BLK_ZONED_HM) { in btrfs_check_for_zoned_device()
/openbmc/linux/include/linux/
H A Dblkdev.h288 BLK_ZONED_HM, /* Host-managed zoned block device */ enumerator
651 case BLK_ZONED_HM: in blk_queue_is_zoned()
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c1552 if (sdeb_zbc_model == BLK_ZONED_HM && devip->max_open) in inquiry_vpd_b6()
1894 if (devip->zmodel == BLK_ZONED_HM) in resp_readcap16()
5021 if (devip->zmodel == BLK_ZONED_HM) { in sdebug_device_create_zones()
5046 if (devip->zmodel == BLK_ZONED_HM) in sdebug_device_create_zones()
6714 [BLK_ZONED_HM] = "host-managed",
6720 [BLK_ZONED_HM] = "managed",
6726 [BLK_ZONED_HM] = "2",
6915 sdeb_zbc_model = BLK_ZONED_HM; in scsi_debug_init()
6926 case BLK_ZONED_HM: in scsi_debug_init()
H A Dsd.c3145 disk_set_zoned(sdkp->disk, BLK_ZONED_HM); in sd_read_block_characteristics()
3163 q->limits.zoned == BLK_ZONED_HM ? "managed" : "aware"); in sd_read_block_characteristics()
/openbmc/linux/drivers/block/null_blk/
H A Dzoned.c173 disk_set_zoned(nullb->disk, BLK_ZONED_HM); in null_register_zoned_dev()
/openbmc/linux/block/
H A Dblk-settings.c928 case BLK_ZONED_HM: in disk_set_zoned()
H A Dblk-sysfs.c315 case BLK_ZONED_HM: in queue_zoned_show()
/openbmc/linux/drivers/md/
H A Ddm-kcopyd.c810 if (bdev_zoned_model(dests[i].bdev) == BLK_ZONED_HM) { in dm_kcopyd_copy()
H A Ddm-table.c1614 if (zoned_model == BLK_ZONED_HM) in dm_table_supports_zoned_model()
/openbmc/linux/drivers/block/
H A Dvirtio_blk.c768 disk_set_zoned(vblk->disk, BLK_ZONED_HM); in virtblk_probe_zoned_device()
H A Dublk_drv.c281 disk_set_zoned(ub->ub_disk, BLK_ZONED_HM); in ublk_dev_param_zoned_apply()
/openbmc/linux/fs/f2fs/
H A Dsuper.c4236 if (bdev_zoned_model(FDEV(i).bdev) == BLK_ZONED_HM && in f2fs_scan_devices()