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

/linux-master/include/uapi/linux/
H A Dvirtio_blk.h250 __u8 z_type; member in struct:virtio_blk_zone_descriptor
/linux-master/drivers/scsi/
H A Dscsi_debug.c283 enum sdebug_z_type z_type; member in struct:sdeb_zone_state
3120 return zsp->z_type == ZBC_ZTYPE_CNV;
3125 return zsp->z_type == ZBC_ZTYPE_GAP;
3229 if (zsp->z_type == ZBC_ZTYPE_SWR) {
3272 if (zsp->z_type != zsp_end->z_type) {
3299 if (zsp->z_type == ZBC_ZTYPE_SWR) {
5006 desc[0] = zsp->z_type;
5475 zsp->z_type = ZBC_ZTYPE_CNV;
5482 zsp->z_type
[all...]
/linux-master/drivers/block/
H A Dvirtio_blk.c605 switch (entry->z_type) {
617 zone.start, entry->z_type);

Completed in 143 milliseconds