Home
last modified time | relevance | path

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

/linux-6.6.21/block/partitions/
Dcore.c320 case BLK_ZONED_HM: in add_partition()
621 if (disk->queue->limits.zoned == BLK_ZONED_HM) { in blk_add_partitions()
/linux-6.6.21/drivers/nvme/host/
Dzns.c111 disk_set_zoned(ns->disk, BLK_ZONED_HM); in nvme_update_zone_info()
/linux-6.6.21/fs/btrfs/
Dzoned.h327 return bdev_zoned_model(bdev) != BLK_ZONED_HM; in btrfs_check_device_zone_type()
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()
/linux-6.6.21/include/linux/
Dblkdev.h275 BLK_ZONED_HM, /* Host-managed zoned block device */ enumerator
638 case BLK_ZONED_HM: in blk_queue_is_zoned()
/linux-6.6.21/drivers/scsi/
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()
Dsd.c3139 disk_set_zoned(sdkp->disk, BLK_ZONED_HM); in sd_read_block_characteristics()
3157 q->limits.zoned == BLK_ZONED_HM ? "managed" : "aware"); in sd_read_block_characteristics()
/linux-6.6.21/block/
Dblk-settings.c924 case BLK_ZONED_HM: in disk_set_zoned()
Dblk-sysfs.c315 case BLK_ZONED_HM: in queue_zoned_show()
/linux-6.6.21/drivers/block/null_blk/
Dzoned.c162 disk_set_zoned(nullb->disk, BLK_ZONED_HM); in null_register_zoned_dev()
/linux-6.6.21/drivers/md/
Ddm-kcopyd.c810 if (bdev_zoned_model(dests[i].bdev) == BLK_ZONED_HM) { in dm_kcopyd_copy()
Ddm-table.c1614 if (zoned_model == BLK_ZONED_HM) in dm_table_supports_zoned_model()
/linux-6.6.21/drivers/block/
Dvirtio_blk.c772 disk_set_zoned(vblk->disk, BLK_ZONED_HM); in virtblk_probe_zoned_device()
Dublk_drv.c257 disk_set_zoned(ub->ub_disk, BLK_ZONED_HM); in ublk_dev_param_zoned_apply()
/linux-6.6.21/fs/f2fs/
Ddata.c998 return bdev_zoned_model(FDEV(devi).bdev) == BLK_ZONED_HM && in is_end_zone_blkaddr()
Dsuper.c4268 if (bdev_zoned_model(FDEV(i).bdev) == BLK_ZONED_HM && in f2fs_scan_devices()