Searched refs:z_type (Results 1 – 6 of 6) sorted by relevance
18 uint16_t z_type; /* type of entry allow/deny */ member
250 __u8 z_type; member
248 uint8_t z_type; member
280 enum sdebug_z_type z_type; member2742 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 …]
563 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()
605 switch (entry->z_type) { in virtblk_parse_zone()617 zone.start, entry->z_type); in virtblk_parse_zone()