Lines Matching full:zones
40 * Offline and read-only zones do not have a valid in sd_zbc_get_zone_wp_offset()
80 * sd_zbc_do_report_zones - Issue a REPORT ZONES scsi command.
88 * Using partial=true can significantly speed up execution of a report zones
90 * zones and will only report the count of zones fitting in the command reply
117 "REPORT ZONES start lba %llu failed\n", lba); in sd_zbc_do_report_zones()
118 sd_print_result(sdkp, "REPORT ZONES", result); in sd_zbc_do_report_zones()
128 "REPORT ZONES report invalid length %u\n", in sd_zbc_do_report_zones()
137 * Allocate a buffer for report zones reply.
139 * @nr_zones: Maximum number of zones to report
142 * Try to allocate a reply buffer for the number of requested zones.
158 * zones requested plus the 64B reply header, but should be at least in sd_zbc_alloc_report_buffer()
319 * schedule a REPORT ZONES command and return BLK_STS_IOERR.
380 * @all: All zones control
591 * by READ CAPACITY matches the max_lba value (plus one) of the report zones
644 "%u zones of %u logical blocks + 1 runt zone\n", in sd_zbc_print_zones()
649 "%u zones of %u logical blocks\n", in sd_zbc_print_zones()
713 * Make sure revalidate zones are serialized to ensure exclusive in sd_zbc_revalidate_zones()
777 /* Check the device capacity reported by report zones */ in sd_zbc_read_zones()