Home
last modified time | relevance | path

Searched refs:z_type (Results 1 – 6 of 6) sorted by relevance

/openbmc/u-boot/include/zfs/
H A Dzfs_acl.h18 uint16_t z_type; /* type of entry allow/deny */ member
/openbmc/linux/include/uapi/linux/
H A Dvirtio_blk.h250 __u8 z_type; member
/openbmc/qemu/include/standard-headers/linux/
H A Dvirtio_blk.h248 uint8_t z_type; member
/openbmc/linux/drivers/scsi/
H A Dscsi_debug.c280 enum sdebug_z_type z_type; member
2742 return zsp->z_type == ZBC_ZTYPE_CNV; in zbc_zone_is_conv()
2747 return zsp->z_type == ZBC_ZTYPE_GAP; in zbc_zone_is_gap()
2851 if (zsp->z_type == ZBC_ZTYPE_SWR) { in zbc_inc_wp()
2896 if (zsp->z_type != zsp_end->z_type) { in check_zbc_access_params()
2923 if (zsp->z_type == ZBC_ZTYPE_SWR) { in check_zbc_access_params()
4571 desc[0] = zsp->z_type; in resp_report_zones()
5040 zsp->z_type = ZBC_ZTYPE_CNV; in sdebug_device_create_zones()
5047 zsp->z_type = ZBC_ZTYPE_SWR; in sdebug_device_create_zones()
5049 zsp->z_type = ZBC_ZTYPE_SWP; in sdebug_device_create_zones()
[all …]
/openbmc/qemu/hw/block/
H A Dvirtio-blk.c563 desc.z_type = VIRTIO_BLK_ZT_CONV; in virtio_blk_zone_report_complete()
566 desc.z_type = VIRTIO_BLK_ZT_SWR; in virtio_blk_zone_report_complete()
569 desc.z_type = VIRTIO_BLK_ZT_SWP; in virtio_blk_zone_report_complete()
/openbmc/linux/drivers/block/
H A Dvirtio_blk.c605 switch (entry->z_type) { in virtblk_parse_zone()
617 zone.start, entry->z_type); in virtblk_parse_zone()