Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvirtio_blk.h250 __u8 z_type; member
/linux/drivers/scsi/
H A Dscsi_debug.c328 enum sdebug_z_type z_type;
3747 return zsp->z_type == ZBC_ZTYPE_CNV; in zbc_zone()
3752 return zsp->z_type == ZBC_ZTYPE_GAP;
3856 if (zsp->z_type == ZBC_ZTYPE_SWR) { in zbc_inc_wp()
3899 if (zsp->z_type != zsp_end->z_type) { in check_zbc_access_params()
3926 if (zsp->z_type == ZBC_ZTYPE_SWR) { in check_zbc_access_params()
5992 desc[0] = zsp->z_type; in resp_report_zones()
6509 zsp->z_type = ZBC_ZTYPE_CNV; in sdebug_device_create_zones()
6516 zsp->z_type in sdebug_device_create_zones()
335 enum sdebug_z_type z_type; global() member
[all...]
/linux/drivers/block/
H A Dvirtio_blk.c600 switch (entry->z_type) { in virtblk_parse_zone()
612 zone.start, entry->z_type); in virtblk_parse_zone()